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-47657 | HumHub 授权问题漏洞 — humhub | - | - | 2026-07-21 |
| CVE-2026-28310 | SolarWinds Serv-U 授权问题漏洞 — Serv-U | 4.7 | Medium | 2026-07-21 |
| CVE-2026-28309 | SolarWinds Serv-U 授权问题漏洞 — Serv-U | 4.7 | Medium | 2026-07-21 |
| CVE-2026-65050 | WordPress Ninja Forms 授权问题漏洞 — Ninja Forms | 6.5 | Medium | 2026-07-21 |
| CVE-2026-11876 | ZenML 授权问题漏洞 — zenml-io/zenml | - | - | 2026-07-21 |
| CVE-2026-6792 | Universal Software Inc FlexCity 授权问题漏洞 — FlexCity | 6.5 | Medium | 2026-07-21 |
| CVE-2026-65007 | Grav 授权问题漏洞 — grav | 9.6 | Critical | 2026-07-21 |
| CVE-2026-1372 | WordPress Tutor LMS Elementor Addons 授权问题漏洞 — Tutor LMS Elementor Addons | 4.3 | Medium | 2026-07-21 |
| CVE-2026-8593 | Checkmk 授权问题漏洞 — Checkmk | - | - | 2026-07-21 |
| CVE-2026-47129 | pdovhomilja nextcrm-app 授权问题漏洞 — nextcrm-app | 8.1 | High | 2026-07-20 |
| CVE-2026-64622 | Jovan Marinovic Network-AI 授权问题漏洞 — Network-AI | 7.5 | High | 2026-07-20 |
| CVE-2026-63758 | SurrealDB 授权问题漏洞 — surrealdb | 5.4 | Medium | 2026-07-20 |
| CVE-2026-63741 | SurrealDB 授权问题漏洞 — surrealdb | 6.5 | Medium | 2026-07-20 |
| CVE-2026-16215 | Geex Arts Django JET 授权问题漏洞 — django-jet | 6.5 | Medium | 2026-07-19 |
| CVE-2026-16197 | Sipeed PicoClaw 授权问题漏洞 — PicoClaw | 6.3 | Medium | 2026-07-18 |
| CVE-2026-16123 | nextlevelbuilder goclaw 授权问题漏洞 — GoClaw | 6.3 | Medium | 2026-07-18 |
| CVE-2026-45704 | Pimcore 授权问题漏洞 — pimcore | - | - | 2026-07-17 |
| CVE-2026-45260 | Pimcore 授权问题漏洞 — pimcore | 8.1 | High | 2026-07-17 |
| CVE-2026-45703 | Pimcore 授权问题漏洞 — pimcore | 6.4 | Medium | 2026-07-17 |
| CVE-2026-48014 | Shopware 授权问题漏洞 — shopware | 6.5 | Medium | 2026-07-17 |
| CVE-2026-48008 | Shopware 授权问题漏洞 — shopware | 6.5 | Medium | 2026-07-17 |
| CVE-2026-12694 | Vimesoft Enterprise Video Platform 授权问题漏洞 — Enterprise Video Platform | 9.1 | Critical | 2026-07-17 |
| CVE-2026-63100 | Maybe 授权问题漏洞 — maybe | 6.5 | Medium | 2026-07-17 |
| CVE-2026-15783 | GitHub Enterprise Server 授权问题漏洞 — Enterprise Server | - | - | 2026-07-17 |
| CVE-2026-12715 | Google Firebase Studio 授权问题漏洞 — Firebase Studio | - | - | 2026-07-17 |
| CVE-2026-16017 | mosaxiv clawlet 授权问题漏洞 — clawlet | 6.3 | Medium | 2026-07-17 |
| CVE-2026-13765 | WordPress LearnPress 授权问题漏洞 — LearnPress – WordPress LMS Plugin for Create and Sell Online Courses | 7.5 | High | 2026-07-17 |
| CVE-2026-15349 | WordPress ERP 授权问题漏洞 — ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce | 4.3 | Medium | 2026-07-17 |
| CVE-2026-8616 | WordPress Fense Proxy & VPN Blocker 授权问题漏洞 — Fense Proxy & VPN Blocker | 5.3 | Medium | 2026-07-17 |
| CVE-2026-62235 | getgrav Grav 异常处理不当漏洞 — grav | 6.3 | Medium | 2026-07-17 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。