EEF-CVE-2026-32144

Source
https://cna.erlef.org/osv/EEF-CVE-2026-32144.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-32144.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-32144
Aliases
  • CVE-2026-32144
  • GHSA-gxrm-pf64-99xm
Published
2026-04-07T12:28:00.767Z
Modified
2026-04-07T15:00:15.346311Z
Severity
  • 7.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N CVSS Calculator
Summary
OCSP designated-responder authorization bypass via missing signature verification
Details

Summary

Improper Certificate Validation vulnerability in Erlang OTP publickey (pubkeyocsp module) allows OCSP designated-responder authorization bypass via missing signature verification.

The OCSP response validation in publickey:pkixocsp_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 publickey:pkixocsp_validate/5 API directly are also affected, with impact depending on usage context.

This vulnerability is associated with program files lib/publickey/src/pubkeyocsp.erl and program routines pubkeyocsp:isauthorized_responder/3.

This issue affects OTP from OTP 27.0 until OTP 28.4.2 and 27.3.4.10 corresponding to public_key from 1.16 until 1.20.3 and 1.17.1.2, and ssl from 11.2 until 11.5.4 and 11.2.12.7.

Workaround

For SSL users:

  • Do not enable OCSP validation setting (current default is {stapling, no_staple})
  • Use CRL-based revocation checking by setting the {crl_check, true} SSL option instead

For applications using publickey:pkixocsp_validate/5 directly:

  • Pass {istrustedresponder_fun, Fun} option with a function that validates trusted responder certificates
  • Restrict OCSP responder access to trusted endpoints via network controls (only applicable if you control the OCSP infrastructure)

Configuration

SSL/TLS must be configured with OCSP stapling enabled (e.g., {stapling, staple}), or the application must call publickey:pkixocspvalidate/5 directly. OCSP stapling is disabled by default ({stapling, nostaple}).

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-459"
    ],
    "cwe_ids": [
        "CWE-295"
    ]
}
References
Credits
    • Igor Morgenstern / Aisle Research - REPORTER
    • Jakub Witczak - REMEDIATION_DEVELOPER
    • Ingela Anderton Andin - REMEDIATION_REVIEWER

Affected packages

Git / github.com/erlang/otp

Affected ranges

Affected versions

OTP-27.*
OTP-27.0
OTP-27.0.1
OTP-27.1
OTP-27.1.1
OTP-27.1.2
OTP-27.1.3
OTP-27.2
OTP-27.2.1
OTP-27.2.2
OTP-27.2.3
OTP-27.2.4
OTP-27.3
OTP-27.3.1
OTP-27.3.2
OTP-27.3.3
OTP-27.3.4
OTP-27.3.4.1
OTP-27.3.4.2
OTP-27.3.4.3
OTP-27.3.4.4
OTP-27.3.4.5
OTP-27.3.4.6
OTP-27.3.4.7
OTP-27.3.4.8
OTP-27.3.4.9
OTP-28.*
OTP-28.0
OTP-28.0-rc1
OTP-28.0-rc2
OTP-28.0-rc3
OTP-28.0-rc4
OTP-28.0.1
OTP-28.0.2
OTP-28.0.3
OTP-28.0.4
OTP-28.1
OTP-28.1.1
OTP-28.2
OTP-28.3
OTP-28.3.1
OTP-28.3.2
OTP-28.3.3
OTP-28.4
OTP-28.4.1
OTP-29.*
OTP-29.0-rc1
OTP-29.0-rc2
Other
patch-base-27

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-32144.json"