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-66660 | WordPress Contact Form 7 授权问题漏洞 — Contact Form 7 – PayPal & Stripe Add-on | 6.5 | Medium | 2026-08-13 |
| CVE-2026-66469 | WordPress Arvow AI SEO Writer 授权问题漏洞 — Arvow AI SEO Writer | 7.5 | High | 2026-08-13 |
| CVE-2026-66466 | WordPress StoreGrowth 授权问题漏洞 — StoreGrowth: Smart Sales Booster for WooCommerce | BOGO, Upsells, Direct Checkout, Quick View, Side Cart | 7.5 | High | 2026-08-13 |
| CVE-2026-66464 | WordPress Website Internal Link Optimiser 授权问题漏洞 — Internal Link Optimiser | 6.5 | Medium | 2026-08-13 |
| CVE-2026-66461 | WordPress SMEPay 授权问题漏洞 — SMEPay: UPI Gateway for WooCommerce | 7.5 | High | 2026-08-13 |
| CVE-2026-66459 | WordPress SOOZ – AI for SEO 授权问题漏洞 — AI for SEO | 6.5 | Medium | 2026-08-13 |
| CVE-2026-66455 | WordPress ReactPress 授权问题漏洞 — ReactPress | 6.0 | Medium | 2026-08-13 |
| CVE-2026-66454 | WordPress Social Avatar 授权问题漏洞 — WP Social Avatar | 6.5 | Medium | 2026-08-13 |
| CVE-2026-66441 | WordPress MultiVendorX 授权问题漏洞 — MultiVendorX | 7.5 | High | 2026-08-13 |
| CVE-2026-66431 | WordPress Bitcoin Lightning Payment Gateway for WooCommerce 授权问题漏洞 — Bitcoin Lightning Payment Gateway for WooCommerce (via CLINK) | 7.5 | High | 2026-08-13 |
| CVE-2026-61984 | WordPress WPMobile.App 授权问题漏洞 — WPMobile.App | 7.5 | High | 2026-08-13 |
| CVE-2026-61978 | WordPress WebHosting4U Secure Card Gateway for ePay Paycenter 授权问题漏洞 — Secure Card Gateway for ePay Paycenter (Piraeus Bank) | 6.5 | Medium | 2026-08-13 |
| CVE-2026-28188 | themefic Hydra Booking 授权问题漏洞 — Hydra Booking | 7.3 | High | 2026-08-13 |
| CVE-2026-28186 | themefic Travelfic Toolkit 授权问题漏洞 — Travelfic Toolkit | 8.1 | High | 2026-08-13 |
| CVE-2026-28181 | WordPress AcyMailing 授权问题漏洞 — AcyMailing SMTP Newsletter | 6.5 | Medium | 2026-08-13 |
| CVE-2026-28173 | WordPress Eventin 授权问题漏洞 — WP Event SOlution | 7.1 | High | 2026-08-13 |
| CVE-2026-28159 | aonetheme Service Finder Booking 授权问题漏洞 — Service Finder Booking | 6.5 | Medium | 2026-08-13 |
| CVE-2026-27999 | themefic tourfic 授权问题漏洞 — Tourfic | 6.5 | Medium | 2026-08-13 |
| CVE-2026-27535 | WordPress Solace Extra 授权问题漏洞 — Solace Extra | 7.1 | High | 2026-08-13 |
| CVE-2026-27345 | WordPress E-cab Taxi Booking Manager for Woocommerce 授权问题漏洞 — Taxi Booking Manager for WooCommerce | 7.5 | High | 2026-08-13 |
| CVE-2026-6471 | PostgreSQL 授权问题漏洞 — PostgreSQL | 7.2 | High | 2026-08-13 |
| CVE-2026-6470 | PostgreSQL 授权问题漏洞 — PostgreSQL | 4.3 | Medium | 2026-08-13 |
| CVE-2026-73609 | SiYuan 授权问题漏洞 — siyuan | 5.8 | Medium | 2026-08-13 |
| CVE-2026-73608 | SiYuan 授权问题漏洞 — siyuan | 8.6 | High | 2026-08-13 |
| CVE-2026-73607 | SiYuan 授权问题漏洞 — siyuan | 5.8 | Medium | 2026-08-13 |
| CVE-2026-73605 | SiYuan 授权问题漏洞 — siyuan | 5.8 | Medium | 2026-08-13 |
| CVE-2026-73603 | FlowiseAI Flowise 授权问题漏洞 — Flowise | 6.3 | Medium | 2026-08-13 |
| CVE-2026-73326 | Owen Peredo Diaz CamaleonCMS 授权问题漏洞 — CamaleonCMS | 7.6 | High | 2026-08-12 |
| CVE-2026-19656 | ScadaLTS 授权问题漏洞 — ScadaLTS | 9.9 | Critical | 2026-08-12 |
| CVE-2026-63300 | Canonical LXD 授权问题漏洞 — LXD | 9.9 | Critical | 2026-08-12 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。