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

Goal: 1000 CNY · Raised: 1310 CNY

100%

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

1149 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-3073 Authorization Bypass Through User-Controlled Key in GitLab — GitLab 4.3 Medium2026-05-14
CVE-2026-3074 Authorization Bypass Through User-Controlled Key in GitLab — GitLab 4.3 Medium2026-05-14
CVE-2026-6063 Authorization Bypass Through User-Controlled Key in GitLab — GitLab 4.3 Medium2026-05-14
CVE-2026-5396 Fluent Forms <= 6.1.21 - Authenticated (Subscriber+) Authorization Bypass via 'form_id' Parameter — Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 8.2 High2026-05-14
CVE-2026-7648 LearnPress – WordPress LMS Plugin for Create and Sell Online Courses <= 4.3.5 - Authenticated (Subscriber+) Payment Bypass to Free Course Enrollment via 'quantity' Parameter — LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.3 Medium2026-05-14
CVE-2026-42463 SQLBot: Unauthorized Access Vulnerability — SQLBot--2026-05-13
CVE-2026-44423 ShellHub: Cross-tenant IDOR in `GET /api/sessions/:uid` discloses SSH session data — shellhub 6.5 Medium2026-05-13
CVE-2026-44424 ShellHub: Cross-tenant IDOR in `GET /api/devices/:uid` discloses device data of any namespace — shellhub 6.5 Medium2026-05-13
CVE-2026-44426 ShellHub: Cross-tenant IDOR in `GET /api/namespaces/:tenant` via API Key bypasses membership check — shellhub 6.5 Medium2026-05-13
CVE-2026-6965 Tutor LMS <= 3.9.9 - Insecure Direct Object Reference to Authenticated (Instructor+) Arbitrary Post Deletion via 'course' GET Parameter — Tutor LMS – eLearning and online course solution 5.3 Medium2026-05-13
CVE-2025-14033 ilGhera Support System for WooCommerce <= 1.3.0 - Missing Authorization to Unauthenticated Sensitive Information Exposure — ilGhera Support System for WooCommerce 5.3 Medium2026-05-13
CVE-2026-29204 WebPros WHMCS 安全漏洞 — WHMCS 9.1 Critical2026-05-12
CVE-2026-6001 IDOR in Abis Technology's BAPSİS — BAPSİS 8.8 High2026-05-12
CVE-2026-43890 Outline: IDOR in subscriptions.create allows cross-tenant subscription on private documents (sibling of GHSA-23jj-rp48-w7q7) — outline 7.7 High2026-05-11
CVE-2026-43883 WWBN AVideo: IDOR in PayPalYPT agreementCancel.json.php Allows Any Authenticated User to Cancel Arbitrary PayPal Subscription Agreements — AVideo 4.2 Medium2026-05-11
CVE-2026-33356 Meari MQTT broker missing per-device subscribe ACL — IoT Cloud MQTT Broker EMQX 7.7 High2026-05-11
CVE-2026-8196 JeecgBoot mLogin Endpoint LoginController.java authorization — JeecgBoot 3.7 Low2026-05-09
CVE-2026-42291 SysReptor: Read-write access to personal notes by sharing-link creation with no authorization in SysReptor Professional — sysreptor 6.8 Medium2026-05-08
CVE-2026-44400 MailEnable Enterprise Premium < 10.55 Authorization Bypass via WebAdmin — MailEnable Enterprise Premium 8.1 High2026-05-08
CVE-2026-42279 solidtime: Time entry update endpoint allows cross-organization modification of a known time-entry UUID — solidtime 5.8 Medium2026-05-08
CVE-2026-42277 Onyx: IDOR in /chat/file/{file_id} allows any authenticated user to download other users files — onyx 6.5 Medium2026-05-08
CVE-2026-42276 Onyx: IDOR in /chat/stop-chat-session allows any authenticated user to interrupt other users chat sessions — onyx 4.3 Medium2026-05-08
CVE-2026-41906 FreeScout: Conversation Change-Customer Cross-Mailbox Authorization Bypass — freescout 7.1 High2026-05-07
CVE-2026-27329 WordPress YITH WooCommerce Wishlist plugin <= 4.12.0 - Insecure Direct Object References (IDOR) vulnerability — YITH WooCommerce Wishlist 5.3 Medium2026-05-07
CVE-2026-40981 VMware Spring Cloud Config 安全漏洞 — Spring Cloud Config 7.5 High2026-05-07
CVE-2026-20219 Cisco Slido 安全漏洞 — Cisco Webex Meetings 5.4 Medium2026-05-06
CVE-2026-8027 FlowiseAI Flowise User Controller authorization — Flowise 4.3 Medium2026-05-06
CVE-2026-7573 GetUserRoles API endpoint allows any authenticated user to enumerate ACL policies across all organizations — velociraptor 5.0 Medium2026-05-06
CVE-2026-41950 Dify < 1.14.0 Authorization Bypass via File UUID — dify 6.5 Medium2026-05-05
CVE-2026-2729 Forminator – Contact Form, Payment Form & Custom Form Builder <= 1.52.0 - Missing Authorization to Unauthenticated Stripe PaymentIntent Reuse / Underpayment Bypass via 'paymentid' Parameter — Forminator Forms – Contact Form, Payment Form & Custom Form Builder 5.3 Medium2026-05-05

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