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

exploitDog

github логотип

GHSA-hh8h-hxcj-2pm7

Опубликовано: 17 мая 2026
Источник: github
Github: Не прошло ревью
CVSS3: 9.8

Описание

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.

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

Процентиль: 37%
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
nvd
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 ...

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-170