Am I affected?

This record states its affected versions in a form that can't be compared automatically.

1.16 and up affected
1.17.1.3 not affected
1.20.3.1 not affected
1.21.1 not affected
every other version: unknown

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 29.0.1, OTP 28.5.0.1 and OTP 27.3.4.12, corresponding to public_key from 1.16 before 1.21.1, 1.20.3.1 and 1.17.1.3.

Weaknesses & attack patterns

Weakness

CWE-295 · Improper Certificate Validation in catalog → MITRE ↗
CWE-672 · Operation on a Resource after Expiration or Release in catalog → MITRE ↗

Attack patterns

CAPEC-475 · Signature Spoofing by Improper Validation MITRE ↗

Affected — Erlang / public_key Repository ↗

1.16 and up affected
1.17.1.3 not affected
1.20.3.1 not affected
1.21.1 not affected
every other version: unknown
cpe cpe:2.3:a:erlang:erlang/otp:*:*:*:*:*:*:*:*
modules · source files · routines
modules pubkey_ocsp
source files src/pubkey_ocsp.erl
routines pubkey_ocsp:verify_response/5 · pubkey_ocsp:is_authorized_responder/3

Affected — GitHub / erlang/otp Repository ↗

27.0 and up affected
27.3.4.12 not affected
28.5.0.1 not affected
29.0.1 not affected
2b1a742 and up affected
7995f1f not affected
b3870e0 not affected
every other version: unknown
cpe cpe:2.3:a:erlang:erlang/otp:*:*:*:*:*:*:*:*
modules · source files · routines
modules pubkey_ocsp
source files lib/public_key/src/pubkey_ocsp.erl
routines pubkey_ocsp:verify_response/5 · pubkey_ocsp:is_authorized_responder/3

Workarounds

  • For TLS clients using the ssl application, disable OCSP stapling by setting {stapling, no_staple} in the client options, or switch to CRL-based revocation checking with {crl_check, true}.
  • For applications calling public_key:pkix_ocsp_validate/5 directly, validate the responder certificate's validity period in application code before calling the function.

Configurations

For the ssl application, OCSP stapling must be enabled by setting the stapling option to staple in the TLS client options. OCSP stapling is not enabled by default.

Applications calling public_key:pkix_ocsp_validate/5 directly are unconditionally affected when that function is used.

References

Credits

Jakub Witczak Remediation developer
Ingela Anderton Andin Remediation reviewer

CVSS breakdown

CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N
« All CVEs