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

目标: 1000 元 · 已筹: 1336

100%

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

CWE-288 使用候选路径或通道进行的认证绕过 类弱点 548 条 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-10484 WordPress plugin Registration & Login with Mobile Phone Number for WooCommerce 安全漏洞 — Registration & Login with Mobile Phone Number for WooCommerce 9.8 Critical 2026-01-17
CVE-2025-67915 WordPress plugin Timetics 安全漏洞 — Timetics 8.8 High 2026-01-08
CVE-2025-23504 WordPress plugin Felan Framework 安全漏洞 — Felan Framework 9.8 Critical 2026-01-08
CVE-2026-21411 Plat’Home OpenBlocks IoT VX2 安全漏洞 — OpenBlocks IoT DX1 (FW5.0.x) 9.8 - 2026-01-06
CVE-2025-3652 Petlibro Smart Pet Feeder Platform 安全漏洞 — Smart Pet Feeder Platform 5.3 Medium 2026-01-03
CVE-2025-64121 Nuvation Energy Multi-Stack Controller 安全漏洞 — Multi-Stack Controller (MSC) 9.8 - 2026-01-02
CVE-2025-68620 Signal K Server 安全漏洞 — signalk-server 9.1 Critical 2026-01-01
CVE-2025-15102 Delta Electronics DVP-12SE11T 安全漏洞 — DVP-12SE11T 9.1 Critical 2025-12-30
CVE-2025-68860 WordPress plugin Mobile builder 安全漏洞 — Mobile builder 9.8 Critical 2025-12-29
CVE-2025-64236 WordPress plugin Tuturn 安全漏洞 — Tuturn 9.8 Critical 2025-12-18
CVE-2025-14714 LibreOffice 安全漏洞 — LibreOffice 9.8AI Critical AI 2025-12-15
CVE-2025-11984 GitLab Enterprise Edition(EE)和GitLab Community Edition(CE) 安全漏洞 — GitLab 6.8 Medium 2025-12-11
CVE-2025-66238 Sunbird DCIM dcTrack 安全漏洞 — DCIM dcTrack 7.2 High 2025-12-04
CVE-2025-13539 WordPress plugin FindAll Membership 安全漏洞 — FindAll Membership 9.8 Critical 2025-11-27
CVE-2025-10571 ABB Ability Edgenius 安全漏洞 — ABB Ability Edgenius 9.6 Critical 2025-11-20
CVE-2025-12760 Drupal Email TFA 安全漏洞 — Email TFA 9.8AI Critical AI 2025-11-18
CVE-2025-64530 Apollo Federation 安全漏洞 — federation 7.5 High 2025-11-13
CVE-2025-59367 ASUS DSL-AC51 安全漏洞 — DSL-AC51 9.8 - 2025-11-13
CVE-2025-64173 Apollo Router Core 安全漏洞 — router 7.5 High 2025-11-06
CVE-2025-62064 WordPress plugin Search & Go 安全漏洞 — Search & Go 9.8 Critical 2025-11-06
CVE-2025-5397 WordPress plugin Noo JobMonster 安全漏洞 — Noo JobMonster 9.8 Critical 2025-10-31
CVE-2025-12466 Drupal Simple OAuth (OAuth2) & OpenID Connect 安全漏洞 — Simple OAuth (OAuth2) & OpenID Connect 9.8AI Critical AI 2025-10-29
CVE-2025-9313 Asseco mMedica 安全漏洞 — mMedica 9.8AI Critical AI 2025-10-28
CVE-2025-11621 HashiCorp Vault Enterprise 安全漏洞 — Vault 8.1 High 2025-10-23
CVE-2025-60041 WordPress plugin Emails Catch All 安全漏洞 — Emails Catch All 8.8 High 2025-10-22
CVE-2025-49901 WordPress plugin qc-simple-link-directory 安全漏洞 — Simple Link Directory 9.8 Critical 2025-10-22
CVE-2025-11534 Raisecomm RAX701-GC-WP-01 P200R002C52和Raisecomm RAX701-GC-WP-01 P200R002C53 安全漏洞 — RAX701-GC-WP-01 P200R002C52 9.8AI Critical AI 2025-10-21
CVE-2025-58133 Zoom Rooms Clients 安全漏洞 — Zoom Rooms 5.3 Medium 2025-10-15
CVE-2025-10294 WordPress plugin OwnID Passwordless Login 安全漏洞 — OwnID Passwordless Login 9.8 Critical 2025-10-15
CVE-2025-9967 WordPress plugin Orion SMS OTP Verification 安全漏洞 — Orion SMS OTP Verification. 9.8 Critical 2025-10-15

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