CVE-2026-32144 Details
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.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 7, 2026References 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://access.redhat.com/security/cve/CVE-2026-32144 | redhat-SADP | |
| https://bugzilla.redhat.com/show_bug.cgi?id=2455896 | redhat-SADP | |
| https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-32144.json | redhat-SADP | |
| https://cna.erlef.org/cves/CVE-2026-32144.html | EEF | MitigationVendor Advisory |
| https://github.com/erlang/otp/commit/49033a6d93a5be0ee0dce04e1fb8b4ae7de1e0c0 | EEF | Patch |
| https://github.com/erlang/otp/commit/ac7ff528be857c5d35eb29c7f24106e3a16d4891 | EEF | Patch |
| https://github.com/erlang/otp/security/advisories/GHSA-gxrm-pf64-99xm | EEF | MitigationThird Party Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-32144 | EEF | Third Party Advisory |
| https://www.erlang.org/doc/system/versions.html#order-of-versions | EEF | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-295 | Improper Certificate Validation | EEF |
| CWE-347 | Improper Verification of Cryptographic Signature | redhat-SADP |
Affected Products
| Product | Versions |
|---|---|
| erlang erlang/otp | >= 27.0, < 27.3.4.10 >= 28.0, < 28.4.2 |
CPE
Remediation
| |
| erlang erlang/public key | >= 1.16, < 1.17.1.2 >= 1.18, < 1.20.3 |
CPE
Remediation
| |
| erlang erlang/ssl | >= 11.2, < 11.2.12.7 > 11.3, < 11.5.4 |
CPE
Remediation
| |
Change History
8 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Modified | EEF |
| Jul 15, 2026 | CVE Modified | redhat-SADP |
| Jun 30, 2026 | CVE Modified | redhat-SADP |
| Jun 17, 2026 | CVE Modified | EEF |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 23, 2026 | Reanalysis | [email protected] |
| Apr 23, 2026 | Initial Analysis | [email protected] |
| Apr 7, 2026 | New CVE Received | EEF |