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

Goal: 1000 CNY · Raised: 1325 CNY

100%

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

1234 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-2026-8406 openSIS Classic 9.3 - Insecure Direct Object Reference in Sent Mail — openSIS-Classic--2026-06-11
CVE-2026-6552 Authorization Bypass Through User-Controlled Key in GitLab — GitLab 8.7 High2026-06-11
CVE-2026-6976 Authorization Bypass Through User-Controlled Key in GitLab — GitLab 3.7 Low2026-06-11
CVE-2026-53911 Cerebrate primary key mass assignment in CRUD edit operations allows authenticated users to overwrite unrelated records — cerebrate--2026-06-11
CVE-2023-40200 WordPress WP Logo Showcase Responsive Slider and Carousel plugin <= 3.6 - Broken Access Control vulnerability — WP Logo Showcase Responsive Slider and Carousel 5.3 Medium2026-06-11
CVE-2026-44692 Authenticated Sharp users can download unrelated Laravel Storage objects through the generic download endpoint — sharp 7.7 High2026-06-10
CVE-2026-46558 Plane: Cross-workspace asset authorization bypass lets any authenticated user read, copy, delete, and overwrite assets in other Plane workspaces — plane 8.3 High2026-06-10
CVE-2026-45563 Roxy-WI: IDOR — any authenticated user can read another user's full action history — roxy-wi 4.3 Medium2026-06-10
CVE-2026-45550 Roxy-WI: IDOR on PUT /smon/check — any user can rewrite any tenant's monitoring URL/IP/body — roxy-wi 9.1 Critical2026-06-10
CVE-2026-45552 Roxy-WI: Cross-tenant authorization bypass on /install/* — guest can run Ansible / SSH on every registered server — roxy-wi 9.9 Critical2026-06-10
CVE-2026-53470 Migration-planner: getsourcedownloadurl missing organization check 9.6 Critical2026-06-10
CVE-2026-53471 Migration-planner: agent api ignores jwt source_id claim 9.6 Critical2026-06-10
CVE-2026-53675 BuddyPress 14.4.0 Friends List IDOR via REST API — BuddyPress 4.3 Medium2026-06-09
CVE-2026-53673 BuddyPress 14.4.0 Private Message IDOR via REST API user_id Parameter — BuddyPress 8.1 High2026-06-09
CVE-2026-6444 Pure Storage FlashArray Purity 安全漏洞 — FlashArray--2026-06-09
CVE-2026-44083 QuMagie — QuMagie--2026-06-09
CVE-2026-9185 6Storage Rentals <= 2.22.0 - Unauthenticated Insecure Direct Object Reference to Arbitrary User Disclosure and Modification via 'userId' Parameter — 6Storage Rentals 7.5 High2026-06-09
CVE-2026-49141 WACRM Authorization Bypass via Automation Engine Endpoint — wacrm 7.1 High2026-06-08
CVE-2026-11500 Weaviate Static API Key client.go validateConfig authorization — Weaviate 5.0 Medium2026-06-08
CVE-2026-11461 NousResearch hermes-agent resume Endpoint hermes_state.py resolve_session_by_title authorization — hermes-agent 6.3 Medium2026-06-07
CVE-2026-9851 Booking Package <= 1.7.16 - Authenticated (Editor+) Privilege Escalation via Account Takeover to updateUser AJAX Action — Booking Package 7.2 High2026-06-06
CVE-2026-8611 Klamra Paycal for Aspaclaria <= 1.1.4 - Insecure Direct Object Reference to Authenticated (Subscriber+) Sensitive Information Exposure via 'invoice_id' Parameter — Klamra Paycal for Aspaclaria 4.3 Medium2026-06-06
CVE-2026-8839 MapPress Maps for WordPress <= 2.96.6 - Unauthenticated Insecure Direct Object Reference via REST API Endpoints — MapPress Maps for WordPress 5.3 Medium2026-06-06
CVE-2026-7665 Essential Addons for Elementor <= 6.6.4 - Missing Authorization to Unauthenticated Information Exposure via 'load_more' AJAX Handler — Essential Addons for Elementor – Popular Elementor Templates & Widgets 5.3 Medium2026-06-06
CVE-2026-10038 Charitable <= 1.8.11.1 - Authenticated (Subscriber+) Insecure Direct Object Reference to Arbitrary Attachment Deletion via 'avatar' Parameter — Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More 4.3 Medium2026-06-05
CVE-2026-46390 HAX CMS has Unauthenticated Git Access via User-Controlled Key — haxcms-php--2026-06-05
CVE-2026-45743 Termix has a File-Manager Session Hijack via Missing Ownership Check (IDOR) — Termix 8.1 High2026-06-05
CVE-2026-11369 IDOR in Comment API Allows Cross-Process Comment Read and Write — linqi--2026-06-05
CVE-2026-49192 Summary Service Insecure Direct Object Reference — Connect M6E 5G Portable WiFi Router--2026-06-04
CVE-2026-10597 ITPison|OMICARD EDM - Insecure Direct Object Reference — OMICARD EDM 5.3 Medium2026-06-04

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