CWE-296
Improper Following of a Certificate's Chain of Trust
Description
The product does not follow, or incorrectly follows, the chain of trust for a certificate back to a trusted root certificate.
{"xhtml:p":["There are several ways in which the chain of trust might be broken, including but not limited to:"],"xhtml:ul":[{"xhtml:li":["Any certificate in the chain is self-signed, unless it is the root.","Not every intermediate certificate is checked, starting from the original certificate all the way up to the root certificate.","An intermediate, CA-signed certificate does not have the expected Basic Constraints or other important extensions.","The root certificate has been compromised or authorized to the wrong party."]}]}
Parent Weaknesses (ChildOf)
Common Consequences
Scope
Impact
Hide Activities
Scope
Impact
Gain Privileges or Assume Identity, Execute Unauthorized Code or Commands
Potential Mitigations
Ensure that proper certificate checking is included in the system design.
Understand, and properly implement all checks necessary to ensure the integrity of certificate trust integrity.
If certificate pinning is being used, ensure that all relevant properties of the certificate are fully validated before the certificate is pinned, including the full chain of trust.
CVE-2016-2402Server allows bypass of certificate pinning by sending a chain of trust that includes a trusted CA that is not pinned.
CVE-2008-4989Verification function trusts certificate chains in which the last certificate is self-signed.
CVE-2012-5821Chain: Web browser uses a TLS-related function incorrectly, preventing it from verifying that a server's certificate is signed by a trusted certification authority (CA).
CVE-2009-3046Web browser does not check if any intermediate certificates are revoked.
CVE-2009-0265chain: DNS server does not correctly check return value from the OpenSSL EVP_VerifyFinal function allows bypass of validation of the certificate chain.
CVE-2009-0124chain: incorrect check of return value from the OpenSSL EVP_VerifyFinal function allows bypass of validation of the certificate chain.
CVE-2002-0970File-transfer software does not validate Basic Constraints of an intermediate CA-signed certificate.
CVE-2002-0862Cryptographic API, as used in web browsers, mail clients, and other software, does not properly validate Basic Constraints.
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