CVE-2026-42791: OCSP responder certificate validity period not checked in public_key
Improper Certificate Validation vulnerability in Erlang OTP publickey (pubkeyocsp module) allows forged OCSP responses signed with an expired responder certificate to be accepted as valid.
OCSP response verification in pubkeyocsp:verifyresponse/5 and pubkeyocsp:isauthorizedresponder/3 in lib/publickey/src/pubkeyocsp.erl does not check the validity period (notBefore/notAfter) of the OCSP responder certificate. An attacker who has obtained the private key of an expired CA-designated OCSP responder certificate can forge OCSP responses that Erlang/OTP accepts as valid.
This affects TLS clients using OCSP stapling via the ssl application: a malicious or compromised server can present a revoked TLS certificate together with a forged OCSP response signed by an expired responder key, and the client will accept the revoked certificate as valid. It also affects applications calling publickey:pkixocspvalidate/5 directly, where the impact depends on the use case — server-side client certificate validation using this API may allow authentication bypass with a revoked client certificate.
This issue affects OTP from OTP 27.0 before OTP 29.0.1, OTP 28.5.0.1 and OTP 27.3.4.12, corresponding to publickey from 1.16 before 1.21.1, 1.20.3.1 and 1.17.1.3.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-42791?
CVE-2026-42791 has a medium severity score of 6.3.
How do I fix CVE-2026-42791?
To fix CVE-2026-42791, ensure that you update to the latest version of Erlang OTP that addresses this vulnerability.
What does CVE-2026-42791 expose my application to?
CVE-2026-42791 exposes applications to forged OCSP responses that may be accepted as valid due to improper certificate validation.
Which software is affected by CVE-2026-42791?
CVE-2026-42791 affects the Erlang OTP public_key module, specifically the pubkey_ocsp functionalities.
What is the impact of not addressing CVE-2026-42791?
Not addressing CVE-2026-42791 may lead to acceptance of invalid OCSP responses, compromising certificate validation processes.