CWE-639 通过用户控制密钥绕过授权机制 类弱点 1682 条 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-25745 | OpenEMR 安全漏洞 — openemr | 6.5 | Medium | 2026-03-18 |
| CVE-2026-30884 | Custom certificate activity 安全漏洞 — moodle-mod_customcert | 9.6 | Critical | 2026-03-18 |
| CVE-2026-26004 | Sentry 安全漏洞 — sentry | 4.3 | - | 2026-03-17 |
| CVE-2026-24901 | Outline 安全漏洞 — outline | 8.1 | High | 2026-03-17 |
| CVE-2026-4208 | TYPO3 E-Mail MFA Provider 安全漏洞 — Extension "E-Mail MFA Provider" | 8.1AI | High AI | 2026-03-17 |
| CVE-2026-2461 | Mattermost Plugins 安全漏洞 — Mattermost | 4.3 | Medium | 2026-03-16 |
| CVE-2026-3020 | Wakyma 安全漏洞 — Wakyma application web | 9.8AI | Critical AI | 2026-03-16 |
| CVE-2017-20223 | Telesquare SKT LTE Router SDT-CS3B1 安全漏洞 — SDT-CS3B1 | 9.8 | Critical | 2026-03-16 |
| CVE-2016-20033 | Wowza Media Systems Wowza Streaming Engine 安全漏洞 — Wowza Streaming Engine | 7.8 | High | 2026-03-15 |
| CVE-2026-4171 | Serverless Express 安全漏洞 — serverless-express | 6.3 | Medium | 2026-03-15 |
| CVE-2026-1883 | WordPress plugin Wicked Folders – Folder Organizer for Pages, Posts, and Custom Post Types 安全漏洞 — Wicked Folders – Folder Organizer for Pages, Posts, and Custom Post Types | 4.3 | Medium | 2026-03-15 |
| CVE-2026-1947 | WordPress plugin NEX-Forms – Ultimate Forms Plugin for WordPress 安全漏洞 — NEX-Forms – Ultimate Forms Plugin for WordPress | 7.5 | High | 2026-03-15 |
| CVE-2026-3999 | Pointsharp ID Server 安全漏洞 — ID Server | 8.8 | - | 2026-03-13 |
| CVE-2026-2879 | WordPress plugin GetGenie 安全漏洞 — GetGenie – AI Content Writer with Keyword Research & SEO Tracking Tools | 5.4 | Medium | 2026-03-13 |
| CVE-2026-2888 | WordPress plugin Formidable Forms 安全漏洞 — Formidable Forms – Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder | 5.3 | Medium | 2026-03-13 |
| CVE-2026-2257 | WordPress plugin GetGenie 安全漏洞 — GetGenie – AI Content Writer with Keyword Research & SEO Tracking Tools | 6.4 | Medium | 2026-03-13 |
| CVE-2026-1704 | WordPress plugin Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin 安全漏洞 — Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin | 4.3 | Medium | 2026-03-13 |
| CVE-2026-2366 | Keycloak 安全漏洞 — Red Hat build of Keycloak 26.4 | 3.1 | Low | 2026-03-12 |
| CVE-2026-32131 | ZITADEL 安全漏洞 — zitadel | 7.7 | High | 2026-03-11 |
| CVE-2026-32104 | StudioCMS 安全漏洞 — studiocms | 5.4 | Medium | 2026-03-11 |
| CVE-2026-32103 | StudioCMS 授权问题漏洞 — studiocms | 6.8 | Medium | 2026-03-11 |
| CVE-2026-32097 | PingPong 安全漏洞 — pingpong | 8.1AI | High AI | 2026-03-11 |
| CVE-2019-25487 | SAPIDO RB-1732 安全漏洞 — RB-1732 | 9.8 | Critical | 2026-03-11 |
| CVE-2026-31867 | Craft Commerce 安全漏洞 — commerce | 8.1AI | High AI | 2026-03-11 |
| CVE-2026-1992 | WordPress plugin ExactMetrics – Google Analytics Dashboard for WordPress 安全漏洞 — ExactMetrics – Google Analytics Dashboard for WordPress (Website Stats Plugin) | 8.8 | High | 2026-03-11 |
| CVE-2026-2917 | WordPress plugin Happy Addons for Elementor 安全漏洞 — Happy Addons for Elementor | 5.4 | Medium | 2026-03-11 |
| CVE-2026-2918 | WordPress plugin Happy Addons for Elementor 安全漏洞 — Happy Addons for Elementor | 6.4 | Medium | 2026-03-11 |
| CVE-2026-3453 | WordPress plugin ProfilePress 安全漏洞 — Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress | 8.1 | High | 2026-03-11 |
| CVE-2026-31832 | Umbraco 安全漏洞 — Umbraco-CMS | 5.4 | Medium | 2026-03-10 |
| CVE-2026-31820 | Sylius 安全漏洞 — Sylius | 8.1AI | High AI | 2026-03-10 |
CWE-639(通过用户控制密钥绕过授权机制) 是常见的弱点类别,本平台收录该类弱点关联的 1682 条 CVE 漏洞。