CWE-297
Improper Validation of Certificate with Host Mismatch
Description
The product communicates with a host that provides a certificate, but the product does not properly ensure that the certificate is actually associated with that host.
{"xhtml:p":["Even if a certificate is well-formed, signed, and follows the chain of trust, it may simply be a valid certificate for a different site than the site that the product is interacting with. In order to ensure data integrity, the certificate must be valid, and it must pertain to the site that is being accessed.","Even if the product attempts to check the hostname, it is still possible to incorrectly check the hostname. For example, attackers could create a certificate with a name that begins with a trusted name followed by a NUL byte, which could cause some string-based comparisons to only examine the portion that contains the trusted name."]}
Parent Weaknesses (ChildOf)
Common Consequences
Scope
Impact
Gain Privileges or Assume Identity
Scope
Impact
Other
Scope
Impact
Gain Privileges or Assume Identity, Other
Potential Mitigations
Fully check the hostname of the certificate and provide the user with adequate information about the nature of the problem and how to proceed.
If certificate pinning is being used, ensure that all relevant properties of the certificate are fully validated before the certificate is pinned, including the hostname.
CVE-2012-5810Mobile banking application does not verify hostname, leading to financial loss.
CVE-2012-5811Mobile application for printing documents does not verify hostname, allowing attackers to read sensitive documents.
CVE-2012-5807Software for electronic checking does not verify hostname, leading to financial loss.
CVE-2012-3446Cloud-support library written in Python uses incorrect regular expression when matching hostname.
CVE-2009-2408Web browser does not correctly handle '\0' character (NUL) in Common Name, allowing spoofing of https sites.
CVE-2012-0867Database program truncates the Common Name during hostname verification, allowing spoofing.
CVE-2010-2074Incorrect handling of '\0' character (NUL) in hostname verification allows spoofing.
CVE-2009-4565Mail server's incorrect handling of '\0' character (NUL) in hostname verification allows spoofing.
CVE-2009-3767LDAP server's incorrect handling of '\0' character (NUL) in hostname verification allows spoofing.
CVE-2012-5806Payment processing module does not verify hostname when connecting to PayPal using PHP fsockopen function.
+10 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