CWE-299
Improper Check for Certificate Revocation
Description
The product does not check or incorrectly checks the revocation status of a certificate, which may cause it to use a certificate that has been compromised.
An improper check for certificate revocation is a far more serious flaw than related certificate failures. This is because the use of any revoked certificate is almost certainly malicious. The most common reason for certificate revocation is compromise of the system in question, with the result that no legitimate servers will be using a revoked certificate, unless they are sorely out of sync.
Parent Weaknesses (ChildOf)
Common Consequences
Scope
Impact
Gain Privileges or Assume Identity
Scope
Impact
Other
Scope
Impact
Read Application Data
Potential Mitigations
Ensure that certificates are checked for revoked status.
If certificate pinning is being used, ensure that all relevant properties of the certificate are fully validated before the certificate is pinned, including the revoked status.
CVE-2011-2014LDAP-over-SSL implementation does not check Certificate Revocation List (CRL), allowing spoofing using a revoked certificate.
CVE-2011-0199Operating system does not check Certificate Revocation List (CRL) in some cases, allowing spoofing using a revoked certificate.
CVE-2010-5185Antivirus product does not check whether certificates from signed executables have been revoked.
CVE-2009-3046Web browser does not check if any intermediate certificates are revoked.
CVE-2009-0161chain: Ruby module for OCSP misinterprets a response, preventing detection of a revoked certificate.
CVE-2011-2701chain: incorrect parsing of replies from OCSP responders allows bypass using a revoked certificate.
CVE-2011-0935Router can permanently cache certain public keys, which would allow bypass if the certificate is later revoked.
CVE-2009-1358chain: OS package manager does not properly check the return value, allowing bypass using a revoked certificate.
CVE-2009-0642chain: language interpreter does not properly check the return value from an OSCP function, allowing bypass using a revoked certificate.
CVE-2008-4679chain: web service component does not call the expected method, which prevents a check for revoked certificates.
+2 more examples
Applicable Platforms
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now