Filtered by vendor Jonasbn Subscriptions
Filtered by product Crypt::openssl::pkcs12 Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2026-8507 1 Jonasbn 1 Crypt::openssl::pkcs12 2026-05-18 9.8 Critical
Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have out-of-bounds (OOB) write flaws. When parsing a PKCS12 file, with a >= 1 GiB OCTET STRING (or BIT STRING) attribute on a SAFEBAG, via info() or info_as_hash(), a heap out-of-bounds write would be triggered with remote-code-execution potential (RCE) due to a signed integer overflow in the size calculation passed to Renew().
CVE-2026-8721 1 Jonasbn 1 Crypt::openssl::pkcs12 2026-05-18 N/A
Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl truncates passwords with embedded NULLs. Password parameters in PKCS12.xs are declared char *, which routes through Perl's default typemap to SvPV_nolen. The Perl length is discarded. The C code (or OpenSSL internally) calls strlen() on the buffer. Any password byte at or after the first NULL is silently dropped. Binary / KDF-derived / HMAC-derived passwords lose entropy without any warnings.