CWE-862 授权机制缺失 类弱点 7360 条 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-23721 | OpenProject 安全漏洞 — openproject | 4.3 | Medium | 2026-01-19 |
| CVE-2025-14078 | WordPress plugin PAYGENT for WooCommerce 安全漏洞 — PAYGENT for WooCommerce | 5.3 | Medium | 2026-01-17 |
| CVE-2025-12825 | WordPress plugin User Registration Using Contact Form 安全漏洞 — User Registration Using Contact Form 7 | 5.3 | Medium | 2026-01-17 |
| CVE-2025-14029 | WordPress plugin Community Events 安全漏洞 — Community Events | 5.3 | Medium | 2026-01-17 |
| CVE-2025-12168 | WordPress plugin Phrase TMS Integration for WordPress 安全漏洞 — Phrase TMS Integration for WordPress | 4.3 | Medium | 2026-01-17 |
| CVE-2025-14463 | WordPress plugin Payment Button for PayPal 安全漏洞 — Payment Button for PayPal | 5.3 | Medium | 2026-01-17 |
| CVE-2026-0820 | WordPress plugin RepairBuddy 安全漏洞 — RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress | 4.3 | Medium | 2026-01-17 |
| CVE-2025-14450 | WordPress plugin Wallet System for WooCommerce 安全漏洞 — Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments | 6.5 | Medium | 2026-01-17 |
| CVE-2025-14757 | WordPress plugin Cost Calculator Builder 安全漏洞 — Cost Calculator Builder | 5.3 | Medium | 2026-01-16 |
| CVE-2026-1004 | WordPress plugin Essential Addons for Elementor 安全漏洞 — Essential Addons for Elementor – Popular Elementor Templates & Widgets | 5.3 | Medium | 2026-01-16 |
| CVE-2026-1003 | WordPress plugin GetGenie 安全漏洞 — GetGenie – AI Content Writer with Keyword Research & SEO Tracking Tools | 4.3 | Medium | 2026-01-16 |
| CVE-2026-1000 | WordPress plugin MailerLite 安全漏洞 — MailerLite – WooCommerce integration | 6.5 | Medium | 2026-01-16 |
| CVE-2025-14384 | WordPress plugin All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic 安全漏洞 — All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic | 4.3 | Medium | 2026-01-16 |
| CVE-2025-12641 | WordPress plugin Awesome Support - WordPress HelpDesk & Support Plugin 安全漏洞 — Awesome Support – WordPress HelpDesk & Support Plugin | 6.5 | Medium | 2026-01-16 |
| CVE-2025-14982 | WordPress plugin Booking Calendar 安全漏洞 — Booking Calendar | 4.3 | Medium | 2026-01-16 |
| CVE-2025-64729 | AVEVA Process Optimization 安全漏洞 — Process Optimization | 8.1 | High | 2026-01-16 |
| CVE-2021-47812 | GravCMS 安全漏洞 — GravCMS | 9.8 | Critical | 2026-01-15 |
| CVE-2025-13859 | WordPress plugin AffiliateX – Amazon Affiliate Plugin 安全漏洞 — AffiliateX – Amazon Affiliate Plugin | 6.4 | Medium | 2026-01-15 |
| CVE-2025-12895 | WordPress plugin Kalium 安全漏洞 — Kalium 3 | Creative WordPress & WooCommerce Theme | 5.3 | Medium | 2026-01-15 |
| CVE-2025-14457 | WordPress plugin Drag and Drop Multiple File Upload for Contact Form 安全漏洞 — Drag and Drop Multiple File Upload for Contact Form 7 | 3.7 | Low | 2026-01-15 |
| CVE-2025-15475 | WordPress plugin PayHere Payment Gateway Plugin for WooCommerce 安全漏洞 — PayHere Payment Gateway | 5.3 | Medium | 2026-01-14 |
| CVE-2025-14173 | WordPress plugin Perfit WooCommerce 安全漏洞 — Perfit WooCommerce | 5.3 | Medium | 2026-01-14 |
| CVE-2025-15512 | WordPress plugin Aplazo Payment Gateway 安全漏洞 — Aplazo Payment Gateway | 5.3 | Medium | 2026-01-14 |
| CVE-2025-14854 | WordPress plugin WP-CRM System 安全漏洞 — WP-CRM System – Manage Clients and Projects | 5.4 | Medium | 2026-01-14 |
| CVE-2025-14880 | WordPress plugin Netcash WooCommerce Payment Gateway 安全漏洞 — Netcash WooCommerce Payment Gateway | 5.3 | Medium | 2026-01-14 |
| CVE-2026-0635 | WordPress plugin Responsive Accordion Slider 安全漏洞 — Responsive Accordion Slider | 4.3 | Medium | 2026-01-14 |
| CVE-2025-14482 | WordPress plugin Crush.pics Image Optimizer - Image Compression and Optimization 安全漏洞 — Crush.pics Image Optimizer – Image Compression and Optimization | 4.3 | Medium | 2026-01-14 |
| CVE-2025-68947 | NSecsoft NSecKrnl 安全漏洞 — NSecKrnl | 4.7 | Medium | 2026-01-13 |
| CVE-2025-11669 | ZOHO多款产品 安全漏洞 — ManageEngine PAM360 | 8.1 | High | 2026-01-13 |
| CVE-2025-59022 | TYPO3 CMS 安全漏洞 — TYPO3 CMS | 8.1AI | High AI | 2026-01-13 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7360 条 CVE 漏洞。