CVE-2018-14779
CVE-2018-14779 is a medium-severity vulnerability in Yubico Piv Manager with a CVSS 3.x base score of 6.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-119.
Key facts
- Severity: Medium (CVSS 3.x base score 6.8)
- CVSS v2: 7.2
- EPSS exploit prediction: 0% (38th percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-119
- Affected product: Yubico Piv Manager
- Published:
- Last modified:
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 > 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.
Frequently asked questions
- What is CVE-2018-14779?
- 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 > 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.
- How severe is CVE-2018-14779?
- CVE-2018-14779 has a CVSS 3.x base score of 6.8, rated medium severity. It is exploitable over physical access with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2018-14779 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (38th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2018-14779?
- CVE-2018-14779 primarily affects Yubico Piv Manager. In total, 10 product configurations (CPEs) are listed as vulnerable; see the affected-products list for the exact versions.
- How do I fix CVE-2018-14779?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- When was CVE-2018-14779 published?
- CVE-2018-14779 was published on 2018-08-15 and last updated on 2026-06-17.
References
- http://www.openwall.com/lists/oss-security/2018/08/14/2
- https://usn.ubuntu.com/4276-1/
- https://www.x41-dsec.de/lab/advisories/x41-2018-001-Yubico-Piv/
- https://www.yubico.com/support/security-advisories/ysa-2018-03/
Affected products (10)
- cpe:2.3:a:yubico:piv_manager:*:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2b:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2c:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2d:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2e:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2f:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_manager:1.4.2g:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:piv_tool:*:*:*:*:*:*:*:*
- cpe:2.3:a:yubico:smart_card_minidriver:*:*:*:*:*:*:*:*
More vulnerabilities in Yubico Piv Manager
- CVE-2018-14780 — Medium (CVSS 4.6): An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the…
All CVEs affecting Yubico Piv Manager →
Other CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) vulnerabilities
- CVE-2026-2778 — Critical (CVSS 10.0): Sandbox escape due to incorrect boundary conditions in the DOM: Core & HTML component. This vulnerability was fixed in…
- CVE-2026-2776 — Critical (CVSS 10.0): Sandbox escape due to incorrect boundary conditions in the Telemetry component in External Software. This vulnerability…
- CVE-2025-1866 — Critical (CVSS 10.0): Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in warmcat libwebsockets allows…
- CVE-2022-27625 — Critical (CVSS 10.0): A vulnerability regarding improper restriction of operations within the bounds of a memory buffer is found in the…
- CVE-2022-27624 — Critical (CVSS 10.0): A vulnerability regarding improper restriction of operations within the bounds of a memory buffer is found in the…
- CVE-2020-11896 — Critical (CVSS 10.0): The Treck TCP/IP stack before 6.0.1.66 allows Remote Code Execution, related to IPv4 tunneling.