CWE-295: Improper Certificate Validation
The product does not validate, or incorrectly validates, a certificate.
Overview
CWE-295 (Improper Certificate Validation) is a base-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.
Background
A certificate is a token that associates an identity (principal) to a cryptographic key. Certificates can be used to check if a public key belongs to the assumed owner.