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-45447 Details

Description

Issue summary: A specially crafted PKCS#7 or S/MIME signed message could trigger a use-after-free during PKCS#7 signature verification. Impact summary: A use-after-free may result in process crashes, heap corruption, or potentially remote code execution. When processing a PKCS#7 or S/MIME signed message, if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, OpenSSL may incorrectly free a caller-owned BIO during PKCS7_verify(). A subsequent use of the BIO by the calling application results in a use-after-free condition. In the common case this occurs when the application later calls BIO_free() on the BIO originally passed to PKCS7_verify(). Depending on allocator behavior and application-specific BIO usage patterns, this may result in a crash or other memory corruption. In some application contexts this may potentially be exploitable for remote code execution. Applications that process PKCS#7 or S/MIME signed messages using OpenSSL PKCS#7 APIs may be affected. Applications using the CMS APIs for this processing are not affected. The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.

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.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:25237 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:25239 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26275 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26319 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:29197 redhat-SADP

see all 28 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After Free[email protected]
CWE-825Expired Pointer Dereferenceredhat-SADP

Affected Products

ProductVersions
openssl openssl
>= 1.0.2, < 1.0.2zq
>= 1.1.1, < 1.1.1zh
>= 3.0.0, < 3.0.21
>= 3.4.0, < 3.4.6
>= 3.5.0, < 3.5.7

CPE

  • cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

31 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45447
NVD Published Date:
Jun 9, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-45447 Details - Not Deferred