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

目标: 1000 元 · 已筹: 1336

100%

CWE-289 使用候选名称进行的认证绕过 类漏洞列表 30

CWE-289 使用候选名称进行的认证绕过 类弱点 30 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-289 是一种身份验证绕过漏洞,源于系统仅依据资源或访问者的特定名称进行认证,却未全面校验该实体的所有可能别名。攻击者利用此缺陷,通过构造未经验证的替代名称来伪装身份,从而非法获取访问权限。开发者应确保认证机制覆盖所有可能的标识符变体,实施严格的别名映射与统一校验逻辑,以消除因名称识别不全导致的安全盲区。

MITRE CWE 官方描述
CWE:CWE-289 通过备用名称绕过身份验证 (Authentication Bypass by Alternate Name) 英文:该产品基于正在访问的资源名称或执行访问的操作者名称进行身份验证,但未正确检查该资源或操作者的所有可能名称。
常见影响 (1)
Access Control Bypass Protection Mechanism
缓解措施 (3)
Architecture and Design Avoid making decisions based on names of resources (e.g. files) if those resources can have alternate names.
Implementation Assume all input is malicious. Use an "accept known good" input validation strategy, i.e., use a list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does. When performing input validation, consider all potentially relevant properties, including length, type of input, the full range…
Implementation Inputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked.
CVE ID 标题 CVSS 风险等级 Published
CVE-2026-15980 tangiblewp MyHome Core 授权问题漏洞 — MyHome Core 9.8 Critical 2026-08-30
CVE-2026-32639 Winter CMS Winter 授权问题漏洞 — winter 6.8 Medium 2026-08-26
CVE-2026-15985 RadiusTheme Classified Listing - Mobile Number Verification 授权问题漏洞 — Classified Listing - Mobile Number Verification 8.1 High 2026-08-26
CVE-2026-8457 WPWeb WooCommerce - Social Login 授权问题漏洞 — WooCommerce - Social Login 9.8 Critical 2026-08-01
CVE-2026-10842 IBM WebSphere Application Server 授权问题漏洞 — WebSphere Application Server 7.5 High 2026-07-30
CVE-2026-9701 WordPress Eventer 授权问题漏洞 — Eventer 9.8 Critical 2026-07-08
CVE-2026-56091 Apache Shiro 授权问题漏洞 — Apache Shiro - - 2026-06-25
CVE-2026-50627 Apache CXF 授权问题漏洞 — Apache CXF - - 2026-06-12
CVE-2026-43617 Rsync 安全漏洞 — rsync 4.8 Medium 2026-05-20
CVE-2026-3184 util-linux 安全漏洞 — Red Hat Hardened Images 3.7 Low 2026-04-03
CVE-2026-32036 OpenClaw 安全漏洞 — OpenClaw 6.5 Medium 2026-03-19
CVE-2026-23903 Apache Shiro 安全漏洞 — Apache Shiro 7.5 - 2026-02-09
CVE-2026-24058 Soft Serve 安全漏洞 — soft-serve 8.1AI High AI 2026-01-22
CVE-2025-14777 Keycloak 安全漏洞 — Red Hat build of Keycloak 26.4 6.0 Medium 2025-12-16
CVE-2025-13613 WordPress plugin Elated Membership 安全漏洞 — Elated Membership 9.8 Critical 2025-12-10
CVE-2025-64521 authentik 安全漏洞 — authentik 4.8 Medium 2025-11-19
CVE-2025-64343 Conda Constructor 安全漏洞 — constructor 7.8 High 2025-11-07
CVE-2025-8415 Cryostat 安全漏洞 — Cryostat 5.9 Medium 2025-08-20
CVE-2025-29266 Unraid 安全漏洞 — Unraid 9.6 Critical 2025-03-31
CVE-2024-11283 WordPress plugin WP JobHunt 安全漏洞 — WP JobHunt 7.5 High 2025-03-14
CVE-2024-56511 DataEase 安全漏洞 — dataease 9.1 - 2025-01-10
CVE-2024-2098 WordPress plugin Download Manager 安全漏洞 — Download Manager 7.5 High 2024-06-13
CVE-2023-51663 Hail 安全漏洞 — hail 5.3 Medium 2023-12-29
CVE-2023-41890 SAML 安全漏洞 — Saml2 7.5 High 2023-09-19
CVE-2023-3263 Dataprobe 授权问题漏洞 — iBoot PDU 7.5 High 2023-08-14
CVE-2023-38487 HedgeDoc 安全漏洞 — hedgedoc 6.5 Medium 2023-08-04
CVE-2023-20046 Cisco StarOS 安全漏洞 — Cisco ASR 5000 Series Software 8.8 High 2023-05-09
CVE-2023-1803 Redline Router 授权问题漏洞 — Redline Router 9.8 Critical 2023-04-14
CVE-2021-34746 Cisco Enterprise NFV Infrastructure Software 授权问题漏洞 — Cisco Enterprise NFV Infrastructure Software 9.8 Critical 2021-09-02
CVE-2017-16590 Netgain Enterprise Manager 安全漏洞 — NetGain Systems Enterprise Manager 8.8 - 2018-01-23

CWE-289(使用候选名称进行的认证绕过) 是常见的弱点类别,本平台收录该类弱点关联的 30 条 CVE 漏洞。