CWE-639 通过用户控制密钥绕过授权机制 类弱点 1690 条 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-12945 | IBM Langflow OSS 授权问题漏洞 — Langflow OSS | 7.1 | High | 2026-07-30 |
| CVE-2026-67348 | julep-ai Julep 授权问题漏洞 — julep | 8.1 | High | 2026-07-30 |
| CVE-2026-5060 | WordPress MasterStudy 授权问题漏洞 — MasterStudy LMS WordPress Plugin – for Online Courses and Education | 6.5 | Medium | 2026-07-29 |
| CVE-2026-57510 | superplanehq superplane 授权问题漏洞 — superplane | 8.8 | High | 2026-07-28 |
| CVE-2026-49258 | Forgekeep nebula-mesh 授权问题漏洞 — nebula-mesh | 8.8 | High | 2026-07-28 |
| CVE-2026-18028 | pretix GmbH pretix 授权问题漏洞 — pretix | 2.3 | Low | 2026-07-28 |
| CVE-2026-16797 | WordPress ShopLentor 授权问题漏洞 — ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin | 4.3 | Medium | 2026-07-28 |
| CVE-2026-59240 | roskus Prospero Flow CRM 授权问题漏洞 — Prospero Flow CRM | 6.9 | Medium | 2026-07-27 |
| CVE-2026-48052 | Papra 跨组织标签删除与修改漏洞 — papra | 5.4 | Medium | 2026-07-27 |
| CVE-2026-17570 | Devolutions Server权限绕过致凭证泄露漏洞 — Server | - | - | 2026-07-27 |
| CVE-2026-17531 | DroidClaw Unsigned Scheduled Callback漏洞 — droidclaw | 5.0 | Medium | 2026-07-27 |
| CVE-2026-59546 | WordPress WP Ghost 授权问题漏洞 — Hide My WP Ghost | 7.4 | High | 2026-07-27 |
| CVE-2026-59539 | WordPress Paid Member Subscriptions 授权问题漏洞 — Paid Member Subscriptions | 7.5 | High | 2026-07-27 |
| CVE-2026-17527 | KubeVirt Containerized Data Importer 授权问题漏洞 — Red Hat Container Native Virtualization 4.18 | 7.7 | High | 2026-07-27 |
| CVE-2026-66412 | Leantime 授权问题漏洞 — Leantime | 6.5 | Medium | 2026-07-27 |
| CVE-2026-66013 | OpenRemote 授权问题漏洞 — openremote | 9.3 | Critical | 2026-07-25 |
| CVE-2026-65710 | nuxsmin sysPass 授权问题漏洞 — sysPass | 7.1 | High | 2026-07-24 |
| CVE-2026-65709 | nuxsmin sysPass 授权问题漏洞 — sysPass | 8.3 | High | 2026-07-24 |
| CVE-2026-65708 | nuxsmin sysPass 授权问题漏洞 — sysPass | 8.1 | High | 2026-07-24 |
| CVE-2026-17059 | Red Hat Build of Keycloak 授权问题漏洞 — Red Hat Build of Keycloak | 6.5 | Medium | 2026-07-24 |
| CVE-2026-13464 | WordPress Kirki 授权问题漏洞 — Kirki – Freeform Page Builder, Website Builder & Customizer | 5.3 | Medium | 2026-07-24 |
| CVE-2026-47755 | ITFlow 授权问题漏洞 — itflow | 6.5 | Medium | 2026-07-23 |
| CVE-2026-65699 | Reworkd AgentGPT 授权问题漏洞 — AgentGPT | 4.2 | Medium | 2026-07-23 |
| CVE-2026-65696 | sct Overseerr 授权问题漏洞 — overseerr | 5.4 | Medium | 2026-07-23 |
| CVE-2026-65917 | usmannasir CyberPanel 授权问题漏洞 — cyberpanel | 8.8 | High | 2026-07-23 |
| CVE-2026-65501 | WordPress Shiptastic for WooCommerce 授权问题漏洞 — Shiptastic for WooCommerce | 5.3 | Medium | 2026-07-23 |
| CVE-2026-65463 | WordPress Masteriyo LMS 授权问题漏洞 — Masteriyo - LMS | 5.4 | Medium | 2026-07-23 |
| CVE-2026-65456 | WordPress Product Slider for WooCommerce 授权问题漏洞 — Product Slider for WooCommerce | 4.3 | Medium | 2026-07-23 |
| CVE-2026-61946 | WordPress Easy Appointments 授权问题漏洞 — Easy Appointments | 6.5 | Medium | 2026-07-23 |
| CVE-2026-3482 | IBM Sterling B2B Integrator 授权问题漏洞 — Sterling B2B Integrator | 5.3 | Medium | 2026-07-22 |
CWE-639(通过用户控制密钥绕过授权机制) 是常见的弱点类别,本平台收录该类弱点关联的 1690 条 CVE 漏洞。