CyberRota
← Ana sayfaya dön

CVE-2026-8721

CRITICAL · CVSS 9.8 EPSS %0.45

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-17T19:16:25.310 · Çekilme zamanı: 2026-06-16T18:00:28.707045+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-8721
Severity
CRITICAL
CVSS
9.8
EPSS
%0.45
OpenSSL

Orijinal NVD Açıklaması

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.