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-50283 | CraftCMS CMS 授权问题漏洞 — cms | - | - | 2026-07-01 |
| CVE-2026-57721 | WordPress ApplyOnline 授权问题漏洞 — ApplyOnline | 5.3 | Medium | 2026-07-01 |
| CVE-2026-57720 | WordPress ThumbPress 授权问题漏洞 — ThumbPress | 4.3 | Medium | 2026-07-01 |
| CVE-2026-27409 | WordPress Webba Booking 授权问题漏洞 — Webba Booking | 5.3 | Medium | 2026-07-01 |
| CVE-2026-23537 | Red Hat OpenShift AI 安全漏洞 — Feast Feature Server | 9.1 | Critical | 2026-07-01 |
| CVE-2026-27435 | WofficeIO Woffice 授权问题漏洞 — Woffice | 5.3 | Medium | 2026-07-01 |
| CVE-2026-12435 | stylemix Motors – Car Dealership & Classified Listings Plugin 授权问题漏洞 — Motors – Car Dealership & Classified Listings Plugin | 4.3 | Medium | 2026-07-01 |
| CVE-2026-1239 | WordPress Ninja Forms 授权问题漏洞 — Ninja Forms – The Contact Form Builder That Grows With You | 7.5 | High | 2026-07-01 |
| CVE-2026-12113 | codepeople Appointment Booking Calendar 授权问题漏洞 — Appointment Booking Calendar | 4.3 | Medium | 2026-07-01 |
| CVE-2026-12902 | Nexcess Kadence Blocks 授权问题漏洞 — Kadence Blocks — Page Builder Toolkit for Gutenberg Editor | 4.3 | Medium | 2026-07-01 |
| CVE-2026-13468 | themeisle Visualizer 授权问题漏洞 — Visualizer – Tables & Charts Manager with Built-in AI Generator | 7.5 | High | 2026-07-01 |
| CVE-2026-12133 | WordPress JoomSport 授权问题漏洞 — JoomSport – for Sports: Team & League, Football, Hockey & more | 4.3 | Medium | 2026-07-01 |
| CVE-2026-58448 | YunaiV yudao-cloud 授权问题漏洞 — yudao-cloud | 6.5 | Medium | 2026-06-30 |
| CVE-2026-9132 | GitHub Enterprise Server 授权问题漏洞 — Enterprise Server | - | - | 2026-06-30 |
| CVE-2026-58377 | Jeecg jeecgboot 授权问题漏洞 — JeecgBoot | 8.1 | High | 2026-06-30 |
| CVE-2026-58373 | cvat-ai cvat 授权问题漏洞 — cvat | 4.3 | Medium | 2026-06-30 |
| CVE-2026-58176 | Dromara RuoYi-Vue-Plus 授权问题漏洞 — RuoYi-Vue-Plus | 6.5 | Medium | 2026-06-30 |
| CVE-2026-58168 | HKUDS DeepTutor 授权问题漏洞 — DeepTutor | 8.8 | High | 2026-06-30 |
| CVE-2026-58167 | CCF Open Source Nightingale 授权问题漏洞 — nightingale | 6.5 | Medium | 2026-06-30 |
| CVE-2026-58165 | OpenZiti 授权问题漏洞 — ziti | 8.8 | High | 2026-06-30 |
| CVE-2026-54475 | Apache ActiveMQ 授权问题漏洞 — Apache ActiveMQ Broker | - | - | 2026-06-30 |
| CVE-2026-12349 | octagonwebstudio Premium Addons for KingComposer 授权问题漏洞 — Premium Addons for KingComposer | 5.3 | Medium | 2026-06-30 |
| CVE-2026-57954 | Yahoo Elide 授权问题漏洞 — elide | 4.3 | Medium | 2026-06-29 |
| CVE-2026-57952 | Cody Thomas Mythic 授权问题漏洞 — Mythic | 5.3 | Medium | 2026-06-29 |
| CVE-2026-57949 | iocoder ruoyi-vue-pro 授权问题漏洞 — ruoyi-vue-pro | 6.5 | Medium | 2026-06-29 |
| CVE-2026-57946 | Invidious 授权问题漏洞 — Invidious | 3.7 | Low | 2026-06-29 |
| CVE-2026-57340 | Shohei Tanaka Japanized for WooCommerce 授权问题漏洞 — Japanized For WooCommerce | 6.5 | Medium | 2026-06-29 |
| CVE-2026-57339 | Strategy11 Team Business Directory 授权问题漏洞 — Business Directory | 6.6 | Medium | 2026-06-29 |
| CVE-2026-57335 | WordPress Ads by WPQuads 授权问题漏洞 — Ads by WPQuads | 6.5 | Medium | 2026-06-29 |
| CVE-2026-57334 | WordPress wp user frontend 授权问题漏洞 — WP User Frontend | 6.5 | Medium | 2026-06-29 |
CWE-862(授权机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 7356 条 CVE 漏洞。