Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

EEF-CVE-2026-32144

OCSP designated-responder authorization bypass via missing signature verification
Back to all
CVE

EEF-CVE-2026-32144

OCSP designated-responder authorization bypass via missing signature verification

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

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
7.6
-
4.0
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
C
H
U
0
-
C
H
U
-

Related Resources

No items found.

References

https://github.com/erlang/otp/security/advisories/GHSA-gxrm-pf64-99xm, https://cna.erlef.org/cves/CVE-2026-32144.html, https://www.erlang.org/doc/system/versions.html#order-of-versions, https://github.com/erlang/otp/commit/ac7ff528be857c5d35eb29c7f24106e3a16d4891, https://github.com/erlang/otp/commit/49033a6d93a5be0ee0dce04e1fb8b4ae7de1e0c0

Severity

7.4

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.4
EPSS Probability
0.00039%
EPSS Percentile
0.11946%
Introduced Version
601a012837ea0a5c8095bf24223132824177124d
Fix Available
49033a6d93a5be0ee0dce04e1fb8b4ae7de1e0c0

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading