CVE-2026-32144: CWE-295 Improper Certificate Validation in Erlang OTP
Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_ocsp module) allows OCSP designated-responder authorization bypass via missing signature verification. The OCSP response validation in public_key:pkix_ocsp_validate/5 does not verify that a CA-designated responder certificate was cryptographically signed by the issuing CA. Instead, it only checks that the responder certificate's issuer name matches the CA's subject name and that the certificate has the OCSPSigning extended key usage. An attacker who can intercept or control OCSP responses can create a self-signed certificate with a matching issuer name and the OCSPSigning EKU, and use it to forge OCSP responses that mark revoked certificates as valid. This affects SSL/TLS clients using OCSP stapling, which may accept connections to servers with revoked certificates, potentially transmitting sensitive data to compromised servers. Applications using the public_key:pkix_ocsp_validate/5 API directly are also affected, with impact depending on usage context. This vulnerability is associated with program files lib/public_key/src/pubkey_ocsp.erl and program routines pubkey_ocsp:is_authorized_responder/3. This issue affects OTP from OTP 27.0 before OTP 28.4.2 and OTP 27.3.4.10, corresponding to public_key from 1.16 before 1.20.3 and 1.17.1.2, and ssl from 11.2 before 11.5.4 and 11.2.12.7.
AI Analysis
Technical Summary
The vulnerability in Erlang OTP's public_key:pkix_ocsp_validate/5 function arises because it does not cryptographically verify that a CA-designated OCSP responder certificate is signed by the issuing CA. Instead, it only checks the issuer name and the presence of the OCSPSigning extended key usage. An attacker able to intercept or control OCSP responses can create a self-signed certificate with a matching issuer name and OCSPSigning EKU to forge OCSP responses that incorrectly mark revoked certificates as valid. This affects SSL/TLS clients using OCSP stapling and any applications using the vulnerable API directly. The affected components include OTP versions 27.0 before 28.4.2 and 27.3.4.10, public_key versions from 1.16 before 1.20.3 and 1.17.1.2, and ssl versions 11.2 before 11.5.4 and 11.2.12.7. The vulnerability is tracked as CWE-295 (Improper Certificate Validation) and CWE-347 (Improper Verification of Cryptographic Signature).
Potential Impact
The vulnerability allows attackers who can intercept or control OCSP responses to bypass OCSP designated-responder authorization, enabling them to forge OCSP responses that mark revoked certificates as valid. This can cause SSL/TLS clients using OCSP stapling to accept connections to servers with revoked certificates, potentially exposing sensitive data to compromised servers. Applications using the vulnerable API directly may also be impacted depending on their usage context.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The Red Hat advisory linked does not explicitly state patch availability or mitigation steps. Users should monitor the official Erlang and Red Hat advisories for updates and apply any released patches promptly once available. Until then, consider disabling OCSP stapling or using alternative certificate revocation checking methods if feasible in your environment.
CVE-2026-32144: CWE-295 Improper Certificate Validation in Erlang OTP
Description
Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_ocsp module) allows OCSP designated-responder authorization bypass via missing signature verification. The OCSP response validation in public_key:pkix_ocsp_validate/5 does not verify that a CA-designated responder certificate was cryptographically signed by the issuing CA. Instead, it only checks that the responder certificate's issuer name matches the CA's subject name and that the certificate has the OCSPSigning extended key usage. An attacker who can intercept or control OCSP responses can create a self-signed certificate with a matching issuer name and the OCSPSigning EKU, and use it to forge OCSP responses that mark revoked certificates as valid. This affects SSL/TLS clients using OCSP stapling, which may accept connections to servers with revoked certificates, potentially transmitting sensitive data to compromised servers. Applications using the public_key:pkix_ocsp_validate/5 API directly are also affected, with impact depending on usage context. This vulnerability is associated with program files lib/public_key/src/pubkey_ocsp.erl and program routines pubkey_ocsp:is_authorized_responder/3. This issue affects OTP from OTP 27.0 before OTP 28.4.2 and OTP 27.3.4.10, corresponding to public_key from 1.16 before 1.20.3 and 1.17.1.2, and ssl from 11.2 before 11.5.4 and 11.2.12.7.
CVSS v4.0
Score 7.6high
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in Erlang OTP's public_key:pkix_ocsp_validate/5 function arises because it does not cryptographically verify that a CA-designated OCSP responder certificate is signed by the issuing CA. Instead, it only checks the issuer name and the presence of the OCSPSigning extended key usage. An attacker able to intercept or control OCSP responses can create a self-signed certificate with a matching issuer name and OCSPSigning EKU to forge OCSP responses that incorrectly mark revoked certificates as valid. This affects SSL/TLS clients using OCSP stapling and any applications using the vulnerable API directly. The affected components include OTP versions 27.0 before 28.4.2 and 27.3.4.10, public_key versions from 1.16 before 1.20.3 and 1.17.1.2, and ssl versions 11.2 before 11.5.4 and 11.2.12.7. The vulnerability is tracked as CWE-295 (Improper Certificate Validation) and CWE-347 (Improper Verification of Cryptographic Signature).
Potential Impact
The vulnerability allows attackers who can intercept or control OCSP responses to bypass OCSP designated-responder authorization, enabling them to forge OCSP responses that mark revoked certificates as valid. This can cause SSL/TLS clients using OCSP stapling to accept connections to servers with revoked certificates, potentially exposing sensitive data to compromised servers. Applications using the vulnerable API directly may also be impacted depending on their usage context.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The Red Hat advisory linked does not explicitly state patch availability or mitigation steps. Users should monitor the official Erlang and Red Hat advisories for updates and apply any released patches promptly once available. Until then, consider disabling OCSP stapling or using alternative certificate revocation checking methods if feasible in your environment.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- EEF
- Date Reserved
- 2026-03-10T22:37:29.212Z
- Cvss Version
- 4.0
- State
- PUBLISHED
- Remediation Level
- null
- Vendor Advisory Urls
- [{"url":"https://access.redhat.com/security/cve/CVE-2026-32144","vendor":"Red Hat"}]
Threat ID: 69d4fc92aaed68159a206054
Added to database: 04/07/2026, 12:46:10 UTC
Last enriched: 07/24/2026, 21:34:15 UTC
Last updated: 07/31/2026, 19:22:58 UTC
Views: 290
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.