CVE-2026-8721

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
17/05/2026
Last modified:
17/05/2026

Description

Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl truncates passwords with embedded NULLs.<br /> <br /> Password parameters in PKCS12.xs are declared char *, which routes through Perl&amp;#39;s default typemap to SvPV_nolen. The Perl length is discarded.<br /> <br /> 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.

Impact