Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-8721

Опубликовано: 17 мая 2026
Источник: nvd
CVSS3: 9.8
EPSS Низкий

Описание

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.

EPSS

Процентиль: 36%
0.00447
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-170

Связанные уязвимости

CVSS3: 9.8
ubuntu
3 месяца назад

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.

CVSS3: 9.8
debian
3 месяца назад

Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl truncates passwo ...

CVSS3: 9.8
github
3 месяца назад

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.

EPSS

Процентиль: 36%
0.00447
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-170