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

目标: 1000 元 · 已筹: 1336

100%

CWE-290 使用欺骗进行的认证绕过 类漏洞列表 316

CWE-290 使用欺骗进行的认证绕过 类弱点 316 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-290 是一种身份验证绕过漏洞,源于身份验证机制实现不当,易受欺骗攻击。攻击者通常通过伪造或篡改身份标识(如IP地址、证书或令牌),使系统误认其为合法用户从而获取未授权访问权限。开发者应实施强身份验证策略,包括多因素认证、严格的输入验证及防重放机制,并定期审查认证逻辑,确保身份源的可信性与完整性,以有效防御此类欺骗行为。

MITRE CWE 官方描述
CWE:CWE-290 通过欺骗绕过身份验证 (Authentication Bypass by Spoofing) 英文:这种以攻击为导向的弱点是由错误实现的身份验证方案引起的,这些方案容易受到欺骗攻击 (spoofing attacks)。
常见影响 (1)
Access ControlBypass Protection Mechanism, Gain Privileges or Assume Identity
This weakness can allow an attacker to access resources which are not otherwise accessible without proper authentication.
代码示例 (2)
The following code authenticates users.
String sourceIP = request.getRemoteAddr(); if (sourceIP != null && sourceIP.equals(APPROVED_IP)) { authenticated = true; }
Bad · Java
Both of these examples check if a request is from a trusted address before responding to the request.
sd = socket(AF_INET, SOCK_DGRAM, 0); serv.sin_family = AF_INET; serv.sin_addr.s_addr = htonl(INADDR_ANY); servr.sin_port = htons(1008); bind(sd, (struct sockaddr *) & serv, sizeof(serv)); while (1) { memset(msg, 0x0, MAX_MSG); clilen = sizeof(cli); if (inet_ntoa(cli.sin_addr)==getTrustedAddress()) { n = recvfrom(sd, msg, MAX_MSG, 0, (struct sockaddr *) & cli, &clilen); } }
Bad · C
while(true) { DatagramPacket rp=new DatagramPacket(rData,rData.length); outSock.receive(rp); String in = new String(p.getData(),0, rp.getLength()); InetAddress clientIPAddress = rp.getAddress(); int port = rp.getPort(); if (isTrustedAddress(clientIPAddress) & secretKey.equals(in)) { out = secret.getBytes(); DatagramPacket sp =new DatagramPacket(out,out.length, IPAddress, port); outSock.send(sp); } }
Bad · Java
CVE ID标题CVSS风险等级Published
CVE-2026-14450 MaaS Billing权限提升漏洞:伪造HTTP头导致权限提升 — Red Hat OpenShift AI (RHOAI) 9.9 Critical2026-08-10
CVE-2026-65570 WordPress 手机号登录插件 <=1.8.70 绕过漏洞 — Login with phone number 8.1 High2026-08-06
CVE-2026-65502 WordPress Element Pack 8.7.13 及以下版本验证码绕过漏洞 — Element Pack Elementor Addons 5.3 Medium2026-08-06
CVE-2026-32469 WordPress CAPTCHA 4WP <= 7.6.0 验证码绕过漏洞 — CAPTCHA 4WP 5.3 Medium2026-08-06
CVE-2026-48063 WhiskeySockets Baileys 授权问题漏洞 — Baileys 9.3 Critical2026-08-03
CVE-2026-11922 ZenML 授权问题漏洞 — zenml-io/zenml--2026-07-24
CVE-2026-64875 joomla GeoIP 授权问题漏洞 — GeoIP extension for Joomla--2026-07-23
CVE-2026-64797 joomla IP Login 授权问题漏洞 — IP Login extension for Joomla--2026-07-22
CVE-2026-63683 joomla Advanced Module Manager 授权问题漏洞 — Advanced Module Manager extension for Joomla--2026-07-22
CVE-2026-54478 NLnet Labs Unbound 授权问题漏洞 — Unbound 3.7 Low2026-07-22
CVE-2026-3183 ZOHO ManageEngine ADSelfService Plus 授权问题漏洞 — ManageEngine ADSelfService Plus 7.1 High2026-07-21
CVE-2026-15812 Kronosnet 授权问题漏洞 — Red Hat Enterprise Linux 10 4.8 Medium2026-07-21
CVE-2026-16076 AstrBot 授权问题漏洞 — AstrBot 6.3 Medium2026-07-18
CVE-2026-62224 OpenClaw MS Teams 授权问题漏洞 — msteams 5.4 Medium2026-07-17
CVE-2026-49353 decolua 9router 授权问题漏洞 — 9router 7.5 High2026-07-15
CVE-2026-12382 Red Hat Ansible Automation Platform 授权问题漏洞 — Red Hat Ansible Automation Platform 2.5 for RHEL 8 8.2 High2026-07-15
CVE-2026-47737 Puma 授权问题漏洞 — puma 7.5 High2026-07-14
CVE-2026-45063 Symfony 授权问题漏洞 — symfony--2026-07-14
CVE-2026-45074 Symfony 授权问题漏洞 — symfony--2026-07-14
CVE-2026-62644 Roundcube webmail 授权问题漏洞 — Webmail 6.4 Medium2026-07-14
CVE-2026-55954 Ueberauth Apple 授权问题漏洞 — ueberauth_apple--2026-07-14
CVE-2026-58488 HedgeDoc 授权问题漏洞 — hedgedoc--2026-07-13
CVE-2026-61428 Mervin Praison PraisonAI 授权问题漏洞 — PraisonAI 7.3 High2026-07-11
CVE-2026-55641 decolua 9router 配置错误漏洞 — 9router 8.2 High2026-07-10
CVE-2026-54782 CoreWCF 授权问题漏洞 — CoreWCF 10.0 Critical2026-07-08
CVE-2026-8651 Progress MOVEit Transfer 授权问题漏洞 — MOVEit Transfer 3.7 Low2026-07-08
CVE-2026-45045 Fiber 授权问题漏洞 — fiber 5.3 Medium2026-07-08
CVE-2026-56360 n8n 授权问题漏洞 — n8n 4.0 Medium2026-07-08
CVE-2026-24013 Apache IoTDB 授权问题漏洞 — Apache IoTDB--2026-07-06
CVE-2026-24270 NVIDIA AIStore framework 授权问题漏洞 — AIStore framework 9.8 Critical2026-07-01

CWE-290(使用欺骗进行的认证绕过) 是常见的弱点类别,本平台收录该类弱点关联的 316 条 CVE 漏洞。