CWE-639 通过用户控制密钥绕过授权机制 类弱点 1688 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-639 属于授权绕过漏洞,指系统依赖用户可控的键值检索数据时,未验证该键值是否属于当前请求用户。攻击者通过篡改标识符(如ID),直接访问其他用户的数据记录。开发者应避免使用直接暴露的键值,转而采用间接引用或会话上下文验证,确保每次数据访问前严格校验资源归属权,从而防止越权访问。
... conn = new SqlConnection(_ConnectionString); conn.Open(); int16 id = System.Convert.ToInt16(invoiceID.Text); SqlCommand query = new SqlCommand( "SELECT * FROM invoices WHERE id = @id", conn); query.Parameters.AddWithValue("@id", id); SqlDataReader objReader = objCommand.ExecuteReader(); ...
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2026-40737 | WordPress plugin COMPE 安全漏洞 — COMPE | 5.3 | Medium | 2026-04-15 |
| CVE-2026-5617 | WordPress plugin Login as User 安全漏洞 — Login as User – Switch User & WooCommerce Login as Customer | 8.8 | High | 2026-04-15 |
| CVE-2026-1541 | WordPress plugin Avada (Fusion) Builder 安全漏洞 — Avada (Fusion) Builder | 4.3 | Medium | 2026-04-15 |
| CVE-2026-34213 | Docmost 安全漏洞 — docmost | 5.4 | Medium | 2026-04-14 |
| CVE-2026-34602 | Chamilo LMS 安全漏洞 — chamilo-lms | 7.1 | High | 2026-04-14 |
| CVE-2025-13822 | MCPHub 安全漏洞 — MCPHub | 8.8 | - | 2026-04-14 |
| CVE-2026-25654 | Siemens SINEC NMS 安全漏洞 — SINEC NMS | 8.8 | High | 2026-04-14 |
| CVE-2026-33740 | EspoCRM 安全漏洞 — espocrm | 5.4 | Medium | 2026-04-13 |
| CVE-2026-40043 | Pachno 安全漏洞 — Pachno | 6.5 | Medium | 2026-04-13 |
| CVE-2026-3371 | WordPress plugin Tutor LMS – eLearning and online course solution 安全漏洞 — Tutor LMS – eLearning and online course solution | 4.3 | Medium | 2026-04-11 |
| CVE-2026-33736 | Chamilo LMS 安全漏洞 — chamilo-lms | 6.5 | Medium | 2026-04-10 |
| CVE-2026-33703 | Chamilo LMS 安全漏洞 — chamilo-lms | 8.1 | - | 2026-04-10 |
| CVE-2026-33702 | Chamilo LMS 安全漏洞 — chamilo-lms | 7.1 | High | 2026-04-10 |
| CVE-2026-33141 | Chamilo LMS 安全漏洞 — chamilo-lms | 6.5 | Medium | 2026-04-10 |
| CVE-2026-32930 | Chamilo LMS 安全漏洞 — chamilo-lms | 7.1 | High | 2026-04-10 |
| CVE-2026-29002 | CouchCMS 安全漏洞 — CouchCMS | 7.2 | High | 2026-04-10 |
| CVE-2026-5842 | 9Router 安全漏洞 — 9router | 7.3 | High | 2026-04-09 |
| CVE-2026-3568 | WordPress plugin MStore API 安全漏洞 — MStore API – Create Native Android & iOS Apps On The Cloud | 4.3 | Medium | 2026-04-09 |
| CVE-2026-2104 | GitLab 安全漏洞 — GitLab | 4.3 | Medium | 2026-04-08 |
| CVE-2026-35478 | InvenTree 安全漏洞 — InvenTree | 8.3 | High | 2026-04-08 |
| CVE-2026-35165 | LORIS Neuroimaging Platform 安全漏洞 — Loris | 6.3 | Medium | 2026-04-08 |
| CVE-2026-34985 | LORIS Neuroimaging Platform 安全漏洞 — Loris | 6.3 | Medium | 2026-04-08 |
| CVE-2026-32589 | Red Hat Quay 安全漏洞 — mirror registry for Red Hat OpenShift 2.0 | 7.4 | High | 2026-04-08 |
| CVE-2026-35023 | Wimi Teamwork On-Premises 安全漏洞 — Wimi Teamwork | 4.3 | Medium | 2026-04-08 |
| CVE-2026-39616 | WordPress plugin Download Attachments 安全漏洞 — Download Attachments | 5.3 | Medium | 2026-04-08 |
| CVE-2026-39526 | WordPress plugin WpStream 安全漏洞 — WpStream | 5.4 | Medium | 2026-04-08 |
| CVE-2026-39510 | WordPress plugin Image Photo Gallery Final Tiles Grid 安全漏洞 — Image Photo Gallery Final Tiles Grid | 2.7 | Low | 2026-04-08 |
| CVE-2026-4654 | WordPress plugin Awesome Support – WordPress HelpDesk & Support Plugin 安全漏洞 — Awesome Support – WordPress HelpDesk & Support Plugin | 5.3 | Medium | 2026-04-08 |
| CVE-2026-4330 | WordPress plugin Blog2Social: Social Media Auto Post & Scheduler 安全漏洞 — Blog2Social: Social Media Auto Post & Scheduler | 4.3 | Medium | 2026-04-08 |
| CVE-2026-5167 | WordPress plugin Masteriyo LMS – Online Course Builder for eLearning, LMS & Education 安全漏洞 — Masteriyo LMS – Online Course Builder for eLearning, LMS & Education | 5.3 | Medium | 2026-04-08 |
CWE-639(通过用户控制密钥绕过授权机制) 是常见的弱点类别,本平台收录该类弱点关联的 1688 条 CVE 漏洞。