CVE-2026-8721
Last modified
CVE-2026-8721 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8721?
How severe is CVE-2026-8721?
How do I fix CVE-2026-8721?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-8713The Avada (Fusion) Builder plugin for WordPress is vulnerabl…9.1
- CVE-2026-8714A denial-of-service vulnerability exists in the RTSP server …6.5
- CVE-2026-8716GitLab has remediated an issue in GitLab CE/EE affecting all…4.3
- CVE-2026-8718tls_opt_dtls_peer_connection_id_value_get() in subsys/net/li…8.4
- CVE-2026-8719The AI Engine – The Chatbot, AI Framework & MCP for WordPres…8.8
- CVE-2026-8720wc_Blake2bHmacFinal and wc_Blake2sHmacFinal discard the mess…7.5
- CVE-2026-8722Net::Async::Statsd::Client versions through 0.005 for Perl a…6.5
- CVE-2026-8723### Summary `qs.stringify` throws `TypeError` when called…6.3
- CVE-2026-8724A security flaw has been discovered in Dataease 2.10.20. Imp…7.2
- CVE-2026-8725A weakness has been identified in CoreWorxLab CAAL up to 1.6…7.3
- CVE-2026-8726The extension fails to properly sanitize user input before u…8.2
- CVE-2026-8727The Crawler extension passes the X-T3Crawler-Meta response h…7.1
Are you affected by CVE-2026-8721?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
