目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-639 通过用户控制密钥绕过授权机制 类漏洞列表 1677

CWE-639 通过用户控制密钥绕过授权机制 类弱点 1677 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-639 属于授权绕过漏洞,指系统依赖用户可控的键值检索数据时,未验证该键值是否属于当前请求用户。攻击者通过篡改标识符(如ID),直接访问其他用户的数据记录。开发者应避免使用直接暴露的键值,转而采用间接引用或会话上下文验证,确保每次数据访问前严格校验资源归属权,从而防止越权访问。

MITRE CWE 官方描述
CWE:CWE-639 通过用户可控密钥绕过授权(Authorization Bypass Through User-Controlled Key) 英文:系统的授权功能未能阻止用户通过修改标识数据的密钥值,从而获取其他用户的数据或记录。 系统中基于某个受用户控制的密钥值来检索用户记录。该密钥通常用于标识系统中存储的与用户相关的记录,并用于查找该记录以呈现给用户。攻击者很可能需要是系统中的已认证用户。然而,授权过程未能正确检查数据访问操作,以确保执行该操作的已认证用户拥有执行所请求数据访问的足够权限,从而绕过了系统中存在的任何其他授权检查。例如,攻击者可以查看检索特定用户数据的位置(例如搜索界面),并确定正在查找的项目的密钥是否可外部控制。该密钥可能是 HTML 表单中的隐藏字段,也可能作为 URL 参数或未加密的 Cookie 变量传递,在这些情况下,都有可能篡改密钥值。这种弱点的一种表现形式是,当系统使用顺序生成或易于猜测的会话 ID(Session IDs)时,允许一个用户轻松切换到另一个用户的会话并读取/修改其数据。
常见影响 (3)
Access Control Bypass Protection Mechanism
Access control checks for specific user data or functionality can be bypassed.
Access Control Gain Privileges or Assume Identity
Horizontal escalation of privilege is possible (one user can view/modify information of another user).
Access Control Gain Privileges or Assume Identity
Vertical escalation of privilege is possible if the user-controlled key is actually a flag that indicates administrator status, allowing the attacker to gain administrative access.
缓解措施 (3)
Architecture and Design For each and every data access, ensure that the user has sufficient privilege to access the record that is being requested.
Architecture and Design, Implementation Make sure that the key that is used in the lookup of a specific user's record is not controllable externally by the user or that any tampering can be detected.
Architecture and Design Use encryption in order to make it more difficult to guess other legitimate values of the key or associate a digital signature with the key so that the server can verify that there has been no tampering.
代码示例 (1)
The following code uses a parameterized statement, which escapes metacharacters and prevents SQL injection vulnerabilities, to construct and execute a SQL query that searches for an invoice matching the specified identifier [1]. The identifier is selected from a list of all invoices associated with the current authenticated user.
... 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(); ...
Bad · C#
CVE ID 标题 CVSS 风险等级 Published
CVE-2025-13457 WordPress plugin WooCommerce Square 安全漏洞 — WooCommerce Square 7.5 High 2026-01-10
CVE-2026-22589 Spree Commerce 安全漏洞 — spree 7.5 High 2026-01-10
CVE-2026-21409 RICOH Streamline NX 安全漏洞 — RICOH Streamline NX 5.9 - 2026-01-09
CVE-2026-22588 Spree 安全漏洞 — spree 6.5 Medium 2026-01-08
CVE-2026-22235 OPEXUS eComplaint 安全漏洞 — eComplaint 7.5 High 2026-01-08
CVE-2026-22234 OPEXUS eCasePortal 安全漏洞 — eCase Portal 9.8 Critical 2026-01-08
CVE-2026-22489 WordPress plugin Image Slider Slideshow 安全漏洞 — Image Slider Slideshow 4.3 Medium 2026-01-08
CVE-2025-4596 Asseco AMDX 安全漏洞 — AMDX 4.3 - 2026-01-08
CVE-2025-67919 WordPress plugin Woffice Core 安全漏洞 — Woffice Core 6.5 Medium 2026-01-08
CVE-2025-15018 WordPress plugin Optional Email 安全漏洞 — Optional Email 9.8 Critical 2026-01-07
CVE-2025-12030 WordPress plugin ACF to REST API 安全漏洞 — ACF to REST API 4.3 Medium 2026-01-07
CVE-2025-14802 WordPress plugin LearnPress 安全漏洞 — LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 5.4 Medium 2026-01-07
CVE-2020-36923 Sony BRAVIA Digital Signage 安全漏洞 — Sony BRAVIA Digital Signage 9.8 Critical 2026-01-06
CVE-2025-15001 WordPress plugin FS Registration Password 安全漏洞 — FS Registration Password 9.8 Critical 2026-01-06
CVE-2025-14996 WordPress plugin AS Password Field In Default Registration Form 安全漏洞 — AS Password Field In Default Registration Form 9.8 Critical 2026-01-06
CVE-2025-68044 WordPress plugin Five Star Restaurant Reservations 安全漏洞 — Five Star Restaurant Reservations 8.6 High 2026-01-05
CVE-2025-14998 WordPress plugin Branda 安全漏洞 — Branda – White Label & Branding, Free Login Page Customizer 9.8 Critical 2026-01-02
CVE-2025-49352 WordPress plugin Order Cancellation & Returns for WooCommerce 安全漏洞 — Order Cancellation & Returns for WooCommerce 4.3 Medium 2025-12-31
CVE-2025-49334 WordPress plugin MyD Delivery 安全漏洞 — MyD Delivery 5.3 Medium 2025-12-31
CVE-2025-63053 WordPress plugin Master Addons for Elementor 安全漏洞 — Master Addons for Elementor 5.3 Medium 2025-12-31
CVE-2025-69029 WordPress plugin Struktur 安全漏洞 — Struktur 5.4 Medium 2025-12-30
CVE-2025-69032 WordPress plugin FiveStar 安全漏洞 — FiveStar 5.4 Medium 2025-12-30
CVE-2025-69030 WordPress plugin Backpack Traveler 安全漏洞 — Backpack Traveler 5.4 Medium 2025-12-30
CVE-2025-68997 WordPress plugin wpDiscuz 安全漏洞 — wpDiscuz 5.3 Medium 2025-12-30
CVE-2025-68979 WordPress plugin Google Calendar Events 安全漏洞 — Google Calendar Events 5.3 Medium 2025-12-30
CVE-2025-68975 WordPress plugin Eagle Booking 安全漏洞 — Eagle Booking 4.3 Medium 2025-12-30
CVE-2025-68502 WordPress plugin JetPopup 安全漏洞 — JetPopup 4.3 Medium 2025-12-29
CVE-2019-25235 Smartwares HOME easy 安全漏洞 — Smartwares HOME easy 9.8 Critical 2025-12-24
CVE-2018-25129 SOCA Access Control System 安全漏洞 — SOCA Access Control System 7.5 High 2025-12-24
CVE-2025-67909 WordPress plugin Membership For WooCommerce 安全漏洞 — Membership For WooCommerce 7.5 High 2025-12-24

CWE-639(通过用户控制密钥绕过授权机制) 是常见的弱点类别,本平台收录该类弱点关联的 1677 条 CVE 漏洞。