
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-69421 is a NULL pointer dereference vulnerability in OpenSSL's PKCS12_item_decrypt_d2i_ex() function that can be triggered by processing a malformed PKCS#12 file, resulting in a Denial of Service (DoS). It was disclosed on January 27, 2026, and affects OpenSSL versions 1.0.2 (before 1.0.2zn), 1.1.1 (before 1.1.1ze), 3.0.x (before 3.0.19), 3.3.x (before 3.3.6), 3.4.x (before 3.4.4), 3.5.x (before 3.5.5), and 3.6.x (before 3.6.1). The vulnerability carries a CVSS v3.1 base score of 7.5 (High) per Feedly intelligence data, though OpenSSL's own security policy assessed it as Low severity due to the requirement for attacker-supplied input. FIPS modules across all affected branches are not impacted (OpenSSL Advisory, Red Hat CVE).
The root cause is a missing NULL check (CWE-476: NULL Pointer Dereference) in PKCS12_item_decrypt_d2i_ex() within crypto/pkcs12/p12_decr.c. When this function is called from PKCS12_unpack_p7encdata() during processing of a malformed PKCS#12 file, the oct parameter can be NULL; the function then attempts to dereference oct->data and oct->length without first validating the pointer, causing a crash. The fix, applied across all affected branches, adds a simple NULL guard that raises ERR_R_PASSED_NULL_PARAMETER and returns NULL before any dereference occurs. Exploitation requires an attacker to supply a crafted PKCS#12 file to an application that parses it — no authentication or special privileges are needed on the network path, but the application must accept externally provided PKCS#12 input (OpenSSL Commit, OpenSSL Advisory).
Successful exploitation causes the affected application to crash, resulting in a Denial of Service condition. The impact is strictly limited to availability — the vulnerability cannot be escalated to achieve remote code execution or memory disclosure, and there is no confidentiality or integrity impact. Applications that accept PKCS#12 files from untrusted sources (e.g., TLS certificate management tools, VPN clients, web servers processing client certificates) are most at risk of service disruption (OpenSSL Advisory, Red Hat CVE).
ContentInfo structure such that when PKCS12_unpack_p7encdata() calls PKCS12_item_decrypt_d2i_ex(), the oct (octet string) parameter resolves to NULL.PKCS12_item_decrypt_d2i_ex(), which dereferences the NULL oct pointer, causing a segmentation fault and crashing the process, resulting in a Denial of Service (OpenSSL Advisory, OpenSSL Commit).PKCS12_item_decrypt_d2i_ex() or PKCS12_unpack_p7encdata() within the OpenSSL library; OpenSSL error log entries containing ERR_R_PASSED_NULL_PARAMETER from ERR_LIB_PKCS12 (on patched versions that gracefully handle the condition).core, core.<pid>) in application working directories following processing of externally supplied PKCS#12 files; unusual or malformed .p12 or .pfx files submitted to the application.Update OpenSSL to a patched version appropriate for your deployment branch: 1.0.2zn or later, 1.1.1ze or later, 3.0.19 or later, 3.3.6 or later, 3.4.4 or later, 3.5.5 or later, or 3.6.1 or later. Patches are available via the OpenSSL GitHub repository across multiple branches. For organizations unable to patch immediately, restrict which systems and users can submit PKCS#12 files for processing, and implement input validation to reject malformed PKCS#12 files before they reach the vulnerable code path. Downstream products from IBM (InfoSphere Information Server, API Connect, Netezza Appliance, watsonx Orchestrate), Dell, Red Hat, FreeBSD, Debian, Ubuntu, SUSE, Alpine, and others have also released or are releasing updated packages (OpenSSL Advisory, Red Hat CVE, IBM Advisory).
The vulnerability was part of a batch of 12 OpenSSL security issues disclosed on January 27, 2026, several of which attracted significant media attention. The Aisle security team, which used AI-assisted methods to discover all 12 vulnerabilities, was publicly praised for the high quality of their reports and constructive collaboration with the OpenSSL project (Aisle Blog, Tom's Hardware). Coverage from outlets including Heise, TechRadar, and CyberSecurityNews highlighted the broader batch disclosure, though CVE-2025-69421 itself was noted as a lower-severity DoS issue compared to other CVEs in the same release. The OpenSSL project discussed the release on its official mailing lists (OpenSSL Users List).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."