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

目标: 1000 元 · 已筹: 1336

100%

CWE-287 认证机制不恰当 类漏洞列表 1472

CWE-287 认证机制不恰当 类弱点 1472 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-287 属于身份验证缺陷漏洞,指系统在验证用户身份时未能充分核实其声明的真实性。攻击者常利用此弱点通过暴力破解、凭证填充或会话劫持等手段冒充合法用户,从而获取未授权访问权限。开发者应实施多因素认证、使用强哈希算法存储凭证、设置合理的账户锁定策略,并严格验证每次访问的身份凭证,以确保身份声明得到充分证明。

MITRE CWE 官方描述
CWE:CWE-287 Improper Authentication 英文:当某个actor声称具有某一特定身份时,产品未能证明或未能充分证明该声明是正确的。
常见影响 (1)
Integrity, Confidentiality, Availability, Access ControlRead Application Data, Gain Privileges or Assume Identity, Execute Unauthorized Code or Commands
This weakness can lead to the exposure of resources or functionality to unintended actors, possibly providing attackers with sensitive information or even execute arbitrary code.
缓解措施 (1)
Architecture and DesignUse an authentication framework or library such as the OWASP ESAPI Authentication feature.
代码示例 (2)
The following code intends to ensure that the user is already logged in. If not, the code performs authentication with the user-provided username and password. If successful, it sets the loggedin and user cookies to "remember" that the user has already logged in. Finally, the code performs administrator tasks if the logged-in user has the "Administrator" username, as recorded in the user cookie.
my $q = new CGI; if ($q->cookie('loggedin') ne "true") { if (! AuthenticateUser($q->param('username'), $q->param('password'))) { ExitError("Error: you need to log in first"); } else { # Set loggedin and user cookies. $q->cookie( -name => 'loggedin', -value => 'true' ); $q->cookie( -name => 'user', -value => $q->param('username') ); } } if ($q->cookie('user') eq "Administrator") { DoAdministratorTasks(); }
Bad · Perl
GET /cgi-bin/vulnerable.cgi HTTP/1.1 Cookie: user=Administrator Cookie: loggedin=true [body of request]
Attack
In January 2009, an attacker was able to gain administrator access to a Twitter server because the server did not restrict the number of login attempts [REF-236]. The attacker targeted a member of Twitter's support team and was able to successfully guess the member's password using a brute force attack by guessing a large number of common words. After gaining access as the member of the support st…
CVE ID标题CVSS风险等级Published
CVE-2022-43978 Pandora 信任管理问题漏洞 — Pandora FMS 5.6 Medium2023-01-27
CVE-2023-23612 OpenSearch Project 授权问题漏洞 — security 4.7 Medium2023-01-24
CVE-2023-0311 phpMyFAQ 授权问题漏洞 — thorsten/phpmyfaq 8.8 -2023-01-15
CVE-2023-22497 Netdata 授权问题漏洞 — netdata 6.5 Medium2023-01-14
CVE-2023-0036 OpenHarmony 安全漏洞 — OpenHarmony 6.5 Medium2023-01-09
CVE-2023-0035 OpenHarmony 安全漏洞 — OpenHarmony 6.5 Medium2023-01-09
CVE-2022-1101 Event Management和Event Management System 授权问题漏洞 — Royale Event Management System 7.3 High2023-01-07
CVE-2014-125060 CollabCal 授权问题漏洞 — CollabCal 7.3 High2023-01-07
CVE-2022-39042 aEnrich a+HRD 授权问题漏洞 — a+HRD 9.8 Critical2023-01-03
CVE-2022-23554 Alpine 授权问题漏洞 — alpine 6.5 Medium2022-12-28
CVE-2022-23555 authentik 授权问题漏洞 — authentik 9.4 Critical2022-12-28
CVE-2022-3156 Rockwell Automation Studio 5000 Logix Designer 授权问题漏洞 — Studio 5000 Logix Emulate 7.8 High2022-12-27
CVE-2022-35646 IBM Security Verify Governance 授权问题漏洞 — Security Verify Governance, Identity Manager 5.9 Medium2022-12-22
CVE-2022-46170 CodeIgniter 授权问题漏洞 — CodeIgniter4 8.6 High2022-12-22
CVE-2022-23540 jsonwebtoken 数据伪造问题漏洞 — node-jsonwebtoken 6.4 Medium2022-12-22
CVE-2022-23541 jsonwebtoken 安全漏洞 — node-jsonwebtoken 5.0 Medium2022-12-22
CVE-2022-23501 TYPO3 授权问题漏洞 — typo3 5.9 Medium2022-12-14
CVE-2022-2757 Kingspan TMS 300 CS 授权问题漏洞 — TMS300 CS 9.8 Critical2022-12-13
CVE-2022-23505 Passport-wsfed-saml2 安全漏洞 — passport-wsfed-saml2 5.3 Medium2022-12-13
CVE-2022-2752 Secomea GateManager 授权问题漏洞 — GateManager 5.5 Medium2022-12-09
CVE-2022-29838 Western Digital My Cloud 授权问题漏洞 — My Cloud 4.3 Medium2022-12-09
CVE-2022-46829 JetBrains Gateway 授权问题漏洞 — JetBrains Gateway 7.1 High2022-12-08
CVE-2022-39899 SAMSUNG Mobile devices 授权问题漏洞 — Samsung Mobile Devices 5.7 Medium2022-12-08
CVE-2022-39901 SAMSUNG Mobile devices 授权问题漏洞 — Samsung Mobile Devices 6.5 Medium2022-12-08
CVE-2022-45118 OpenHarmony 安全漏洞 — OpenHarmony 6.2 Medium2022-12-08
CVE-2022-45877 OpenHarmony 授权问题漏洞 — OpenHarmony 8.3 High2022-12-08
CVE-2022-43549 Veeam Backup for Google Cloud 授权问题漏洞 — Veeam Backup for Google Cloud 9.8 -2022-12-05
CVE-2022-46145 authentik 访问控制错误漏洞 — authentik 8.1 High2022-12-02
CVE-2022-43900 IBM WebSphere Automation 授权问题漏洞 — WebSphere Automation for IBM Cloud Pak for Watson AIOps 5.3 Medium2022-12-01
CVE-2022-36960 SolarWinds Platform 输入验证错误漏洞 — SolarWinds Platform 8.8 High2022-11-29

CWE-287(认证机制不恰当) 是常见的弱点类别,本平台收录该类弱点关联的 1472 条 CVE 漏洞。