CWE-862 授权机制缺失 类弱点 7356 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-862 属于缺失授权漏洞,指产品在用户访问资源或执行操作时未进行权限校验。攻击者通常通过直接修改请求参数或构造恶意 URL,绕过前端限制以访问未授权数据或执行敏感操作。开发者应避免仅依赖前端验证,需在服务端对每个请求实施严格的身份认证与权限检查,确保用户仅能访问其被授权的资源,从而从根本上消除越权风险。
function runEmployeeQuery($dbName, $name){ mysql_select_db($dbName,$globalDbHandle) or die("Could not open Database".$dbName); //Use a prepared statement to avoid CWE-89 $preparedStatement = $globalDbHandle->prepare('SELECT * FROM employees WHERE name = :name'); $preparedStatement->execute(array(':name' => $name)); return $preparedStatement->fetchAll(); } /.../ $employeeRecord = runEmployeeQuery('EmployeeDB',$_GET['EmployeeName']);
sub DisplayPrivateMessage { my($id) = @_; my $Message = LookupMessageObject($id); print "From: " . encodeHTML($Message->{from}) . "<br>\n"; print "Subject: " . encodeHTML($Message->{subject}) . "\n"; print "<hr>\n"; print "Body: " . encodeHTML($Message->{body}) . "\n"; } my $q = new CGI; # For purposes of this example, assume that CWE-309 and # CWE-523 do not apply. if (! AuthenticateUser($q->param('username'), $q->param('password'))) { ExitError("invalid username or password"); } my $id = $q->param('id'); DisplayPrivateMessage($id);
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2026-5093 | WordPress Greenshift 授权问题漏洞 — Greenshift – animation and page builder blocks | 4.3 | Medium | 2026-08-22 |
| CVE-2026-4244 | WordPress Post Duplicator 授权问题漏洞 — Post Duplicator | 4.3 | Medium | 2026-08-22 |
| CVE-2026-12710 | Google Application Integration 授权问题漏洞 — Application Integration | 9.3 | Critical | 2026-08-22 |
| CVE-2026-76057 | WordPress AutomatorWP 授权问题漏洞 — AutomatorWP – Automator plugin for no-code automations, webhooks & custom integrations in WordPress | 4.3 | Medium | 2026-08-22 |
| CVE-2026-76074 | WordPress AutomatorWP 授权问题漏洞 — AutomatorWP – Automator plugin for no-code automations, webhooks & custom integrations in WordPress | 4.3 | Medium | 2026-08-22 |
| CVE-2026-75027 | WordPress Themify Builder 授权问题漏洞 — Themify Builder | 5.3 | Medium | 2026-08-22 |
| CVE-2026-34836 | Combodo iTop 授权问题漏洞 — iTop | 6.5 | Medium | 2026-08-21 |
| CVE-2026-53487 | Kite 授权问题漏洞 — kite | 4.3 | Medium | 2026-08-21 |
| CVE-2026-33047 | Combodo iTop 授权问题漏洞 — iTop | 4.3 | Medium | 2026-08-21 |
| CVE-2026-31936 | Combodo iTop 授权问题漏洞 — iTop | 8.8 | High | 2026-08-21 |
| CVE-2026-76876 | Shy Alter Craftplan 授权问题漏洞 — craftplan | 5.9 | Medium | 2026-08-21 |
| CVE-2026-75932 | Jet Admin 授权问题漏洞 — Jet Admin | 8.6 | High | 2026-08-21 |
| CVE-2026-77087 | Paperclip 授权问题漏洞 — paperclip | 9.6 | Critical | 2026-08-21 |
| CVE-2026-62940 | LXC Incus 授权问题漏洞 — incus | 9.9 | Critical | 2026-08-21 |
| CVE-2026-48751 | LXC Incus 授权问题漏洞 — incus | 9.9 | Critical | 2026-08-21 |
| CVE-2026-77767 | Reconmap 授权问题漏洞 — reconmap | 7.5 | High | 2026-08-21 |
| CVE-2026-50222 | Apache CloudStack 信息泄露漏洞 — Apache CloudStack | - | - | 2026-08-21 |
| CVE-2026-66721 | Apache CloudStack 授权问题漏洞 — Apache CloudStack | - | - | 2026-08-21 |
| CVE-2026-72843 | EverShop 授权问题漏洞 — evershop | 9.8 | Critical | 2026-08-20 |
| CVE-2026-54509 | mauriceboe TREK 授权问题漏洞 — TREK | 6.5 | Medium | 2026-08-20 |
| CVE-2026-19755 | Pavel Prokofyev NoSleep 授权问题漏洞 — NoSleep | 6.9 | Medium | 2026-08-20 |
| CVE-2026-53569 | Frappe 授权问题漏洞 — frappe | 5.3 | Medium | 2026-08-20 |
| CVE-2026-55095 | OPF openproject 授权问题漏洞 — openproject | 5.3 | Medium | 2026-08-20 |
| CVE-2026-64965 | ATutor 授权问题漏洞 — ATutor | 5.3 | Medium | 2026-08-20 |
| CVE-2026-76633 | LabRedesCefetRJ WeGIA 授权问题漏洞 — WeGIA | 8.1 | High | 2026-08-20 |
| CVE-2026-28163 | WordPress New User Approve 授权问题漏洞 — New User Approve | 5.3 | Medium | 2026-08-20 |
| CVE-2026-74020 | WordPress Koji 授权问题漏洞 — Koji | 7.5 | High | 2026-08-20 |
| CVE-2026-74019 | WordPress EPROLO-Dropshipping 授权问题漏洞 — EPROLO Dropshipping | 7.1 | High | 2026-08-20 |
| CVE-2026-66647 | WordPress Homlisti 授权问题漏洞 — Homlisti | 6.5 | Medium | 2026-08-20 |
| CVE-2026-66595 | WordPress WP Data Access 授权问题漏洞 — WP Data Access | 5.9 | Medium | 2026-08-20 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。