目标达成 感谢每一位支持者 — 我们达成了 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-47710 Drupal Enterprise MFA - TFA for Drupal 安全漏洞 — Enterprise MFA - TFA for Drupal 9.8AI Critical AI 2025-05-14
CVE-2025-47707 Drupal Enterprise MFA - TFA for Drupal 安全漏洞 — Enterprise MFA - TFA for Drupal 9.8AI Critical AI 2025-05-14
CVE-2025-4427 Ivanti Endpoint Manager Mobile 安全漏洞 — Endpoint Manager Mobile 5.3 Medium 2025-05-13
CVE-2025-22462 Ivanti Neurons for ITSM 安全漏洞 — Neurons for ITSM (on-prem) 9.8 Critical 2025-05-13
CVE-2025-40581 Siemens SCALANCE LPE9403 安全漏洞 — SCALANCE LPE9403 7.1 High 2025-05-13
CVE-2025-0549 GitLab Enterprise Edition和GitLab Community Edition 安全漏洞 — GitLab 6.8 Medium 2025-05-09
CVE-2025-3844 WordPress plugin PeproDev Ultimate Profile Solutions 安全漏洞 — PeproDev Ultimate Profile Solutions 9.8 Critical 2025-05-07
CVE-2024-12225 Quarkus 安全漏洞 9.1 Critical 2025-05-06
CVE-2025-1909 WordPress plugin BuddyBoss Platform Pro 安全漏洞 — BuddyBoss Platform Pro 9.8 Critical 2025-05-05
CVE-2025-47244 Inedo ProGet 安全漏洞 — ProGet 7.3 High 2025-05-03
CVE-2025-2492 ASUS AiCloud 安全漏洞 — Router 9.8 - 2025-04-18
CVE-2024-42178 HCL MyXalytics 安全漏洞 — HCL MyXalytics 2.5 Low 2025-04-17
CVE-2025-39535 WordPress plugin Vitepos 安全漏洞 — Vitepos 7.2 High 2025-04-17
CVE-2025-32357 Zammad 安全漏洞 — Zammad 4.3 Medium 2025-04-05
CVE-2024-13553 WordPress plugin SMS Alert Order Notifications 安全漏洞 — SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery 9.8 Critical 2025-04-01
CVE-2024-56325 Apache Pinot 安全漏洞 — Apache Pinot 9.8AI Critical AI 2025-04-01
CVE-2025-22277 WordPress plugin Vitepos 安全漏洞 — Vitepos 8.8 High 2025-04-01
CVE-2025-31095 WordPress plugin Material Dashboard 安全漏洞 — Material Dashboard 9.8 Critical 2025-04-01
CVE-2025-31694 Drupal Two-factor Authentication 安全漏洞 — Two-factor Authentication (TFA) 9.4 - 2025-03-31
CVE-2025-22230 VMware Tools for Windows 安全漏洞 — VMware Tools 7.8 High 2025-03-25
CVE-2025-2747 Kentico Xperience 安全漏洞 — Xperience 9.8 Critical 2025-03-24
CVE-2025-2746 Kentico Xperience 安全漏洞 — Xperience 9.8 Critical 2025-03-24
CVE-2024-13442 WordPress plugin Service Finder Bookings 安全漏洞 — Service Finder Bookings 9.8 Critical 2025-03-19
CVE-2024-13772 WordPress plugin Civi 安全漏洞 — Civi - Job Board & Freelance Marketplace WordPress Theme 5.6 Medium 2025-03-14
CVE-2024-13771 WordPress plugin Civi 安全漏洞 — Civi - Job Board & Freelance Marketplace WordPress Theme 9.8 Critical 2025-03-14
CVE-2024-11286 WordPress plugin WP JobHunt 安全漏洞 — WP JobHunt 9.8 Critical 2025-03-14
CVE-2025-2080 Optigo Networks Visual BACnet Capture Tool和Optigo Visual Networks Capture Tool 安全漏洞 — Visual BACnet Capture Tool 9.8 - 2025-03-13
CVE-2025-29996 Rising Technosoft CAP back office application 安全漏洞 — CAP back office application 8.1 - 2025-03-13
CVE-2024-13446 WordPress plugin Workreap 安全漏洞 — Workreap 9.8 Critical 2025-03-12
CVE-2025-1315 WordPress plugin InWave Jobs 安全漏洞 — InWave Jobs 9.8 Critical 2025-03-07

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