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

目标: 1000 元 · 已筹: 1336

100%

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

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

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

MITRE CWE 官方描述
CWE:CWE-290 通过欺骗绕过身份验证 (Authentication Bypass by Spoofing) 英文:这种以攻击为导向的弱点是由错误实现的身份验证方案引起的,这些方案容易受到欺骗攻击 (spoofing attacks)。
常见影响 (1)
Access Control Bypass 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-2025-31170 Huawei HarmonyOS和Huawei EMUI 安全漏洞 — HarmonyOS 8.4 High 2025-04-07
CVE-2024-58127 Huawei EMUI和Huawei HarmonyOS 安全漏洞 — HarmonyOS 8.4 High 2025-04-07
CVE-2024-58126 Huawei HarmonyOS和Huawei EMUI 安全漏洞 — HarmonyOS 8.4 High 2025-04-07
CVE-2024-58125 Huawei HarmonyOS和Huawei EMUI 安全漏洞 — HarmonyOS 8.4 High 2025-04-07
CVE-2024-58124 Huawei EMUI和Huawei HarmonyOS 安全漏洞 — HarmonyOS 8.4 High 2025-04-07
CVE-2025-22223 VMware Spring Security 安全漏洞 — Spring Security 5.3 Medium 2025-03-24
CVE-2024-54085 AMI MegaRAC 安全漏洞 — MegaRAC-SPx 9.4 - 2025-03-11
CVE-2025-27616 Vela Server 安全漏洞 — server 8.6 High 2025-03-10
CVE-2025-22271 CyberArk Endpoint Privilege Manager 安全漏洞 — Endpoint Privilege Manager 7.5 - 2025-02-28
CVE-2025-25055 JIP InfoBridge FileMegane 安全漏洞 — FileMegane 7.5 - 2025-02-17
CVE-2025-1298 TECNO com.transsion.carlcare 安全漏洞 — com.transsion.carlcare 9.8 - 2025-02-14
CVE-2025-25182 stroom 安全漏洞 — stroom 9.4 Critical 2025-02-12
CVE-2022-3180 WordPress plugin WPGateway 权限许可和访问控制问题漏洞 — WPGateway 9.8 - 2025-02-11
CVE-2025-1104 D-Link DHP-W310AV 安全漏洞 — DHP-W310AV 7.3 High 2025-02-07
CVE-2025-21415 Microsoft Azure AI Face Service 安全漏洞 — Azure AI Face Service 9.9 Critical 2025-01-29
CVE-2025-24628 WordPress plugin Google Captcha 安全漏洞 — Google Captcha 5.3 Medium 2025-01-27
CVE-2024-55925 Xerox Workplace Suite 授权问题漏洞 — Xerox Workplace Suite 7.5 High 2025-01-23
CVE-2025-24458 JetBrains YouTrack 安全漏洞 — YouTrack 7.1 High 2025-01-21
CVE-2024-13061 2100 TECHNOLOGY Electronic Official Document Management System 安全漏洞 — Official Document Management System 9.8 Critical 2024-12-31
CVE-2024-12108 Progress Software WhatsUp Gold 安全漏洞 — WhatsUp Gold 9.6 Critical 2024-12-31
CVE-2023-41133 WordPress plugin Secure Admin IP 安全漏洞 — Secure Admin IP 5.3 Medium 2024-12-13
CVE-2024-50380 Snap One OvrC 安全漏洞 — OVRC cloud 8.2 - 2024-12-02
CVE-2024-36466 Zabbix 安全漏洞 — Zabbix 8.8 High 2024-11-28
CVE-2024-8935 Schneider Electric Modicon M340 安全漏洞 — Modicon M340 CPU (part numbers BMXP34*) 7.5 High 2024-11-13
CVE-2024-51504 Apache Zookeeper 安全漏洞 — Apache ZooKeeper 9.1AI Critical AI 2024-11-07
CVE-2024-20384 Cisco Firepower Threat Defense和Cisco Adaptive Security Appliance 安全漏洞 — Cisco Adaptive Security Appliance (ASA) Software 5.8 Medium 2024-10-23
CVE-2024-20299 Cisco Firepower Threat Defense和Cisco Adaptive Security Appliance 安全漏洞 — Cisco Adaptive Security Appliance (ASA) Software 5.8 Medium 2024-10-23
CVE-2024-20297 Cisco Firepower Threat Defense和Cisco Adaptive Security Appliance 安全漏洞 — Cisco Adaptive Security Appliance (ASA) Software 5.8 Medium 2024-10-23
CVE-2024-10125 Amazon.ApplicationLoadBalancer.Identity.AspNetCore 安全漏洞 — Amazon.ApplicationLoadBalancer.Identity.AspNetCore Middleware 7.5 High 2024-10-21
CVE-2024-8901 AWS ALB Route Directive Adapter For Istio 安全漏洞 — AWS ALB Route Directive Adapter For Istio 7.5 High 2024-10-21

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