Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-8721 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-170Improper Null TerminationCPANSec

Affected Products

ProductVersions
Crypt::OpenSSL::PKCS12
<= 1.94

CPE

  • No CPEs found in CPE dictionary for this product.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-8721
NVD Published Date:
May 17, 2026
NVD Last Modified:
Jun 17, 2026
Source:
CPANSec
CVE-2026-8721 Details - Not Deferred