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-59522 | wedevs wp erp 授权问题漏洞 — WP ERP | 6.5 | Medium | 2026-07-23 |
| CVE-2026-57808 | Saad Iqbal WP EasyPay 授权问题漏洞 — WP EasyPay | 6.5 | Medium | 2026-07-23 |
| CVE-2026-57717 | Knit Pay 授权问题漏洞 — Knit Pay | 6.5 | Medium | 2026-07-23 |
| CVE-2026-57703 | WordPress Sunshine Photo Cart 授权问题漏洞 — Sunshine Photo Cart | 6.3 | Medium | 2026-07-23 |
| CVE-2026-57425 | WordPress Autopay dla WooCommerce 授权问题漏洞 — Autopay dla WooCommerce | 6.5 | Medium | 2026-07-23 |
| CVE-2026-57367 | wpbookingsystem WP Booking System 授权问题漏洞 — WP Booking System | 7.1 | High | 2026-07-23 |
| CVE-2026-27423 | WordPress Participants Database 授权问题漏洞 — Participants Database | 4.3 | Medium | 2026-07-23 |
| CVE-2026-27418 | Epsiloncool WP Fast Total Search 授权问题漏洞 — WP Fast Total Search | 5.3 | Medium | 2026-07-23 |
| CVE-2026-27422 | WordPress YT Player 授权问题漏洞 — YT Player | 5.3 | Medium | 2026-07-23 |
| CVE-2026-27392 | WordPress uListing 授权问题漏洞 — uListing | 4.3 | Medium | 2026-07-23 |
| CVE-2026-27399 | WordPress MarketKing 授权问题漏洞 — MarketKing | 5.3 | Medium | 2026-07-23 |
| CVE-2026-27391 | WordPress uListing 授权问题漏洞 — uListing | 5.4 | Medium | 2026-07-23 |
| CVE-2026-27377 | QuickCal 授权问题漏洞 — QuickCal - Appointment Booking Calendar for WordPress | 6.7 | Medium | 2026-07-23 |
| CVE-2026-27355 | metaphorcreations Ditty – Responsive News Tickers, Sliders, and Lists 授权问题漏洞 — Ditty | 5.3 | Medium | 2026-07-23 |
| CVE-2026-25466 | WordPress WP Go Maps 授权问题漏洞 — WP Go Maps | 5.3 | Medium | 2026-07-23 |
| CVE-2026-25424 | WordPress Mediavine Control Panel 授权问题漏洞 — Mediavine Control Panel | 4.3 | Medium | 2026-07-23 |
| CVE-2026-25427 | WordPress eRoom 授权问题漏洞 — eRoom | 5.4 | Medium | 2026-07-23 |
| CVE-2026-15015 | WordPress MountDev AI MCP Connector for WordPress 授权问题漏洞 — MountDev AI MCP Connector for WordPress | 9.8 | Critical | 2026-07-23 |
| CVE-2026-15827 | WordPress GutenKit 授权问题漏洞 — GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor | 5.3 | Medium | 2026-07-23 |
| CVE-2026-59677 | openSUSE Tumbleweed 授权问题漏洞 — selinux | 6.8 | Medium | 2026-07-23 |
| CVE-2026-13078 | MongoDB Server 授权问题漏洞 — MongoDB Server | 7.7 | High | 2026-07-22 |
| CVE-2026-7328 | CHIPS Alliance Core Runtime Firmware 授权问题漏洞 — Core Runtime Firmware | - | - | 2026-07-22 |
| CVE-2026-65011 | Graylog2 graylog2-server 授权问题漏洞 — graylog2-server | 4.3 | Medium | 2026-07-22 |
| CVE-2026-16544 | Red Hat Ansible Automation Platform 2 授权问题漏洞 — Red Hat Ansible Automation Platform 2 | 6.5 | Medium | 2026-07-22 |
| CVE-2026-63262 | Elastic Kibana 授权问题漏洞 — Kibana | 4.3 | Medium | 2026-07-21 |
| CVE-2026-63143 | Elastic Kibana 授权问题漏洞 — Kibana | 4.3 | Medium | 2026-07-21 |
| CVE-2026-63141 | Elastic Kibana 授权问题漏洞 — Kibana | 6.3 | Medium | 2026-07-21 |
| CVE-2026-63092 | Thomas Günther Kirby Modules 授权问题漏洞 — kirby-modules | 4.3 | Medium | 2026-07-21 |
| CVE-2026-65055 | Taiga Backend 授权问题漏洞 — taiga-back | 5.3 | Medium | 2026-07-21 |
| CVE-2026-47688 | FOGProject 授权问题漏洞 — fogproject | 8.2 | High | 2026-07-21 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。