Vulnerabilities (CVE)

Filtered by vendor Yubico Subscribe
Filtered by product Yubikey Smart Card Minidriver
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-13132 1 Yubico 3 Libykpiv, Piv Tool Manager, Yubikey Smart Card Minidriver 2023-12-10 2.1 LOW 4.6 MEDIUM
An issue was discovered in Yubico libykpiv before 2.1.0. An attacker can trigger an incorrect free() in the ykpiv_util_generate_key() function in lib/util.c through incorrect error handling code. This could be used to cause a denial of service attack.
CVE-2020-13131 1 Yubico 3 Libykpiv, Piv Tool Manager, Yubikey Smart Card Minidriver 2023-12-10 1.9 LOW 4.3 MEDIUM
An issue was discovered in Yubico libykpiv before 2.1.0. lib/util.c in this library (which is included in yubico-piv-tool) does not properly check embedded length fields during device communication. A malicious PIV token can misreport the returned length fields during RSA key generation. This will cause stack memory to be copied into heap allocated memory that gets returned to the caller. The leaked memory could include PINs, passwords, key material, and other sensitive information depending on the integration. During further processing by the caller, this information could leak across trust boundaries. Note that RSA key generation is triggered by the host and cannot directly be triggered by the token.