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

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

1596 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-19424 Inventec Appliances|Chiline Cloud - Insecure Direct Object Reference — Chiline Cloud 7.5 High2026-08-11
CVE-2026-66764 Missing Authorization check in SAP S/4 HANA (Reprocess Bank Statement Items) — SAP S/4 HANA (Reprocess Bank Statement Items) 4.3 Medium2026-08-11
CVE-2026-18620 Data-sciences-pipeline: user-controlled serviceaccount for workflow pods without authorization check — confused deputy — Red Hat OpenShift AI 2.25 7.1 High2026-08-10
CVE-2026-69114 Spacebar Server Cross-Channel Message Deletion via Permission Check Bypass — Spacebar Server 6.5 Medium2026-08-10
CVE-2026-68872 Apache Airflow Amazon provider: amazon SSM / Secrets Manager backends: team-scope guard bypass resolves another team's Connection or Variable — Apache Airflow Amazon provider--2026-08-10
CVE-2026-68871 Apache Airflow Yandex provider: yandex Lockbox backend: team-scope guard bypass resolves another team's Connection or Variable — Apache Airflow Yandex provider--2026-08-10
CVE-2026-68870 Apache Airflow Microsoft Azure provider: microsoft.azure Key Vault backend: team-scope guard bypass resolves another team's Connection or Variable — Apache Airflow Microsoft Azure provider--2026-08-10
CVE-2026-72737 Dokploy: Cross-organization IDOR in Dokploy backup destinations exposes another tenant's S3 credentials and backups — dokploy 9.6 Critical2026-08-10
CVE-2026-72734 Dokploy: Cross-organization authorization bypass in server.remove allows deletion of another organization's server registration — dokploy 8.4 High2026-08-10
CVE-2026-72724 Discourse: Private Chat Threat Message Disclosure via Chat Onebox Channel/Threat ID Mismatch — discourse 4.3 Medium2026-08-10
CVE-2026-19433 Authorization Bypass Through User-Controlled Key in Prospero Flow CRM contact save and vCard export — Prospero Flow CRM 8.6 High2026-08-10
CVE-2026-59233 Missing Authorization in Prospero Flow CRM permission save endpoint allows privilege escalation — Prospero Flow CRM 8.7 High2026-08-10
CVE-2026-72690 Attendize Attendize - Cross-Tenant Authorization Bypass — Attendize 5.4 High2026-08-10
CVE-2026-72689 OpenSignLabs opensignserver - Broken Object Level Authorization — opensignserver 7.5 High2026-08-10
CVE-2026-72564 fosrl Pangolin - Access Token Scope Bypass Allows Cross-Resource Authentication — Pangolin 9.6 Critical2026-08-10
CVE-2026-48169 PraisonAI has Cross-Workspace IDOR and Privilege Escalation via Platform API — praisonai-platform 8.8 High2026-08-07
CVE-2026-70561 TestLink 1.9.20 and prior Authenticated IDOR via attachmentdownload.php — TestLink 6.5 Medium2026-08-07
CVE-2026-67622 Flowise 3.1.4 IDOR in OpenAI Assistants Integration — Flowise 9.9 Critical2026-08-06
CVE-2026-64662 Statamic: Missing authorization on navigation endpoint allows disclosure of restricted entries — cms 6.5 Medium2026-08-06
CVE-2026-45414 Decidim: JWT-backed authentication can be replayed across organizations — decidim 8.5 High2026-08-06
CVE-2026-70557 diboot-core Authenticated Arbitrary Field Read via loadRelatedData Discloses Password Hashes and Salts — diboot-core 6.5 Medium2026-08-06
CVE-2026-19066 SourceCodester Online Examination & Learning Management System view_students.php authorization — Online Examination & Learning Management System 4.3 Medium2026-08-06
CVE-2026-19111 Insecure direct object reference in Strands Agents Tools memory tool namespace isolation — strands-agents-tools 8.1 High2026-08-06
CVE-2026-19064 SourceCodester Online Examination & Learning Management System view.php authorization — Online Examination & Learning Management System 4.3 Medium2026-08-06
CVE-2026-18258 Authorization Bypass Through User-Controlled Key in eScriptorium — eScriptorium 8.8 High2026-08-06
CVE-2026-18275 Authorization Bypass Through User-Controlled Key in eScriptorium — eScriptorium 6.5 Medium2026-08-06
CVE-2026-66692 WordPress Colissimo Officiel : Méthodes de livraison pour WooCommerce plugin <= 2.10.0 - Insecure Direct Object References (IDOR) vulnerability — Colissimo Officiel : Méthodes de livraison pour WooCommerce 4.3 Medium2026-08-06
CVE-2026-65523 WordPress Formidable Forms Signature Online Contract Automation plugin <= 2.0.1 - Insecure Direct Object References (IDOR) vulnerability — Formidable Forms Signature Online Contract Automation 7.5 High2026-08-06
CVE-2026-28180 WordPress Mercado Pago payments for WooCommerce plugin <= 8.9.0 - Insecure Direct Object References (IDOR) vulnerability — Mercado Pago payments for WooCommerce 5.3 Medium2026-08-06
CVE-2026-48912 Apache Answer: Improper authorization in avatar update cleanup allows authenticated users to delete arbitrary uploaded files by URL — Apache Answer--2026-08-05

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