CVE-2026-42791
Description
Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_ocsp module) allows forged OCSP responses signed with an expired responder certificate to be accepted as valid. OCSP response verification in pubkey_ocsp:verify_response/5 and pubkey_ocsp:is_authorized_responder/3 in lib/public_key/src/pubkey_ocsp.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 public_key:pkix_ocsp_validate/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 27.3.4.12, 28.5.0.1, and 29.0.1 corresponding to public_key from 1.16 before 1.17.1.3, 1.20.3.1, and 1.21.1.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Debian Mixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Affected | โ |
| sid | Fixed | 1:27.3.4.12+dfsg-1 |
| forky | Fixed | 1:27.3.4.12+dfsg-1 |
| bullseye | Fixed | 0 |
| bookworm | Fixed | 0 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| erlang | erlang\/otp | {"startIncluding":"27.0","endExcluding":"27.3.4.12"} | 27.3.4.12 |
| erlang | erlang\/otp | {"startIncluding":"28.0","endExcluding":"28.5.0.1"} | 28.5.0.1 |
| erlang | erlang\/otp | {"startIncluding":"29.0","endExcluding":"29.0.1"} | 29.0.1 |
References
- https://github.com/erlang/otp/security/advisories/GHSA-cjxj-wj6x-3fff
- https://cna.erlef.org/cves/CVE-2026-42791.html
- https://osv.dev/vulnerability/EEF-CVE-2026-42791
- https://www.erlang.org/doc/system/versions.html#order-of-versions
- https://github.com/erlang/otp/commit/7995f1fdaee3da569bb810358ce0f546471d169b
- https://github.com/erlang/otp/commit/b3870e02405c709a872b01ba6086065620cdfe76
- https://www.suse.com/security/cve/CVE-2026-42791.html
- https://security-tracker.debian.org/tracker/CVE-2026-42791
CWEs
CWE-295 CWE-672
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.