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

目标: 1000 元 · 已筹: 1336

100%

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

CWE-290 使用欺骗进行的认证绕过 类弱点 306 条 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-2024-43944 WordPress plugin Maintenance & Coming Soon Redirect Animation 安全漏洞 — Maintenance & Coming Soon Redirect Animation 3.7 Low2024-08-29
CVE-2023-48396 Apache SeaTunnel 安全漏洞 — Apache SeaTunnel Web 9.8AICriticalAI2024-07-30
CVE-2024-41107 Apache CloudStack 安全漏洞 — Apache CloudStack 9.8 -2024-07-19
CVE-2023-40356 PingOne MFA Integration Kit 2.3.1 安全漏洞 — PingOne MFA Integration Kit for PingFederate 5.3AIMediumAI2024-07-09
CVE-2023-40702 Ping Identity PingFederate PingOne MFA Integration Kit 安全漏洞 — PingOne MFA Integration Kit for PingFederate 8.1AIHighAI2024-07-09
CVE-2024-37430 WordPress plugin Patreon WordPress 安全漏洞 — Patreon WordPress 5.3 Medium2024-07-09
CVE-2024-6163 Checkmk 安全漏洞 — Checkmk 5.3 Medium2024-07-08
CVE-2024-37082 Cloud Foundry 安全漏洞 — haproxy-boshrelease 9.1 Critical2024-07-03
CVE-2024-39350 Synology Camera Firmware 安全漏洞 — Camera Firmware 7.5 High2024-06-28
CVE-2024-5812 BeyondInsight 安全漏洞 — BeyondInsight PasswordSafe 3.3 Low2024-06-11
CVE-2024-35749 WordPress plugin Under Construction / Maintenance Mode from Acurax 安全漏洞 — Under Construction / Maintenance Mode from Acurax 3.7 Low2024-06-10
CVE-2024-5037 Red Hat OpenShift Telemeter 安全漏洞 7.5 High2024-06-05
CVE-2023-52176 WordPress plugin Malware Scanner 安全漏洞 — Malware Scanner 5.3 Medium2024-06-04
CVE-2023-51667 WordPress plugin Rate my Post – WP Rating System 安全漏洞 — Rate my Post – WP Rating System 5.3 Medium2024-06-04
CVE-2023-51543 WordPress plugin RegistrationMagic 安全漏洞 — RegistrationMagic 5.3 Medium2024-06-04
CVE-2023-51542 WordPress plugin Branda 安全漏洞 — Branda 5.3 Medium2024-06-04
CVE-2023-49741 WordPress plugin Coming soon and Maintenance mode 安全漏洞 — Coming soon and Maintenance mode 3.7 Low2024-06-04
CVE-2023-48753 WordPress plugin Restricted Site Access 安全漏洞 — Restricted Site Access 5.3 Medium2024-06-04
CVE-2023-48271 WordPress plugin Maspik – Spam blacklist 安全漏洞 — Maspik – Spam blacklist 5.3 Medium2024-06-04
CVE-2023-47769 WordPress plugin WP Maintenance 安全漏洞 — WP Maintenance 3.7 Low2024-06-04
CVE-2023-41134 WordPress plugin Antispam Bee 安全漏洞 — Antispam Bee 5.3 Medium2024-06-04
CVE-2023-37865 WordPress plugin Download IP2Location Country Blocker 安全漏洞 — Download IP2Location Country Blocker 5.3 Medium2024-06-04
CVE-2024-4358 Progress Software Telerik Report Server 安全漏洞 — Telerik Report Server 9.8 Critical2024-05-29
CVE-2024-20363 Cisco 多款产品安全漏洞 — Cisco Firepower Threat Defense Software 5.8 Medium2024-05-22
CVE-2024-32827 WordPress plugin Giveaways and Contests 安全漏洞 — Giveaways and Contests 5.3 Medium2024-05-17
CVE-2024-32786 WordPress plugin Royal Elementor Addons 安全漏洞 — Royal Elementor Addons 5.3 Medium2024-05-17
CVE-2024-32708 WordPress plugin Maintenance Mode 安全漏洞 — Maintenance Mode 3.7 Low2024-05-17
CVE-2024-22139 WordPress plugin WordPress Manutenção 安全漏洞 — WordPress Manutenção 3.7 Low2024-05-17
CVE-2024-21746 WordPress plugin Wp Ultimate Review 安全漏洞 — Wp Ultimate Review 5.3 Medium2024-05-17
CVE-2024-25595 WordPress plugin Defender Security 安全漏洞 — Defender Security 5.3 Medium2024-05-17

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