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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-284 (访问控制不恰当) — Vulnerability Class 2062

2062 vulnerabilities classified as CWE-284 (访问控制不恰当). AI Chinese analysis included.

CWE-284 represents a critical security weakness where software fails to properly restrict access to sensitive resources, allowing unauthorized actors to interact with data or functions they should not reach. This flaw typically arises when developers neglect to implement robust authentication or authorization checks, enabling attackers to bypass security controls through direct URL manipulation, token forgery, or privilege escalation techniques. Exploitation often leads to severe consequences, including data breaches, unauthorized system modifications, or complete service disruption. To mitigate this risk, developers must enforce strict access control policies at every layer of the application architecture. This involves implementing comprehensive identity verification, applying the principle of least privilege, and rigorously validating user permissions before granting access to any protected resource, ensuring that only authenticated and authorized users can perform specific actions.

MITRE CWE Description
The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. Access control involves the use of several protection mechanisms such as: Authentication (proving the identity of an actor) Authorization (ensuring that a given actor can access a resource), and Accountability (tracking of activities that were performed) When any mechanism is not applied or otherwise fails, attackers can compromise the security of the product by gaining privileges, reading sensitive information, executing commands, evading detection, etc. There are two distinct behaviors that can introduce access control weaknesses: Specification: incorrect privileges, permissions, ownership, etc. are explicitly specified for either the user or the resource (for example, setting a password file to be world-writable, or giving administrator capabilities to a guest user). This action could be performed by the program or the administrator. Enforcement: the mechanism contains errors that prevent it from properly enforcing the specified access control requirements (e.g., allowing the user to specify their own privileges, or allowing a syntactically-incorrect ACL to produce insecure settings). This problem occurs within the program itself, in that it does not actually enforce the intended security policy that the administrator specifies.
Common Consequences (1)
OtherVaries by Context
Mitigations (2)
Architecture and Design, OperationVery carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
Architecture and DesignCompartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area. Ensure that appropriate compartmentalization is built into the system design, and the compartmentalization allows for and reinforces privilege separatio…
Examples (2)
This code temporarily raises the program's privileges to allow creation of a new user folder.
def makeNewUserDir(username): if invalidUsername(username): #avoid CWE-22 and CWE-78 print('Usernames cannot contain invalid characters') return False try: raisePrivileges() os.mkdir('/home/' + username) lowerPrivileges() except OSError: print('Unable to create new user directory for user:' + username) return False return True
Bad · Python
This function runs an arbitrary SQL query on a given database, returning the result of the query.
function runEmployeeQuery($dbName, $name){ mysql_select_db($dbName,$globalDbHandle) or die("Could not open Database".$dbName); //Use a prepared statement to avoid CWE-89 $preparedStatement = $globalDbHandle->prepare('SELECT * FROM employees WHERE name = :name'); $preparedStatement->execute(array(':name' => $name)); return $preparedStatement->fetchAll(); } /.../ $employeeRecord = runEmployeeQuery('EmployeeDB',$_GET['EmployeeName']);
Bad · PHP
CVE IDTitleCVSSSeverityPublished
CVE-2025-14086 youlaitech youlai-mall openid access control — youlai-mall 6.3 Medium2025-12-05
CVE-2025-14052 youlaitech youlai-mall members getMemberById access control — youlai-mall 6.3 Medium2025-12-05
CVE-2025-66509 LaraDashboard: 1-Click Pre-Auth RCE via Host Header + Module Installation Chain — laradashboard 9.8AICriticalAI2025-12-04
CVE-2025-65097 Insecure Direct Object Reference (IDOR) Allows Unauthorized Deletion of User Collections — romm 6.5AIMediumAI2025-12-03
CVE-2025-65096 RomM Insecure Direct Object Reference (IDOR) Allows Unauthorized Access to Private Collections — romm 6.5AIMediumAI2025-12-03
CVE-2025-55749 The XWiki Jetty package (XJetty) allows accessing any application file through URL — xwiki-platform 7.5AIHighAI2025-12-01
CVE-2025-64715 Cilium with misconfigured toGroups in policies can lead to unrestricted egress traffic — cilium 4.0 Medium2025-11-29
CVE-2025-66028 OneUptime is Vulnerable to Privilege Escalation via Login Response Manipulation — oneuptime 8.8AIHighAI2025-11-26
CVE-2025-65963 CFiles Unauthorized Folder/ZIP Access in Public Spaces — cfiles 5.4 Medium2025-11-25
CVE-2025-64483 Wazuh API – Agent Configuration Has Improper Access Control in Agent Enrollment Endpoint — wazuh-dashboard-plugins 8.8 -2025-11-21
CVE-2025-64660 GitHub Copilot and Visual Studio Code Remote Code Execution Vulnerability — Visual Studio Code 8.0 High2025-11-20
CVE-2025-13443 macrozheng mall delete access control — mall 5.4 Medium2025-11-20
CVE-2025-53360 pluginsGLPI's Database Inventory Plugin allows any authenticated user to send agent requests — databaseinventory 4.3 Medium2025-11-18
CVE-2025-41737 Improper access control via php endpoint — Energy-Controlling EWIO2-M 7.5 High2025-11-18
CVE-2025-13250 WeiYe-Jing datax-web Job triggerJob access control — datax-web 6.3 Medium2025-11-16
CVE-2025-12182 Qi Blocks <= 1.4.3 - Missing Authorization to Arbitrary Attachment Resize — Qi Blocks 4.3 Medium2025-11-15
CVE-2025-64746 Directus has Improper Permission Handling on Deleted Fields — directus 4.6 Medium2025-11-13
CVE-2025-46362 Dell Alienware Command Center 访问控制错误漏洞 — Alienware Command Center 6.x (AWCC) 6.6 Medium2025-11-13
CVE-2025-20341 Cisco Catalyst Center Privilege Escalation Vulnerability — Cisco Digital Network Architecture Center (DNA Center) 8.8 High2025-11-13
CVE-2025-46608 Dell Data Lakehouse 访问控制错误漏洞 — Data Lakehouse 9.1 Critical2025-11-12
CVE-2025-47179 Configuration Manager Elevation of Privilege Vulnerability — Microsoft Configuration Manager 6.7 Medium2025-11-11
CVE-2025-60705 Windows Client-Side Caching Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2025-11-11
CVE-2025-59512 Customer Experience Improvement Program (CEIP) Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2025-11-11
CVE-2025-12480 TrioFox 安全漏洞 — TrioFox 9.1 Critical2025-11-10
CVE-2025-64347 Apollo Router Improperly Enforces Renamed Access Control Directives — router 7.5 High2025-11-07
CVE-2025-12808 Devolutions Server 安全漏洞 — Server 6.5 -2025-11-06
CVE-2025-58337 Apache Doris-MCP-Server: Improper Access Control results in bypassing a "read-only" mode for doris-mcp-server MCP Server — Apache Doris-MCP-Server 4.3 -2025-11-05
CVE-2025-64110 Cursor: Authentication Bypass Possible via New Cursorignore Write — cursor 6.5AIMediumAI2025-11-04
CVE-2025-43027 Genetec Security Center 安全漏洞 — Genetec Security Center 9.8 Critical2025-10-30
CVE-2025-27093 Sliver does not restricted traffic between Wireguard clients. — sliver 6.3 Medium2025-10-28

Vulnerabilities classified as CWE-284 (访问控制不恰当) represent 2062 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.