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-77143 | TYPO3 Forum 授权问题漏洞 — Extension "Forum" | 8.8 | High | 2026-08-25 |
| CVE-2026-77146 | TYPO3 femanager 授权问题漏洞 — Extension "femanager" | 8.3 | High | 2026-08-25 |
| CVE-2026-17548 | Checkmk 授权问题漏洞 — Checkmk | 5.3 | Medium | 2026-08-25 |
| CVE-2026-66109 | Sky Co SKYSEA Client View 授权问题漏洞 — SKYSEA Client View | 8.5 | High | 2026-08-25 |
| CVE-2026-19892 | Infused Addons InfusedWoo Pro 授权问题漏洞 — InfusedWoo Pro | 8.8 | High | 2026-08-25 |
| CVE-2026-75930 | WordPress FundEngine 授权问题漏洞 — FundEngine – Donation and Crowdfunding Platform | 4.3 | Medium | 2026-08-25 |
| CVE-2026-75982 | WordPress LearnPress 授权问题漏洞 — LearnPress – WordPress LMS Plugin for Create and Sell Online Courses | 4.4 | Medium | 2026-08-25 |
| CVE-2026-10627 | WordPress Events Manager 授权问题漏洞 — Events Manager – Calendar, Bookings, Tickets, and more! | 5.3 | Medium | 2026-08-25 |
| CVE-2026-56707 | Grav 授权问题漏洞 — grav | 7.7 | High | 2026-08-25 |
| CVE-2026-19801 | WordPress BetterLinks 授权问题漏洞 — BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP | 4.3 | Medium | 2026-08-25 |
| CVE-2026-78266 | WordPress AutomatorWP 授权问题漏洞 — AutomatorWP | 6.5 | Medium | 2026-08-24 |
| CVE-2026-27364 | WordPress Style Kits 授权问题漏洞 — Style Kits | 6.5 | Medium | 2026-08-24 |
| CVE-2026-71509 | Dolibarr 授权问题漏洞 — dolibarr | 6.5 | Medium | 2026-08-24 |
| CVE-2026-71508 | Dolibarr 授权问题漏洞 — dolibarr | 6.5 | Medium | 2026-08-24 |
| CVE-2026-71504 | Dolibarr 授权问题漏洞 — dolibarr | 8.1 | High | 2026-08-24 |
| CVE-2026-71933 | DrayTek VigorSwitch 授权问题漏洞 — VigorSwitch G2540xs | 9.1 | Critical | 2026-08-24 |
| CVE-2026-39914 | TIM Solutions TIM Flow 授权问题漏洞 — TIM Flow | 6.5 | Medium | 2026-08-24 |
| CVE-2026-78387 | RansomLook 授权问题漏洞 — ransomlook | 9.4 | Critical | 2026-08-24 |
| CVE-2026-78380 | RansomLook 授权问题漏洞 — ransomlook | 8.7 | High | 2026-08-24 |
| CVE-2026-76847 | nektos Act 加密问题漏洞 — act | 8.8 | High | 2026-08-24 |
| CVE-2026-78372 | RansomLook 授权问题漏洞 — ransomlook | 9.2 | Critical | 2026-08-24 |
| CVE-2026-78370 | RansomLook 授权问题漏洞 — ransomlook | 9.2 | Critical | 2026-08-24 |
| CVE-2026-28190 | Plugins for WP ProLancer Element 授权问题漏洞 — ProLancer Element | 7.1 | High | 2026-08-24 |
| CVE-2026-28153 | WordPress Notification Master 授权问题漏洞 — Notification Master – Real-Time WordPress Notifications With Email, SMS, Webhooks & More | 7.5 | High | 2026-08-24 |
| CVE-2026-78272 | WordPress Fluent Support Pro 授权问题漏洞 — Fluent Support Pro | 5.4 | Medium | 2026-08-24 |
| CVE-2026-78258 | WordPress Booking and Rental Manager 授权问题漏洞 — Booking and Rental Manager | 5.3 | Medium | 2026-08-24 |
| CVE-2026-78291 | WordPress RepairBuddy 授权问题漏洞 — RepairBuddy | 5.3 | Medium | 2026-08-24 |
| CVE-2026-19200 | Rapid7 Velociraptor 授权问题漏洞 — Velociraptor | 8.9 | High | 2026-08-24 |
| CVE-2026-78204 | GhostManager Ghostwriter 授权问题漏洞 — Ghostwriter | 5.4 | Medium | 2026-08-24 |
| CVE-2026-75866 | Perl Punk::OAuth2::Server 0.03 访问令牌越权漏洞 | - | - | 2026-08-22 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。