CWE-639 通过用户控制密钥绕过授权机制 类弱点 1684 条 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-35489 | Tandoor Recipes 安全漏洞 — recipes | 7.3 | High | 2026-04-07 |
| CVE-2026-5465 | WordPress plugin Booking for Appointments and Events Calendar – Amelia 安全漏洞 — Booking for Appointments and Events Calendar – Amelia | 8.8 | High | 2026-04-07 |
| CVE-2026-35183 | Brave CMS 安全漏洞 — BraveCMS-2.0 | 7.1 | High | 2026-04-06 |
| CVE-2026-35173 | chyrp-lite 安全漏洞 — chyrp-lite | 6.5 | Medium | 2026-04-06 |
| CVE-2026-35045 | Tandoor Recipes 安全漏洞 — recipes | 8.1 | High | 2026-04-06 |
| CVE-2026-4896 | WordPress plugin WCFM – Frontend Manager for WooCommerce along with Bookings Subscription Listings Compatible 安全漏洞 — WCFM – Frontend Manager for WooCommerce | 8.1 | High | 2026-04-04 |
| CVE-2026-25197 | Gardyn 安全漏洞 — Cloud API | 9.1 | Critical | 2026-04-03 |
| CVE-2026-28736 | Focalboard 安全漏洞 — Focalboard | 4.3 | Medium | 2026-04-03 |
| CVE-2026-34832 | Scoold 安全漏洞 — scoold | 6.5 | Medium | 2026-04-02 |
| CVE-2026-34584 | listmonk 安全漏洞 — listmonk | 5.4 | Medium | 2026-04-02 |
| CVE-2026-5326 | SourceCodester Leave Application System 安全漏洞 — Leave Application System | 5.3 | Medium | 2026-04-02 |
| CVE-2026-5246 | Cesanta Mongoose 安全漏洞 — Mongoose | 5.6 | Medium | 2026-04-02 |
| CVE-2026-5199 | Temporal Server 安全漏洞 — temporal | 7.5AI | High AI | 2026-04-01 |
| CVE-2026-3139 | WordPress plugin User Profile Builder 安全漏洞 — User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor | 4.3 | Medium | 2026-03-31 |
| CVE-2026-32976 | OpenClaw 安全漏洞 — OpenClaw | 6.5 | Medium | 2026-03-31 |
| CVE-2026-4400 | 1millionbot Millie chatbot 安全漏洞 — Millie chat | 6.5 | - | 2026-03-31 |
| CVE-2026-3321 | ON24 Q&A Chat 安全漏洞 — ON24 Q&A chat | 7.5 | - | 2026-03-30 |
| CVE-2026-3124 | WordPress plugin Download Monitor 安全漏洞 — Download Monitor | 7.5 | High | 2026-03-30 |
| CVE-2026-34046 | Langflow 安全漏洞 — langflow | 8.2 | - | 2026-03-27 |
| CVE-2026-4958 | XAgent 安全漏洞 — XAgent | 3.1 | Low | 2026-03-27 |
| CVE-2026-33764 | WWBN AVideo 安全漏洞 — AVideo | 4.3 | Medium | 2026-03-27 |
| CVE-2026-1496 | Synopsys Coverity Connect 安全漏洞 — Coverity | 9.8 | - | 2026-03-27 |
| CVE-2026-33730 | Open Source Point of Sale 安全漏洞 — opensourcepos | 6.5 | Medium | 2026-03-27 |
| CVE-2026-29071 | Open WebUI 安全漏洞 — open-webui | 3.1 | Low | 2026-03-26 |
| CVE-2026-28788 | Open WebUI 安全漏洞 — open-webui | 7.1 | High | 2026-03-26 |
| CVE-2026-28503 | Tandoor Recipes 安全漏洞 — recipes | 6.5 | - | 2026-03-26 |
| CVE-2026-1206 | WordPress plugin Elementor Website Builder 安全漏洞 — Elementor Website Builder – more than just a page builder | 4.3 | Medium | 2026-03-26 |
| CVE-2026-34055 | OpenEMR 安全漏洞 — openemr | 8.1 | High | 2026-03-25 |
| CVE-2026-33934 | OpenEMR 安全漏洞 — openemr | 4.3 | Medium | 2026-03-25 |
| CVE-2026-33931 | OpenEMR 安全漏洞 — openemr | 6.5 | Medium | 2026-03-25 |
CWE-639(通过用户控制密钥绕过授权机制) 是常见的弱点类别,本平台收录该类弱点关联的 1684 条 CVE 漏洞。