Review reviewHigh

CVE-2026-45447

OpenSSL OpenSSL, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8

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...

CVSS
8.8
EPSS
5.24%
91.7% percentile
CISA KEV
Not listed
Published
2026.06.10
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability5.24%
Technical severityCVSS 8.8

Vulnerability overview

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...

Affected product and versions

Product
OpenSSL OpenSSL, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8
Affected versions
>= 4.0.0 < 4.0.1, >= 3.6.0 < 3.6.3, >= 3.5.0 < 3.5.7, >= 3.4.0 < 3.4.6, >= 3.0.0 < 3.0.21, >= 1.1.1 < 1.1.1zh, >= 1.0.2 < 1.0.2zq, 4.0.0
Fixed versions
1.0.2zq, 1.1.1zh, 3.0.21, 3.4.6, 3.5.7, 3.6.3

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that OpenSSL OpenSSL, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8 and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-416, CWE-825