Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-14779 (GCVE-0-2018-14779)
Vulnerability from cvelistv5 – Published: 2018-08-15 18:00 – Updated: 2024-08-05 09:38- n/a
| URL | Tags | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T09:38:13.960Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"name": "[oss-security] 20180814 X41 D-Sec GmbH Security Advisory X41-2018-001: Multiple Vulnerabilities in Yubico Piv",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"name": "USN-4276-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4276-1/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"datePublic": "2018-08-11T00:00:00",
"descriptions": [
{
"lang": "en",
"value": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-02-25T03:06:20",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"name": "[oss-security] 20180814 X41 D-Sec GmbH Security Advisory X41-2018-001: Multiple Vulnerabilities in Yubico Piv",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"name": "USN-4276-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4276-1/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-14779",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.yubico.com/support/security-advisories/ysa-2018-03/",
"refsource": "CONFIRM",
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
},
{
"name": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/",
"refsource": "MISC",
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"name": "[oss-security] 20180814 X41 D-Sec GmbH Security Advisory X41-2018-001: Multiple Vulnerabilities in Yubico Piv",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"name": "USN-4276-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4276-1/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2018-14779",
"datePublished": "2018-08-15T18:00:00",
"dateReserved": "2018-08-01T00:00:00",
"dateUpdated": "2024-08-05T09:38:13.960Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2018-14779\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2018-08-15T18:29:00.747\",\"lastModified\":\"2024-11-21T03:49:46.380\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \\\"Output buffer to small, wanted to write %lu, max was %lu.\\\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.\"},{\"lang\":\"es\",\"value\":\"Se ha descubierto una vulnerabilidad de desbordamiento de b\u00fafer en el controlador de tarjetas inteligentes de Yubico-Piv 1.5.0. El archivo lib/ykpiv.c contiene el siguiente c\u00f3digo en la funci\u00f3n \\\"ykpiv_transfer_data()\\\": {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \\\"Output buffer to small, wanted to write %lu, max was %lu.\\\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- Se comprueba claramente si el b\u00fafer es lo suficientemente grande para contener los datos copiados usando \\\"memcpy()\\\", pero no se manejan los errores para evitar el \\\"memcpy()\\\" en estos casos. Esta ruta de c\u00f3digo se puede desencadenar con datos maliciosos provenientes de una tarjeta inteligente.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":6.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"PHYSICAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:C/I:C/A:C\",\"baseScore\":7.2,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":3.9,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.4.2\",\"matchCriteriaId\":\"1E9E1480-3B52-4116-A0AC-6D40EF27C705\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"78648DEA-0B05-450B-9B69-5A90E0F03B12\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2b:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F27386DA-D798-442B-AB7A-9F3A8D5298E7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2c:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BA320FD3-AE57-4CC3-A00B-915CAE53A9CB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2d:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1DCA5A56-4979-4981-ABDC-F6243FEDAA48\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2e:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A6ABF3B7-521E-42C4-85A9-A867BE87F8E2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2f:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6A9DE0A5-2B2D-4669-89F2-306C97445ADB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_manager:1.4.2g:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8A6DCD14-7271-40E3-A9C5-B20EFF6B7495\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:piv_tool:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.6.0\",\"matchCriteriaId\":\"B3DA5613-3B1C-434A-950B-101FE9BEE7A9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:yubico:smart_card_minidriver:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"3.7.3.160\",\"matchCriteriaId\":\"60A34CF9-F5B7-4874-961D-22915C55D60F\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2018/08/14/2\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4276-1/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.yubico.com/support/security-advisories/ysa-2018-03/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2018/08/14/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4276-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.yubico.com/support/security-advisories/ysa-2018-03/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}"
}
}
SUSE-SU-2019:1123-1
Vulnerability from csaf_suse - Published: 2019-04-30 16:04 - Updated: 2019-04-30 16:04Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for yubico-piv-tool",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for yubico-piv-tool fixes the following issues:\n\nSecurity issues fixed:\n\n- Fixed an buffer overflow and an out of bounds memory read in\n ykpiv_transfer_data(), which could be triggered by a malicious\n token. (CVE-2018-14779, bsc#1104809, YSA-2018-03)\n- Fixed an buffer overflow and an out of bounds memory read in\n _ykpiv_fetch_object(), which could be triggered by a malicious\n token. (CVE-2018-14780, bsc#1104811, YSA-2018-03)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2019-1123,SUSE-SLE-Module-Basesystem-15-2019-1123",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2019_1123-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2019:1123-1",
"url": "https://www.suse.com/support/update/announcement/2019/suse-su-20191123-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2019:1123-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2019-April/005418.html"
},
{
"category": "self",
"summary": "SUSE Bug 1104809",
"url": "https://bugzilla.suse.com/1104809"
},
{
"category": "self",
"summary": "SUSE Bug 1104811",
"url": "https://bugzilla.suse.com/1104811"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14779 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14780 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14780/"
}
],
"title": "Security update for yubico-piv-tool",
"tracking": {
"current_release_date": "2019-04-30T16:04:51Z",
"generator": {
"date": "2019-04-30T16:04:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2019:1123-1",
"initial_release_date": "2019-04-30T16:04:51Z",
"revision_history": [
{
"date": "2019-04-30T16:04:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-1-1.5.0-3.3.33.aarch64",
"product": {
"name": "libykcs11-1-1.5.0-3.3.33.aarch64",
"product_id": "libykcs11-1-1.5.0-3.3.33.aarch64"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-1.5.0-3.3.33.aarch64",
"product": {
"name": "libykcs11-devel-1.5.0-3.3.33.aarch64",
"product_id": "libykcs11-devel-1.5.0-3.3.33.aarch64"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-1.5.0-3.3.33.aarch64",
"product": {
"name": "libykpiv-devel-1.5.0-3.3.33.aarch64",
"product_id": "libykpiv-devel-1.5.0-3.3.33.aarch64"
}
},
{
"category": "product_version",
"name": "libykpiv1-1.5.0-3.3.33.aarch64",
"product": {
"name": "libykpiv1-1.5.0-3.3.33.aarch64",
"product_id": "libykpiv1-1.5.0-3.3.33.aarch64"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-1.5.0-3.3.33.aarch64",
"product": {
"name": "yubico-piv-tool-1.5.0-3.3.33.aarch64",
"product_id": "yubico-piv-tool-1.5.0-3.3.33.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-1-1.5.0-3.3.33.i586",
"product": {
"name": "libykcs11-1-1.5.0-3.3.33.i586",
"product_id": "libykcs11-1-1.5.0-3.3.33.i586"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-1.5.0-3.3.33.i586",
"product": {
"name": "libykcs11-devel-1.5.0-3.3.33.i586",
"product_id": "libykcs11-devel-1.5.0-3.3.33.i586"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-1.5.0-3.3.33.i586",
"product": {
"name": "libykpiv-devel-1.5.0-3.3.33.i586",
"product_id": "libykpiv-devel-1.5.0-3.3.33.i586"
}
},
{
"category": "product_version",
"name": "libykpiv1-1.5.0-3.3.33.i586",
"product": {
"name": "libykpiv1-1.5.0-3.3.33.i586",
"product_id": "libykpiv1-1.5.0-3.3.33.i586"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-1.5.0-3.3.33.i586",
"product": {
"name": "yubico-piv-tool-1.5.0-3.3.33.i586",
"product_id": "yubico-piv-tool-1.5.0-3.3.33.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-1-1.5.0-3.3.33.ppc64le",
"product": {
"name": "libykcs11-1-1.5.0-3.3.33.ppc64le",
"product_id": "libykcs11-1-1.5.0-3.3.33.ppc64le"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-1.5.0-3.3.33.ppc64le",
"product": {
"name": "libykcs11-devel-1.5.0-3.3.33.ppc64le",
"product_id": "libykcs11-devel-1.5.0-3.3.33.ppc64le"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-1.5.0-3.3.33.ppc64le",
"product": {
"name": "libykpiv-devel-1.5.0-3.3.33.ppc64le",
"product_id": "libykpiv-devel-1.5.0-3.3.33.ppc64le"
}
},
{
"category": "product_version",
"name": "libykpiv1-1.5.0-3.3.33.ppc64le",
"product": {
"name": "libykpiv1-1.5.0-3.3.33.ppc64le",
"product_id": "libykpiv1-1.5.0-3.3.33.ppc64le"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"product": {
"name": "yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"product_id": "yubico-piv-tool-1.5.0-3.3.33.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-1-1.5.0-3.3.33.s390x",
"product": {
"name": "libykcs11-1-1.5.0-3.3.33.s390x",
"product_id": "libykcs11-1-1.5.0-3.3.33.s390x"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-1.5.0-3.3.33.s390x",
"product": {
"name": "libykcs11-devel-1.5.0-3.3.33.s390x",
"product_id": "libykcs11-devel-1.5.0-3.3.33.s390x"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-1.5.0-3.3.33.s390x",
"product": {
"name": "libykpiv-devel-1.5.0-3.3.33.s390x",
"product_id": "libykpiv-devel-1.5.0-3.3.33.s390x"
}
},
{
"category": "product_version",
"name": "libykpiv1-1.5.0-3.3.33.s390x",
"product": {
"name": "libykpiv1-1.5.0-3.3.33.s390x",
"product_id": "libykpiv1-1.5.0-3.3.33.s390x"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-1.5.0-3.3.33.s390x",
"product": {
"name": "yubico-piv-tool-1.5.0-3.3.33.s390x",
"product_id": "yubico-piv-tool-1.5.0-3.3.33.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-1-1.5.0-3.3.33.x86_64",
"product": {
"name": "libykcs11-1-1.5.0-3.3.33.x86_64",
"product_id": "libykcs11-1-1.5.0-3.3.33.x86_64"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-1.5.0-3.3.33.x86_64",
"product": {
"name": "libykcs11-devel-1.5.0-3.3.33.x86_64",
"product_id": "libykcs11-devel-1.5.0-3.3.33.x86_64"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-1.5.0-3.3.33.x86_64",
"product": {
"name": "libykpiv-devel-1.5.0-3.3.33.x86_64",
"product_id": "libykpiv-devel-1.5.0-3.3.33.x86_64"
}
},
{
"category": "product_version",
"name": "libykpiv1-1.5.0-3.3.33.x86_64",
"product": {
"name": "libykpiv1-1.5.0-3.3.33.x86_64",
"product_id": "libykpiv1-1.5.0-3.3.33.x86_64"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-1.5.0-3.3.33.x86_64",
"product": {
"name": "yubico-piv-tool-1.5.0-3.3.33.x86_64",
"product_id": "yubico-piv-tool-1.5.0-3.3.33.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-1-1.5.0-3.3.33.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64"
},
"product_reference": "libykcs11-1-1.5.0-3.3.33.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-1-1.5.0-3.3.33.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le"
},
"product_reference": "libykcs11-1-1.5.0-3.3.33.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-1-1.5.0-3.3.33.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x"
},
"product_reference": "libykcs11-1-1.5.0-3.3.33.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-1-1.5.0-3.3.33.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64"
},
"product_reference": "libykcs11-1-1.5.0-3.3.33.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-1.5.0-3.3.33.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64"
},
"product_reference": "libykcs11-devel-1.5.0-3.3.33.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-1.5.0-3.3.33.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le"
},
"product_reference": "libykcs11-devel-1.5.0-3.3.33.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-1.5.0-3.3.33.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x"
},
"product_reference": "libykcs11-devel-1.5.0-3.3.33.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-1.5.0-3.3.33.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64"
},
"product_reference": "libykcs11-devel-1.5.0-3.3.33.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-1.5.0-3.3.33.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64"
},
"product_reference": "libykpiv-devel-1.5.0-3.3.33.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-1.5.0-3.3.33.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le"
},
"product_reference": "libykpiv-devel-1.5.0-3.3.33.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-1.5.0-3.3.33.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x"
},
"product_reference": "libykpiv-devel-1.5.0-3.3.33.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-1.5.0-3.3.33.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64"
},
"product_reference": "libykpiv-devel-1.5.0-3.3.33.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv1-1.5.0-3.3.33.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64"
},
"product_reference": "libykpiv1-1.5.0-3.3.33.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv1-1.5.0-3.3.33.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le"
},
"product_reference": "libykpiv1-1.5.0-3.3.33.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv1-1.5.0-3.3.33.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x"
},
"product_reference": "libykpiv1-1.5.0-3.3.33.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv1-1.5.0-3.3.33.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64"
},
"product_reference": "libykpiv1-1.5.0-3.3.33.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-1.5.0-3.3.33.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64"
},
"product_reference": "yubico-piv-tool-1.5.0-3.3.33.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-1.5.0-3.3.33.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le"
},
"product_reference": "yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-1.5.0-3.3.33.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x"
},
"product_reference": "yubico-piv-tool-1.5.0-3.3.33.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-1.5.0-3.3.33.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
},
"product_reference": "yubico-piv-tool-1.5.0-3.3.33.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14779"
}
],
"notes": [
{
"category": "general",
"text": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14779",
"url": "https://www.suse.com/security/cve/CVE-2018-14779"
},
{
"category": "external",
"summary": "SUSE Bug 1104809 for CVE-2018-14779",
"url": "https://bugzilla.suse.com/1104809"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2019-04-30T16:04:51Z",
"details": "important"
}
],
"title": "CVE-2018-14779"
},
{
"cve": "CVE-2018-14780",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14780"
}
],
"notes": [
{
"category": "general",
"text": "An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, \u0026outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14780",
"url": "https://www.suse.com/security/cve/CVE-2018-14780"
},
{
"category": "external",
"summary": "SUSE Bug 1104809 for CVE-2018-14780",
"url": "https://bugzilla.suse.com/1104809"
},
{
"category": "external",
"summary": "SUSE Bug 1104811 for CVE-2018-14780",
"url": "https://bugzilla.suse.com/1104811"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykcs11-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv-devel-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:libykpiv1-1.5.0-3.3.33.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.s390x",
"SUSE Linux Enterprise Module for Basesystem 15:yubico-piv-tool-1.5.0-3.3.33.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2019-04-30T16:04:51Z",
"details": "low"
}
],
"title": "CVE-2018-14780"
}
]
}
OPENSUSE-SU-2024:11537-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libykcs11-2-2.2.0-1.5 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libykcs11-2-2.2.0-1.5 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11537",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11537-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14779 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14780 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14780/"
}
],
"title": "libykcs11-2-2.2.0-1.5 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11537-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-2-2.2.0-1.5.aarch64",
"product": {
"name": "libykcs11-2-2.2.0-1.5.aarch64",
"product_id": "libykcs11-2-2.2.0-1.5.aarch64"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-2.2.0-1.5.aarch64",
"product": {
"name": "libykcs11-devel-2.2.0-1.5.aarch64",
"product_id": "libykcs11-devel-2.2.0-1.5.aarch64"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-2.2.0-1.5.aarch64",
"product": {
"name": "libykpiv-devel-2.2.0-1.5.aarch64",
"product_id": "libykpiv-devel-2.2.0-1.5.aarch64"
}
},
{
"category": "product_version",
"name": "libykpiv2-2.2.0-1.5.aarch64",
"product": {
"name": "libykpiv2-2.2.0-1.5.aarch64",
"product_id": "libykpiv2-2.2.0-1.5.aarch64"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-2.2.0-1.5.aarch64",
"product": {
"name": "yubico-piv-tool-2.2.0-1.5.aarch64",
"product_id": "yubico-piv-tool-2.2.0-1.5.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-2-2.2.0-1.5.ppc64le",
"product": {
"name": "libykcs11-2-2.2.0-1.5.ppc64le",
"product_id": "libykcs11-2-2.2.0-1.5.ppc64le"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-2.2.0-1.5.ppc64le",
"product": {
"name": "libykcs11-devel-2.2.0-1.5.ppc64le",
"product_id": "libykcs11-devel-2.2.0-1.5.ppc64le"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-2.2.0-1.5.ppc64le",
"product": {
"name": "libykpiv-devel-2.2.0-1.5.ppc64le",
"product_id": "libykpiv-devel-2.2.0-1.5.ppc64le"
}
},
{
"category": "product_version",
"name": "libykpiv2-2.2.0-1.5.ppc64le",
"product": {
"name": "libykpiv2-2.2.0-1.5.ppc64le",
"product_id": "libykpiv2-2.2.0-1.5.ppc64le"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-2.2.0-1.5.ppc64le",
"product": {
"name": "yubico-piv-tool-2.2.0-1.5.ppc64le",
"product_id": "yubico-piv-tool-2.2.0-1.5.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-2-2.2.0-1.5.s390x",
"product": {
"name": "libykcs11-2-2.2.0-1.5.s390x",
"product_id": "libykcs11-2-2.2.0-1.5.s390x"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-2.2.0-1.5.s390x",
"product": {
"name": "libykcs11-devel-2.2.0-1.5.s390x",
"product_id": "libykcs11-devel-2.2.0-1.5.s390x"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-2.2.0-1.5.s390x",
"product": {
"name": "libykpiv-devel-2.2.0-1.5.s390x",
"product_id": "libykpiv-devel-2.2.0-1.5.s390x"
}
},
{
"category": "product_version",
"name": "libykpiv2-2.2.0-1.5.s390x",
"product": {
"name": "libykpiv2-2.2.0-1.5.s390x",
"product_id": "libykpiv2-2.2.0-1.5.s390x"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-2.2.0-1.5.s390x",
"product": {
"name": "yubico-piv-tool-2.2.0-1.5.s390x",
"product_id": "yubico-piv-tool-2.2.0-1.5.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-2-2.2.0-1.5.x86_64",
"product": {
"name": "libykcs11-2-2.2.0-1.5.x86_64",
"product_id": "libykcs11-2-2.2.0-1.5.x86_64"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-2.2.0-1.5.x86_64",
"product": {
"name": "libykcs11-devel-2.2.0-1.5.x86_64",
"product_id": "libykcs11-devel-2.2.0-1.5.x86_64"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-2.2.0-1.5.x86_64",
"product": {
"name": "libykpiv-devel-2.2.0-1.5.x86_64",
"product_id": "libykpiv-devel-2.2.0-1.5.x86_64"
}
},
{
"category": "product_version",
"name": "libykpiv2-2.2.0-1.5.x86_64",
"product": {
"name": "libykpiv2-2.2.0-1.5.x86_64",
"product_id": "libykpiv2-2.2.0-1.5.x86_64"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-2.2.0-1.5.x86_64",
"product": {
"name": "yubico-piv-tool-2.2.0-1.5.x86_64",
"product_id": "yubico-piv-tool-2.2.0-1.5.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-2-2.2.0-1.5.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64"
},
"product_reference": "libykcs11-2-2.2.0-1.5.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-2-2.2.0-1.5.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le"
},
"product_reference": "libykcs11-2-2.2.0-1.5.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-2-2.2.0-1.5.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x"
},
"product_reference": "libykcs11-2-2.2.0-1.5.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-2-2.2.0-1.5.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64"
},
"product_reference": "libykcs11-2-2.2.0-1.5.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-2.2.0-1.5.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64"
},
"product_reference": "libykcs11-devel-2.2.0-1.5.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-2.2.0-1.5.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le"
},
"product_reference": "libykcs11-devel-2.2.0-1.5.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-2.2.0-1.5.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x"
},
"product_reference": "libykcs11-devel-2.2.0-1.5.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-2.2.0-1.5.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64"
},
"product_reference": "libykcs11-devel-2.2.0-1.5.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-2.2.0-1.5.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64"
},
"product_reference": "libykpiv-devel-2.2.0-1.5.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-2.2.0-1.5.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le"
},
"product_reference": "libykpiv-devel-2.2.0-1.5.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-2.2.0-1.5.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x"
},
"product_reference": "libykpiv-devel-2.2.0-1.5.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-2.2.0-1.5.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64"
},
"product_reference": "libykpiv-devel-2.2.0-1.5.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv2-2.2.0-1.5.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64"
},
"product_reference": "libykpiv2-2.2.0-1.5.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv2-2.2.0-1.5.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le"
},
"product_reference": "libykpiv2-2.2.0-1.5.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv2-2.2.0-1.5.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x"
},
"product_reference": "libykpiv2-2.2.0-1.5.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv2-2.2.0-1.5.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64"
},
"product_reference": "libykpiv2-2.2.0-1.5.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-2.2.0-1.5.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64"
},
"product_reference": "yubico-piv-tool-2.2.0-1.5.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-2.2.0-1.5.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le"
},
"product_reference": "yubico-piv-tool-2.2.0-1.5.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-2.2.0-1.5.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x"
},
"product_reference": "yubico-piv-tool-2.2.0-1.5.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-2.2.0-1.5.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
},
"product_reference": "yubico-piv-tool-2.2.0-1.5.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14779"
}
],
"notes": [
{
"category": "general",
"text": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14779",
"url": "https://www.suse.com/security/cve/CVE-2018-14779"
},
{
"category": "external",
"summary": "SUSE Bug 1104809 for CVE-2018-14779",
"url": "https://bugzilla.suse.com/1104809"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2018-14779"
},
{
"cve": "CVE-2018-14780",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14780"
}
],
"notes": [
{
"category": "general",
"text": "An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, \u0026outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14780",
"url": "https://www.suse.com/security/cve/CVE-2018-14780"
},
{
"category": "external",
"summary": "SUSE Bug 1104809 for CVE-2018-14780",
"url": "https://bugzilla.suse.com/1104809"
},
{
"category": "external",
"summary": "SUSE Bug 1104811 for CVE-2018-14780",
"url": "https://bugzilla.suse.com/1104811"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykcs11-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv-devel-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:libykpiv2-2.2.0-1.5.x86_64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.aarch64",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.ppc64le",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.s390x",
"openSUSE Tumbleweed:yubico-piv-tool-2.2.0-1.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2018-14780"
}
]
}
OPENSUSE-SU-2019:1341-1
Vulnerability from csaf_opensuse - Published: 2019-05-08 07:42 - Updated: 2019-05-08 07:42Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for yubico-piv-tool",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for yubico-piv-tool fixes the following issues:\n\nSecurity issues fixed:\n\n- Fixed an buffer overflow and an out of bounds memory read in\n ykpiv_transfer_data(), which could be triggered by a malicious\n token. (CVE-2018-14779, bsc#1104809, YSA-2018-03)\n- Fixed an buffer overflow and an out of bounds memory read in\n _ykpiv_fetch_object(), which could be triggered by a malicious\n token. (CVE-2018-14780, bsc#1104811, YSA-2018-03)\n\nThis update was imported from the SUSE:SLE-15:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2019-1341",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2019_1341-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2019:1341-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SKNALFJRS7OCVOWZEDZL7DT5WORQDQGM/#SKNALFJRS7OCVOWZEDZL7DT5WORQDQGM"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2019:1341-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SKNALFJRS7OCVOWZEDZL7DT5WORQDQGM/#SKNALFJRS7OCVOWZEDZL7DT5WORQDQGM"
},
{
"category": "self",
"summary": "SUSE Bug 1104809",
"url": "https://bugzilla.suse.com/1104809"
},
{
"category": "self",
"summary": "SUSE Bug 1104811",
"url": "https://bugzilla.suse.com/1104811"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14779 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14780 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14780/"
}
],
"title": "Security update for yubico-piv-tool",
"tracking": {
"current_release_date": "2019-05-08T07:42:23Z",
"generator": {
"date": "2019-05-08T07:42:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2019:1341-1",
"initial_release_date": "2019-05-08T07:42:23Z",
"revision_history": [
{
"date": "2019-05-08T07:42:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"product": {
"name": "libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"product_id": "libykcs11-1-1.5.0-lp150.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"product": {
"name": "libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"product_id": "libykcs11-devel-1.5.0-lp150.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"product": {
"name": "libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"product_id": "libykpiv-devel-1.5.0-lp150.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"product": {
"name": "libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"product_id": "libykpiv1-1.5.0-lp150.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64",
"product": {
"name": "yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64",
"product_id": "yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.0",
"product": {
"name": "openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-1-1.5.0-lp150.2.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64"
},
"product_reference": "libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykcs11-devel-1.5.0-lp150.2.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64"
},
"product_reference": "libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv-devel-1.5.0-lp150.2.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64"
},
"product_reference": "libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libykpiv1-1.5.0-lp150.2.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64"
},
"product_reference": "libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
},
"product_reference": "yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14779"
}
],
"notes": [
{
"category": "general",
"text": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14779",
"url": "https://www.suse.com/security/cve/CVE-2018-14779"
},
{
"category": "external",
"summary": "SUSE Bug 1104809 for CVE-2018-14779",
"url": "https://bugzilla.suse.com/1104809"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2019-05-08T07:42:23Z",
"details": "important"
}
],
"title": "CVE-2018-14779"
},
{
"cve": "CVE-2018-14780",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14780"
}
],
"notes": [
{
"category": "general",
"text": "An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, \u0026outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14780",
"url": "https://www.suse.com/security/cve/CVE-2018-14780"
},
{
"category": "external",
"summary": "SUSE Bug 1104809 for CVE-2018-14780",
"url": "https://bugzilla.suse.com/1104809"
},
{
"category": "external",
"summary": "SUSE Bug 1104811 for CVE-2018-14780",
"url": "https://bugzilla.suse.com/1104811"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Leap 15.0:libykcs11-1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykcs11-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv-devel-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:libykpiv1-1.5.0-lp150.2.3.1.x86_64",
"openSUSE Leap 15.0:yubico-piv-tool-1.5.0-lp150.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2019-05-08T07:42:23Z",
"details": "low"
}
],
"title": "CVE-2018-14780"
}
]
}
CNVD-2018-16941
Vulnerability from cnvd - Published: 2018-08-30厂商已发布了漏洞修复程序,请及时关注更新: https://www.yubico.com/support/security-advisories/ysa-2018-03/
| Name | Yubico Yubico-Piv 1.5.0 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2018-14779"
}
},
"description": "Yubico-Piv\u662f\u4e00\u6b3e\u7528\u4e8e\u5bf9YubiKey\u7684\u8eab\u4efd\u5361\uff08PIV\uff09\u5e94\u7528\u7a0b\u5e8f\u8fdb\u884c\u4ea4\u4e92\u7684\u5de5\u5177\u3002\r\n\r\nYubico-Piv 1.5.0\u7248\u672c\u4e2d\u7684lib/ykpiv.c\u6587\u4ef6\u7684\u2018ykpiv_transfer_data()\u2019\u51fd\u6570\u5b58\u5728\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u7a0b\u5e8f\u7f3a\u5c11\u9519\u8bef\u5904\u7406\u673a\u5236\u3002\u653b\u51fb\u8005\u53ef\u501f\u52a9\u6765\u81ea\u667a\u80fd\u5361\u7684\u6076\u610f\u6570\u636e\u5229\u7528\u8be5\u6f0f\u6d1e\u6267\u884c\u4efb\u610f\u4ee3\u7801\u3002",
"discovererName": "unknwon",
"formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u4e86\u6f0f\u6d1e\u4fee\u590d\u7a0b\u5e8f\uff0c\u8bf7\u53ca\u65f6\u5173\u6ce8\u66f4\u65b0\uff1a\r\nhttps://www.yubico.com/support/security-advisories/ysa-2018-03/",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2018-16941",
"openTime": "2018-08-30",
"patchDescription": "Yubico-Piv\u662f\u4e00\u6b3e\u7528\u4e8e\u5bf9YubiKey\u7684\u8eab\u4efd\u5361\uff08PIV\uff09\u5e94\u7528\u7a0b\u5e8f\u8fdb\u884c\u4ea4\u4e92\u7684\u5de5\u5177\u3002\r\n\r\nYubico-Piv 1.5.0\u7248\u672c\u4e2d\u7684lib/ykpiv.c\u6587\u4ef6\u7684\u2018ykpiv_transfer_data()\u2019\u51fd\u6570\u5b58\u5728\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u7a0b\u5e8f\u7f3a\u5c11\u9519\u8bef\u5904\u7406\u673a\u5236\u3002\u653b\u51fb\u8005\u53ef\u501f\u52a9\u6765\u81ea\u667a\u80fd\u5361\u7684\u6076\u610f\u6570\u636e\u5229\u7528\u8be5\u6f0f\u6d1e\u6267\u884c\u4efb\u610f\u4ee3\u7801\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Yubico-Piv\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Yubico Yubico-Piv 1.5.0"
},
"referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2018-14779",
"serverity": "\u9ad8",
"submitTime": "2018-08-17",
"title": "Yubico-Piv\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e"
}
FKIE_CVE-2018-14779
Vulnerability from fkie_nvd - Published: 2018-08-15 18:29 - Updated: 2024-11-21 03:49| Vendor | Product | Version | |
|---|---|---|---|
| yubico | piv_manager | * | |
| yubico | piv_manager | 1.4.2 | |
| yubico | piv_manager | 1.4.2b | |
| yubico | piv_manager | 1.4.2c | |
| yubico | piv_manager | 1.4.2d | |
| yubico | piv_manager | 1.4.2e | |
| yubico | piv_manager | 1.4.2f | |
| yubico | piv_manager | 1.4.2g | |
| yubico | piv_tool | * | |
| yubico | smart_card_minidriver | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:yubico:piv_manager:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1E9E1480-3B52-4116-A0AC-6D40EF27C705",
"versionEndExcluding": "1.4.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2:*:*:*:*:*:*:*",
"matchCriteriaId": "78648DEA-0B05-450B-9B69-5A90E0F03B12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2b:*:*:*:*:*:*:*",
"matchCriteriaId": "F27386DA-D798-442B-AB7A-9F3A8D5298E7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2c:*:*:*:*:*:*:*",
"matchCriteriaId": "BA320FD3-AE57-4CC3-A00B-915CAE53A9CB",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2d:*:*:*:*:*:*:*",
"matchCriteriaId": "1DCA5A56-4979-4981-ABDC-F6243FEDAA48",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2e:*:*:*:*:*:*:*",
"matchCriteriaId": "A6ABF3B7-521E-42C4-85A9-A867BE87F8E2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2f:*:*:*:*:*:*:*",
"matchCriteriaId": "6A9DE0A5-2B2D-4669-89F2-306C97445ADB",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_manager:1.4.2g:*:*:*:*:*:*:*",
"matchCriteriaId": "8A6DCD14-7271-40E3-A9C5-B20EFF6B7495",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:piv_tool:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B3DA5613-3B1C-434A-950B-101FE9BEE7A9",
"versionEndExcluding": "1.6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:yubico:smart_card_minidriver:*:*:*:*:*:*:*:*",
"matchCriteriaId": "60A34CF9-F5B7-4874-961D-22915C55D60F",
"versionEndIncluding": "3.7.3.160",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard."
},
{
"lang": "es",
"value": "Se ha descubierto una vulnerabilidad de desbordamiento de b\u00fafer en el controlador de tarjetas inteligentes de Yubico-Piv 1.5.0. El archivo lib/ykpiv.c contiene el siguiente c\u00f3digo en la funci\u00f3n \"ykpiv_transfer_data()\": {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- Se comprueba claramente si el b\u00fafer es lo suficientemente grande para contener los datos copiados usando \"memcpy()\", pero no se manejan los errores para evitar el \"memcpy()\" en estos casos. Esta ruta de c\u00f3digo se puede desencadenar con datos maliciosos provenientes de una tarjeta inteligente."
}
],
"id": "CVE-2018-14779",
"lastModified": "2024-11-21T03:49:46.380",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "HIGH",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 7.2,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV30": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"exploitabilityScore": 0.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2018-08-15T18:29:00.747",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"source": "cve@mitre.org",
"url": "https://usn.ubuntu.com/4276-1/"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
],
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://usn.ubuntu.com/4276-1/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-119"
},
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-RVWC-P7MJ-CMGQ
Vulnerability from github – Published: 2022-05-13 01:28 – Updated: 2022-05-13 01:28A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function ykpiv_transfer_data(): {% highlight c %} if(out_len + recv_len - 2 > max_out) { fprintf(stderr, "Output buffer to small, wanted to write %lu, max was %lu.", out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using memcpy(), but no error handling happens to avoid the memcpy() in such cases. This code path can be triggered with malicious data coming from a smartcard.
{
"affected": [],
"aliases": [
"CVE-2018-14779"
],
"database_specific": {
"cwe_ids": [
"CWE-119"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2018-08-15T18:29:00Z",
"severity": "HIGH"
},
"details": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.",
"id": "GHSA-rvwc-p7mj-cmgq",
"modified": "2022-05-13T01:28:05Z",
"published": "2022-05-13T01:28:05Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14779"
},
{
"type": "WEB",
"url": "https://usn.ubuntu.com/4276-1"
},
{
"type": "WEB",
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv"
},
{
"type": "WEB",
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
GSD-2018-14779
Vulnerability from gsd - Updated: 2023-12-13 01:22{
"GSD": {
"alias": "CVE-2018-14779",
"description": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.",
"id": "GSD-2018-14779",
"references": [
"https://www.suse.com/security/cve/CVE-2018-14779.html",
"https://ubuntu.com/security/CVE-2018-14779"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2018-14779"
],
"details": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard.",
"id": "GSD-2018-14779",
"modified": "2023-12-13T01:22:38.263106Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-14779",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.yubico.com/support/security-advisories/ysa-2018-03/",
"refsource": "CONFIRM",
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
},
{
"name": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/",
"refsource": "MISC",
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"name": "[oss-security] 20180814 X41 D-Sec GmbH Security Advisory X41-2018-001: Multiple Vulnerabilities in Yubico Piv",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"name": "USN-4276-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4276-1/"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_tool:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.6.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:smart_card_minidriver:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "3.7.3.160",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.4.2",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2g:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2f:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2d:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2b:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2e:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2c:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:yubico:piv_manager:1.4.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-14779"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "A buffer overflow issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `ykpiv_transfer_data()`: {% highlight c %} if(*out_len + recv_len - 2 \u003e max_out) { fprintf(stderr, \"Output buffer to small, wanted to write %lu, max was %lu.\", *out_len + recv_len - 2, max_out); } if(out_data) { memcpy(out_data, data, recv_len - 2); out_data += recv_len - 2; *out_len += recv_len - 2; } {% endhighlight %} -- it is clearly checked whether the buffer is big enough to hold the data copied using `memcpy()`, but no error handling happens to avoid the `memcpy()` in such cases. This code path can be triggered with malicious data coming from a smartcard."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-119"
},
{
"lang": "en",
"value": "CWE-787"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.yubico.com/support/security-advisories/ysa-2018-03/",
"refsource": "CONFIRM",
"tags": [
"Vendor Advisory"
],
"url": "https://www.yubico.com/support/security-advisories/ysa-2018-03/"
},
{
"name": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/"
},
{
"name": "[oss-security] 20180814 X41 D-Sec GmbH Security Advisory X41-2018-001: Multiple Vulnerabilities in Yubico Piv",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2018/08/14/2"
},
{
"name": "USN-4276-1",
"refsource": "UBUNTU",
"tags": [],
"url": "https://usn.ubuntu.com/4276-1/"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 7.2,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"exploitabilityScore": 0.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2020-02-25T04:15Z",
"publishedDate": "2018-08-15T18:29Z"
}
}
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.