Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-295 (证书验证不恰当) — Vulnerability Class 583

583 vulnerabilities classified as CWE-295 (证书验证不恰当). AI Chinese analysis included.

CWE-295 represents a critical cryptographic weakness where software fails to properly validate digital certificates, undermining the integrity of secure communications. Attackers typically exploit this flaw by performing man-in-the-middle attacks, intercepting traffic between a client and server. By presenting a forged or invalid certificate, adversaries can decrypt sensitive data, inject malicious content, or impersonate legitimate services without detection. This vulnerability is particularly dangerous in applications relying on Transport Layer Security for confidentiality. To prevent such breaches, developers must implement rigorous certificate validation mechanisms, ensuring that the presented certificate is signed by a trusted Certificate Authority and matches the expected hostname. Additionally, enabling Certificate Pinning and strictly rejecting expired or revoked certificates further hardens the application against interception attempts, thereby preserving the authenticity and security of the data exchange.

MITRE CWE Description
The product does not validate, or incorrectly validates, a certificate.
Common Consequences (1)
Integrity, AuthenticationBypass Protection Mechanism, Gain Privileges or Assume Identity
When a certificate is invalid or malicious, it might allow an attacker to spoof a trusted entity by interfering in the communication path between the host and client. The product might connect to a malicious host while believing it is a trusted host, or the product might be deceived into accepting s…
Mitigations (2)
Architecture and Design, ImplementationCertificates should be carefully managed and checked to assure that data are encrypted with the intended owner's public key.
ImplementationIf certificate pinning is being used, ensure that all relevant properties of the certificate are fully validated before the certificate is pinned, including the hostname.
Examples (2)
This code checks the certificate of a connected peer.
if ((cert = SSL_get_peer_certificate(ssl)) && host) foo=SSL_get_verify_result(ssl); if ((X509_V_OK==foo) || X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN==foo)) // certificate looks good, host can be trusted
Bad · C
The following OpenSSL code obtains a certificate and verifies it.
cert = SSL_get_peer_certificate(ssl); if (cert && (SSL_get_verify_result(ssl)==X509_V_OK)) { // do secret things }
Bad · C
CVE IDTitleCVSSSeverityPublished
CVE-2017-14806 Insecure handling of repodata and packages in SUSE Studio onlite — Studio onsite 3.7 Low2020-01-27
CVE-2019-5102 OpenWrt 信任管理问题漏洞 — OpenWRT 4.0 Medium2019-11-18
CVE-2019-5101 OpenWrt 信任管理问题漏洞 — OpenWRT 4.0 Medium2019-11-18
CVE-2019-3685 Missing TLS certificate validation for HTTPS connections in osc — Open Build Service 7.4 High2019-11-05
CVE-2019-0054 Junos OS: SRX Series: An attacker may be able to perform Man-in-the-Middle (MitM) attacks during app-id signature updates. — Junos OS 6.8 Medium2019-10-09
CVE-2019-3751 Dell EMC Enterprise Copy Data Management 信任管理问题漏洞 — Dell EMC Enterprise Copy Data Management (eCDM) 7.4 -2019-09-03
CVE-2019-1948 Cisco Webex Meetings Mobile (iOS) SSL Certificate Validation Vulnerability — Cisco WebEx Meetings for iOS 5.9 -2019-08-21
CVE-2019-3890 Evolution EWS 信任管理问题漏洞 — evolution-ews 6.5 -2019-08-01
CVE-2019-7615 Elasticsearch Elastic APM agent for Ruby 信任管理问题漏洞 — Elastic APM agent for Ruby 7.4 -2019-07-30
CVE-2019-1010275 helm 信任管理问题漏洞 — helm 9.1 -2019-07-17
CVE-2018-5408 PrinterLogic Print Management Software fails to validate the management portal SSL certificates — Management Software 7.4 -2019-05-08
CVE-2019-1590 Cisco Nexus 9000 Series Fabric Switches Application Centric Infrastructure Mode Insecure Fabric Authentication Vulnerability — Cisco NX-OS Software for Nexus 9000 Series Fabric Switches ACI Mode 8.1 -2019-05-03
CVE-2019-1757 Cisco IOS and IOS XE Software Smart Call Home Certificate Validation Vulnerability — Cisco IOS and IOS XE Software 5.9 -2019-03-28
CVE-2019-1748 Cisco IOS and IOS XE Software Network Plug-and-Play Agent Certificate Validation Vulnerability — Cisco IOS and IOS XE Software 7.4 -2019-03-27
CVE-2019-3814 Dovecot 信任管理问题漏洞 — dovecot 5.3 -2019-03-27
CVE-2019-3841 kubevirt containerized data importer 安全漏洞 — kubevirt/virt-cdi-importer 5.9 -2019-03-25
CVE-2019-3777 Apps Manager unverified SSL certs in Cloud Controller proxy — Apps Manager 9.1 -2019-03-07
CVE-2019-1683 Cisco SPA112, SPA525, and SPA5x5 Series IP Phones Certificate Validation Vulnerability — Cisco Small Business SPA500 Series IP Phones 7.4 -2019-02-25
CVE-2019-1659 Cisco Prime Infrastructure Certificate Validation Vulnerability — Cisco Prime Infrastructure 4.0 -2019-02-21
CVE-2018-0434 Cisco SD-WAN Solution Certificate Validation Vulnerability — Cisco SD-WAN Solution 7.4 -2018-10-05
CVE-2016-7075 Red Hat OpenShift Enterprise 信任管理问题漏洞 — OpenShift 9.8 -2018-09-10
CVE-2017-7513 Red Hat Satellite 安全漏洞 — Red Hat Satellite 4.2 -2018-08-22
CVE-2017-13105 Hi Security Virus Cleaner - Antivirus, Booster, 3.7.1.1329, 2017-09-13, Android application accepts all SSL certificates during SSL communication — Virus Cleaner - Antivirus, Booster 5.9 -2018-08-15
CVE-2017-2648 CloudBees Jenkins SSH Slaves插件安全漏洞 — jenkins-ssh-slaves-plugin 5.6 -2018-07-27
CVE-2017-2649 CloudBees Jenkins Active Directory插件安全漏洞 — Active Directory Jenkins plugin 8.1 -2018-07-27
CVE-2017-2629 Haxx curl和libcurl 安全漏洞 — curl 5.9 -2018-07-27
CVE-2017-2623 rpm-ostree和rpm-ostree-client 安全漏洞 — rpm-ostree, 5.3 -2018-07-27
CVE-2017-2639 Red Hat CloudForms 安全漏洞 — CloudForms 7.5 -2018-07-27
CVE-2017-7562 MIT krb5 信任管理问题漏洞 — krb5 6.5 -2018-07-26
CVE-2017-3182 On the iOS platform, the ThreatMetrix SDK versions prior to 3.2 fail to validate SSL certificates provided by HTTPS connections, which may allow an attacker to perform a man-in-the-middle (MITM) attack — SDK 6.8 -2018-07-24

Vulnerabilities classified as CWE-295 (证书验证不恰当) represent 583 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.