CWE-299 证书撤销验证不恰当 类弱点 16 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-299属于证书验证缺陷,指软件未正确检查证书吊销状态。攻击者常利用已吊销但仍被信任的证书进行中间人攻击或伪装合法服务,从而窃取敏感数据或注入恶意内容。开发者应集成在线证书状态协议(OCSP)或证书吊销列表(CRL)检查机制,确保在建立安全连接前实时验证证书有效性,防止使用已被撤销的凭证。
if (cert = SSL_get_peer_certificate(ssl)) { // got a certificate, do secret things
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2026-73581 | Apache Tomcat OpenSSL TLS实现忽略CRL漏洞 — Apache Tomcat | - | - | 2026-09-23 |
| CVE-2026-93602 | rustls-webpki 0.103.10 CRL吊销检查绕过 — webpki | 4.4 | Medium | 2026-09-18 |
| CVE-2026-93493 | Netty OCSP验证因缺少nextupdate字段被静默跳过 — Red Hat build of Apache Camel for Spring Boot 4 | 5.9 | Medium | 2026-09-18 |
| CVE-2026-86231 | Matthias Wiedemann JSch 加密问题漏洞 — jsch | 3.7 | Low | 2026-09-06 |
| CVE-2026-61699 | Forgekeep nebula-mesh 加密问题漏洞 — nebula-mesh | 8.1 | High | 2026-09-04 |
| CVE-2026-56821 | Netty 加密问题漏洞 — netty | 7.4 | High | 2026-07-28 |
| CVE-2026-9636 | Rockwell Automation CompactLogix 加密问题漏洞 — ControlLogix® 5580, CompactLogix® 5380, GuardLogix® 5580, Compact GuardLogix® 5380, 1756-EN4TR | - | - | 2026-07-14 |
| CVE-2026-6899 | S2OPC OPC UA Toolkit 安全漏洞 — S2OPC | 5.6 | Medium | 2026-06-09 |
| CVE-2026-4428 | AWS libcrypto 安全漏洞 — AWS-LC | 7.4 | High | 2026-03-19 |
| CVE-2025-11955 | TheGreenBow VPN 安全漏洞 — TheGreenBow VPN Client Windows Enterprise | 5.3AI | Medium AI | 2025-10-27 |
| CVE-2025-36057 | IBM Cognos Analytics Mobile 安全漏洞 — Cognos Analytics Mobile | 5.2 | Medium | 2025-07-21 |
| CVE-2025-3085 | MongoDB Server 安全漏洞 — MongoDB Server | 8.1 | High | 2025-04-01 |
| CVE-2024-56138 | notion-go 安全漏洞 — notation-go | 4.0 | Medium | 2025-01-13 |
| CVE-2023-23690 | Dell EMC Storage信任管理问题漏洞 — Cloud Mobility for Dell Storage | 7.0 | High | 2023-01-19 |
| CVE-2020-1675 | Mist Cloud 信任管理问题漏洞 — MIST Cloud UI | 8.3 | High | 2020-10-16 |
| CVE-2020-16228 | Patient Information 安全漏洞 — Patient Information Center iX (PICiX) | 6.4 | - | 2020-09-11 |
CWE-299(证书撤销验证不恰当) 是常见的弱点类别,本平台收录该类弱点关联的 16 条 CVE 漏洞。