Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-639 (通过用户控制密钥绕过授权机制) — Vulnerability Class 1073

1073 vulnerabilities classified as CWE-639 (通过用户控制密钥绕过授权机制). AI Chinese analysis included.

CWE-639 represents an authorization bypass weakness where systems fail to validate that a user is permitted to access a resource identified by a user-controlled key. Attackers typically exploit this by manipulating identifiers, such as changing a numeric user ID in a URL or API parameter, to retrieve or modify another user’s private data. This insecure direct object reference allows unauthorized access without requiring authentication bypasses. Developers prevent this vulnerability by implementing robust server-side authorization checks that verify the requesting user’s permissions against the requested resource, rather than trusting client-supplied identifiers. Additionally, using indirect references or opaque tokens instead of predictable, sequential keys can mitigate the risk of enumeration and unauthorized access attempts.

MITRE CWE Description
The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. Retrieval of a user record occurs in the system based on some key value that is under user control. The key would typically identify a user-related record stored in the system and would be used to lookup that record for presentation to the user. It is likely that an attacker would have to be an authenticated user in the system. However, the authorization process would not properly check the data access operation to ensure that the authenticated user performing the operation has sufficient entitlements to perform the requested data access, hence bypassing any other authorization checks present in the system. For example, attackers can look at places where user specific data is retrieved (e.g. search screens) and determine whether the key for the item being looked up is controllable externally. The key may be a hidden field in the HTML form field, might be passed as a URL parameter or as an unencrypted cookie variable, then in each of these cases it will be possible to tamper with the key value. One manifestation of this weakness is when a system uses sequential or otherwise easily-guessable session IDs that would allow one user to easily switch to another user's session and read/modify their data.
Common Consequences (3)
Access ControlBypass Protection Mechanism
Access control checks for specific user data or functionality can be bypassed.
Access ControlGain Privileges or Assume Identity
Horizontal escalation of privilege is possible (one user can view/modify information of another user).
Access ControlGain 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.
Mitigations (3)
Architecture and DesignFor each and every data access, ensure that the user has sufficient privilege to access the record that is being requested.
Architecture and Design, ImplementationMake 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 DesignUse 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.
Examples (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 IDTitleCVSSSeverityPublished
CVE-2025-63043 WordPress Post Grid and Gutenberg Blocks plugin <= 2.3.23 - Insecure Direct Object References (IDOR) vulnerability — Post Grid and Gutenberg Blocks 5.3 Medium2025-12-18
CVE-2025-64282 WordPress Radius Blocks plugin <= 2.2.1 - Insecure Direct Object References (IDOR) vulnerability — Radius Blocks 4.3 Medium2025-12-18
CVE-2025-1031 IDOR in Utarit Informatics' SoliClub — SoliClub 7.5 High2025-12-18
CVE-2025-13110 HUSKY – Products Filter Professional for WooCommerce <= 1.3.7.3 - Authenticated (Subscriber+) Insecure Direct Object Reference via 'woof_add_subscr' — HUSKY – Products Filter Professional for WooCommerce 4.3 Medium2025-12-18
CVE-2025-10910 Gaining remote control over Govee devices — H6056 9.8AICriticalAI2025-12-18
CVE-2025-10019 WordPress Contact Form Email plugin <= 1.3.60 - Insecure Direct Object References (IDOR) vulnerability — Contact Form Email 6.5 Medium2025-12-18
CVE-2023-53930 ProjectSend r1605 Insecure Direct Object Reference File Download Vulnerability — projectSend 7.5 High2025-12-17
CVE-2023-53914 UliCMS 2023.1 Authentication Bypass via Mass Assignment Vulnerability — Ulicms 9.8 Critical2025-12-17
CVE-2025-34438 AVideo < 20.1 IDOR Arbitrary Video Rotation — AVideo 4.3AIMediumAI2025-12-17
CVE-2025-34437 AVideo < 20.1 IDOR Arbitrary Comment Image Upload — AVideo 4.3AIMediumAI2025-12-17
CVE-2025-34435 AVideo < 20.1 IDOR Arbitrary File Deletion — AVideo 6.5AIMediumAI2025-12-17
CVE-2025-34436 AVideo < 20.1 IDOR Arbitrary File Upload — AVideo 6.5AIMediumAI2025-12-17
CVE-2025-14101 IDOR in GG Soft's PaperWork — PaperWork 7.1 High2025-12-17
CVE-2025-11924 Ninja Forms – The Contact Form Builder That Grows With You <= 3.13.2 - Insecure Direct Object Reference to Unauthenticated Sensitive Information Exposure via Unscoped Bearer Token — Ninja Forms – The Contact Form Builder That Grows With You 7.5 High2025-12-17
CVE-2025-13474 IDOR in Menulux Software's Mobile App — Mobile App 7.5 High2025-12-16
CVE-2025-68071 WordPress Essential Real Estate plugin <= 5.3.2 - Insecure Direct Object References (IDOR) vulnerability — Essential Real Estate 6.5 Medium2025-12-16
CVE-2025-67985 WordPress Document Library Lite plugin <= 1.1.7 - Insecure Direct Object References (IDOR) vulnerability — Document Library Lite 5.3 Medium2025-12-16
CVE-2025-66132 WordPress FAPI Member plugin <= 2.2.30 - Insecure Direct Object References (IDOR) vulnerability — FAPI Member 5.3 Medium2025-12-16
CVE-2025-58137 Apache Fineract: IDOR via self-service API — Apache Fineract 7.5AIHighAI2025-12-12
CVE-2025-14356 Ultra Addons for Contact Form 7 <= 3.5.33 - Missing Authorization to Authenticated (Subscriber+) to Generate Form Submission PDF — Ultra Addons for Contact Form 7 4.3 Medium2025-12-12
CVE-2025-61950 Japan Total System多款产品 安全漏洞 — GroupSession Free edition 4.3AIMediumAI2025-12-12
CVE-2025-12883 Campay Woocommerce Payment Gateway <= 1.2.2 - Unauthenticated Payment Bypass — Campay Woocommerce Payment Gateway 5.3 Medium2025-12-12
CVE-2025-13124 IDOR in Netiket''s ApplyLogic — ApplyLogic 7.6 High2025-12-11
CVE-2025-13003 IDOR in Aksis Computer's AxOnboard — AxOnboard 7.6 High2025-12-11
CVE-2025-11247 Authorization Bypass Through User-Controlled Key in GitLab — GitLab 4.3 Medium2025-12-11
CVE-2020-36895 EIBIZ i-Media Server Digital Signage 3.8.0 Unauthenticated Configuration Disclosure — i-Media Server Digital Signage 9.8AICriticalAI2025-12-10
CVE-2025-13125 IDOR in Im Park's DijiDemi — DijiDemi 4.3 Medium2025-12-10
CVE-2025-41358 Direct reference to insecure objects (IDOR) in CronosWeb from CronosWeb i2A — CronosWeb 6.5AIMediumAI2025-12-10
CVE-2025-63065 WordPress Media LIbrary Assistant plugin <= 3.29 - Broken Access Control vulnerability — Media LIbrary Assistant 5.3 Medium2025-12-09
CVE-2025-67594 WordPress Thim Elementor Kit plugin <= 1.3.3 - Insecure Direct Object References (IDOR) vulnerability — Thim Elementor Kit 4.3 Medium2025-12-09

Vulnerabilities classified as CWE-639 (通过用户控制密钥绕过授权机制) represent 1073 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.