目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-288 使用候选路径或通道进行的认证绕过 类漏洞列表 549

CWE-288 使用候选路径或通道进行的认证绕过 类弱点 549 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-288 指认证绕过漏洞,即系统虽设有认证机制,却存在无需验证的备用路径或通道。攻击者常利用该缺陷,通过未受保护的接口或隐藏入口直接访问受限资源,从而规避身份校验。开发者应确保所有访问入口均强制实施统一且严格的认证策略,全面审查系统架构,消除任何未授权访问的潜在路径,以保障系统安全性。

MITRE CWE 官方描述
CWE:CWE-288 通过备用路径或通道绕过身份验证 (Authentication Bypass Using an Alternate Path or Channel) 英文:产品需要身份验证,但产品存在一个不需要身份验证的备用路径或通道。
常见影响 (1)
Access Control Bypass Protection Mechanism
缓解措施 (1)
Architecture and Design Funnel all access through a single choke point to simplify how users can access a resource. For every access, perform a check to determine if the user has permissions to access the resource.
代码示例 (1)
Register SECURE_ME is located at address 0xF00. A mirror of this register called COPY_OF_SECURE_ME is at location 0x800F00. The register SECURE_ME is protected from malicious agents and only allows access to select, while COPY_OF_SECURE_ME is not. Access control is implemented using an allowlist (as indicated by a…
module foo_bar(data_out, data_in, incoming_id, address, clk, rst_n); output [31:0] data_out; input [31:0] data_in, incoming_id, address; input clk, rst_n; wire write_auth, addr_auth; reg [31:0] data_out, acl_oh_allowlist, q; assign write_auth = | (incoming_id & acl_oh_allowlist) ? 1 : 0; always @* acl_oh_allowlist <= 32'h8312; assign addr_auth = (address == 32'hF00) ? 1: 0; always @ (posedge clk or negedge rst_n) if (!rst_n) begin q <= 32'h0; data_out <= 32'h0; end else begin q <= (addr_auth & write_auth) ? data_in: q; data_out <= q; end end endmodule
Informative · Verilog
assign addr_auth = (address == 32'hF00) ? 1: 0;
Bad · Verilog
CVE ID 标题 CVSS 风险等级 Published
CVE-2025-7710 WordPress plugin Brave Conversion Engine 安全漏洞 — Brave Conversion Engine (PRO) 9.8 Critical 2025-08-02
CVE-2025-6895 WordPress plugin Melapress Login Security 安全漏洞 — Melapress Login Security 9.8 Critical 2025-07-26
CVE-2025-7742 LG Innotek LNV5110R 安全漏洞 — Camera Model LNV5110R 9.8 - 2025-07-24
CVE-2025-34143 ETQ Reliance CG 安全漏洞 — Reliance CG (legacy) 9.8 - 2025-07-22
CVE-2025-7692 WordPress plugin Orion Login with SMS 安全漏洞 — Orion Login with SMS 8.1 High 2025-07-22
CVE-2025-7444 WordPress plugin LoginPress Pro 安全漏洞 — LoginPress Pro 9.8 Critical 2025-07-18
CVE-2025-1313 WordPress plugin Nokri - Job Board WordPress Theme 安全漏洞 — Nokri – Job Board WordPress Theme 8.8 High 2025-07-12
CVE-2025-30026 AXIS Camera Station 安全漏洞 — AXIS Camera Station Pro 9.8AI Critical AI 2025-07-11
CVE-2025-53099 Sentry 安全漏洞 — sentry 7.4AI High AI 2025-07-01
CVE-2025-25171 WordPress plugin WP SmartPay 安全漏洞 — WP SmartPay 8.8 High 2025-06-27
CVE-2025-6688 WordPress plugin Simple Payment 安全漏洞 — Simple Payment 9.8 Critical 2025-06-27
CVE-2025-6675 Drupal Enterprise MFA - TFA for Drupal 安全漏洞 — Enterprise MFA - TFA for Drupal 9.8AI Critical AI 2025-06-26
CVE-2025-5820 Sony XAV-AX8500 安全漏洞 — XAV-AX8500 8.8AI High AI 2025-06-21
CVE-2025-51381 KAON KCM3100 安全漏洞 — KCM3100 8.8AI High AI 2025-06-18
CVE-2025-49125 Apache Tomcat 安全漏洞 — Apache Tomcat 9.1 - 2025-06-16
CVE-2025-4973 WordPress plugin Workreap 安全漏洞 — Workreap 9.8 Critical 2025-06-12
CVE-2025-30184 CyberData 011209 Intercom 安全漏洞 — 011209 SIP Emergency Intercom 9.8 Critical 2025-06-09
CVE-2025-31022 WordPress plugin PayU India 安全漏洞 — PayU India 9.8 Critical 2025-06-09
CVE-2025-31019 WordPress plugin Password Policy Manager 安全漏洞 — Password Policy Manager 8.8 High 2025-06-09
CVE-2025-48904 Huawei HarmonyOS 安全漏洞 — HarmonyOS 4.4 Medium 2025-06-06
CVE-2025-4797 WordPress plugin Golo 安全漏洞 — Golo - City Travel Guide WordPress Theme 9.8 Critical 2025-06-03
CVE-2025-5190 WordPress plugin Browse As 安全漏洞 — Browse As 8.8 High 2025-05-30
CVE-2025-48926 TeleMessage 安全漏洞 — service 4.3 Medium 2025-05-28
CVE-2025-47461 WordPress plugin Subaccounts for WooCommerce 安全漏洞 — Subaccounts for WooCommerce 8.8 High 2025-05-23
CVE-2025-34026 Versa Concerto SD-WAN 安全漏洞 — Concerto 9.8AI Critical AI 2025-05-21
CVE-2025-46412 Vertiv Liebert RDU101和Vertiv Liebert UNITY 安全漏洞 — Liebert RDU101 9.8 Critical 2025-05-21
CVE-2025-48011 Drupal One Time Password 安全漏洞 — One Time Password 9.8AI Critical AI 2025-05-21
CVE-2025-48010 Drupal One Time Password 安全漏洞 — One Time Password 9.8AI Critical AI 2025-05-21
CVE-2025-47941 TYPO3 安全漏洞 — typo3 7.2 High 2025-05-20
CVE-2024-33939 WordPress plugin Masteriyo - LMS 安全漏洞 — Masteriyo - LMS 5.3 Medium 2025-05-19

CWE-288(使用候选路径或通道进行的认证绕过) 是常见的弱点类别,本平台收录该类弱点关联的 549 条 CVE 漏洞。