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-12955 | WordPress WPLP Cookie Consent 授权问题漏洞 — Cookie Banner for GDPR / CCPA – WPLP Cookie Consent | 4.3 | Medium | 2026-07-10 |
| CVE-2026-11992 | WordPress Easy Appointments 授权问题漏洞 — Easy Appointments | 4.3 | Medium | 2026-07-10 |
| CVE-2026-1946 | WordPress GW AI Website Builder 授权问题漏洞 — GW AI Website Builder | 4.3 | Medium | 2026-07-10 |
| CVE-2026-15332 | zhayujie CowAgent 授权问题漏洞 — CowAgent | 6.3 | Medium | 2026-07-10 |
| CVE-2026-15293 | WordPress WP Business Intelligence Lite 授权问题漏洞 — WP Business Intelligence Lite | 8.0 | High | 2026-07-10 |
| CVE-2026-15291 | themeatelier ChatHelp – Click to Chat Button, WooCommerce Chat to Order & Floating Chat Form 授权问题漏洞 — ChatHelp – Click to Chat Button, WooCommerce Chat to Order & Floating Chat Form | 7.5 | High | 2026-07-10 |
| CVE-2026-11818 | WordPress WPCafe 授权问题漏洞 — WPCafe – Restaurant Menu, Online Food Ordering & Table Booking System | 5.4 | Medium | 2026-07-10 |
| CVE-2026-15320 | Sipeed PicoClaw 授权问题漏洞 — PicoClaw | 5.4 | Medium | 2026-07-10 |
| CVE-2026-44918 | OpenStack Ironic 授权问题漏洞 — Ironic | 5.5 | Medium | 2026-07-10 |
| CVE-2026-59853 | SiYuan 授权问题漏洞 — siyuan | 6.5 | Medium | 2026-07-09 |
| CVE-2026-46413 | Discourse 授权问题漏洞 — discourse | 6.5 | Medium | 2026-07-09 |
| CVE-2026-33802 | Juniper Networks Junos OS 授权问题漏洞 — Junos OS | 5.5 | Medium | 2026-07-09 |
| CVE-2026-54695 | pipecat-ai pipecat 授权问题漏洞 — pipecat | 7.5 | High | 2026-07-09 |
| CVE-2026-54005 | getkirby kirby 授权问题漏洞 — kirby | - | - | 2026-07-09 |
| CVE-2026-54004 | getkirby kirby 授权问题漏洞 — kirby | - | - | 2026-07-09 |
| CVE-2026-49274 | getkirby kirby 授权问题漏洞 — kirby | - | - | 2026-07-09 |
| CVE-2026-59225 | Open WebUI 授权问题漏洞 — open-webui | 5.4 | Medium | 2026-07-09 |
| CVE-2026-59217 | Open WebUI 授权问题漏洞 — open-webui | 4.3 | Medium | 2026-07-09 |
| CVE-2026-59227 | Open WebUI 授权问题漏洞 — open-webui | 4.3 | Medium | 2026-07-09 |
| CVE-2026-12593 | Qt Axivion 授权问题漏洞 — Axivion | - | - | 2026-07-09 |
| CVE-2026-12428 | WordPress Blocks for ACF Fields 授权问题漏洞 — Blocks for ACF Fields — Display Custom Fields in the Block Editor | 6.5 | Medium | 2026-07-09 |
| CVE-2026-9237 | WordPress Crew HRM 授权问题漏洞 — Employee, Leave and Recruitment Management System – Crew HRM | 4.3 | Medium | 2026-07-09 |
| CVE-2026-9021 | WordPress Easy Invoice 授权问题漏洞 — Easy Invoice – Invoice Generator, PDF Quotes & Payments | 5.3 | Medium | 2026-07-09 |
| CVE-2026-9235 | WordPress DHL eCommerce (Benelux) for WooCommerce 授权问题漏洞 — DHL eCommerce (Benelux) for WooCommerce | 4.3 | Medium | 2026-07-09 |
| CVE-2026-4298 | mlfactory dsgvo all in one for wp 授权问题漏洞 — DSGVO All in one for WP | 4.3 | Medium | 2026-07-09 |
| CVE-2026-9028 | WordPress CorvusPay WooCommerce Payment Gateway 授权问题漏洞 — CorvusPay WooCommerce Payment Gateway | 5.3 | Medium | 2026-07-09 |
| CVE-2026-9240 | WordPress Colissimo shipping methods for WooCommerce 授权问题漏洞 — Colissimo shipping methods for WooCommerce | 4.3 | Medium | 2026-07-09 |
| CVE-2026-8848 | code-atlantic popup maker 授权问题漏洞 — Popup Maker – Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder | 7.2 | High | 2026-07-09 |
| CVE-2026-14245 | WordPress miniOrange OTP Login, Verification and SMS Notifications 授权问题漏洞 — miniOrange OTP Login, Verification and SMS Notifications | 9.8 | Critical | 2026-07-09 |
| CVE-2026-11359 | WordPress Memberships and User Profiles for WooCommerce – ProfileGrid WooCommerce Integration 授权问题漏洞 — Memberships and User Profiles for WooCommerce – ProfileGrid WooCommerce Integration | 4.3 | Medium | 2026-07-09 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。