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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-732 (关键资源的不正确权限授予) — Vulnerability Class 447

447 vulnerabilities classified as CWE-732 (关键资源的不正确权限授予). AI Chinese analysis included.

CWE-732 represents a critical access control weakness where software assigns overly permissive security attributes to vital resources, such as files, directories, or registry keys. This misconfiguration allows unintended actors to read or modify data that should remain restricted, often leading to sensitive information disclosure or unauthorized system changes. Attackers typically exploit this by identifying these loose permissions to access confidential data or alter critical configurations, potentially escalating privileges or compromising system integrity. To prevent this, developers must adhere to the principle of least privilege, ensuring resources are accessible only to necessary processes and users. Rigorous code reviews, automated static analysis tools, and strict adherence to secure coding standards help identify and correct improper permission assignments before deployment, thereby safeguarding critical assets against unauthorized access and manipulation.

MITRE CWE Description
The product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors. When a resource is given a permission setting that provides access to a wider range of actors than required, it could lead to the exposure of sensitive information, or the modification of that resource by unintended parties. This is especially dangerous when the resource is related to program configuration, execution, or sensitive user data. For example, consider a misconfigured storage account for the cloud that can be read or written by a public or anonymous user.
Common Consequences (3)
ConfidentialityRead Application Data, Read Files or Directories
An attacker may be able to read sensitive information from the associated resource, such as credentials or configuration information stored in a file.
Access ControlGain Privileges or Assume Identity
An attacker may be able to modify critical properties of the associated resource to gain privileges, such as replacing a world-writable executable with a Trojan horse.
Integrity, OtherModify Application Data, Other
An attacker may be able to destroy or corrupt critical data in the associated resource, such as deletion of records from a database.
Mitigations (5)
ImplementationWhen using a critical resource such as a configuration file, check to see if the resource has insecure permissions (such as being modifiable by any regular user) [REF-62], and generate an error or even exit the software if there is a possibility that the resource could have been modified by an unauthorized party.
Architecture and DesignDivide the software into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully defining distinct user groups, privileges, and/or roles. Map these against data, functionality, and the related resources. Then set the permissions accordingly. This will allow you to maintain more fine-grained control over your resources. [REF-207]
Effectiveness: Moderate
Architecture and Design, OperationRun the code in a "jail" or similar sandbox environment that enforces strict boundaries between the process and the operating system. This may effectively restrict which files can be accessed in a particular directory or which commands can be executed by the software. OS-level examples include the Unix chroot jail, AppArmor, and SELinux. In general, managed code may provide some protection. For ex…
Effectiveness: Limited
Implementation, InstallationDuring program startup, explicitly set the default permissions or umask to the most restrictive setting possible. Also set the appropriate permissions during program installation. This will prevent you from inheriting insecure permissions from any user who installs or runs the program.
Effectiveness: High
System ConfigurationFor all configuration files, executables, and libraries, make sure that they are only readable and writable by the software's administrator.
Effectiveness: High
Examples (2)
The following code sets the umask of the process to 0 before creating a file and writing "Hello world" into the file.
#define OUTFILE "hello.out" umask(0); FILE *out; /* Ignore link following (CWE-59) for brevity */ out = fopen(OUTFILE, "w"); if (out) { fprintf(out, "hello world!\n"); fclose(out); }
Bad · C
-rw-rw-rw- 1 username 13 Nov 24 17:58 hello.out
Result
This code creates a home directory for a new user, and makes that user the owner of the directory. If the new directory cannot be owned by the user, the directory is deleted.
function createUserDir($username){ $path = '/home/'.$username; if(!mkdir($path)){ return false; } if(!chown($path,$username)){ rmdir($path); return false; } return true; }
Bad · PHP
CVE IDTitleCVSSSeverityPublished
CVE-2025-54545 On affected platforms, a restricted user could break out of the CLI sandbox to the system shell and elevate their privileges. — DANZ Monitoring Fabric 7.8 High2025-10-29
CVE-2025-62688 AutomationDirect Productivity Suite Incorrect Permission Assignment for Critical Resource — Productivity Suite 7.1 High2025-10-23
CVE-2025-12004 The compare API module breaks Extension:Lockdown — Mediawiki - Lockdown Extension 8.8AIHighAI2025-10-21
CVE-2025-31702 Dahua IPC和Dahua SD 安全漏洞 — IPC 6.8 Medium2025-10-15
CVE-2025-57741 Fortinet FortiClientMAC 安全漏洞 — FortiClientMac 7.0 High2025-10-14
CVE-2025-62251 Liferay Portal和Liferay DXP 安全漏洞 — Portal 6.5AIMediumAI2025-10-13
CVE-2025-8886 Authorization Bypass in Usta Information Systems' Aybs Interaktif — Aybs Interaktif 6.7 Medium2025-10-10
CVE-2025-10751 MacForge 1.2.0 Beta 1 - Local Privilege Escalation — MacForge 7.8AIHighAI2025-10-04
CVE-2025-10541 Local Privilege Escalation via Insecure Update Mechanism in iMonitor EAM — iMonitor EAM 7.8AIHighAI2025-09-25
CVE-2025-43808 Liferay Portal和Liferay DXP 安全漏洞 — Portal 7.5 -2025-09-19
CVE-2025-34189 Vasion Print (formerly PrinterLogic) Insecure Inter-Process Communication Allows Local Session Hijacking — Print Virtual Appliance Host 7.8 -2025-09-19
CVE-2025-34206 Vasion Print (formerly PrinterLogic) Insecure Shared Storage Permissions — Print Virtual Appliance Host 8.4 -2025-09-19
CVE-2025-54497 Cognex In-Sight Explorer and In-Sight Camera Firmware Incorrect Permission Assignment for Critical Resource — In-Sight 2000 series 8.1 High2025-09-18
CVE-2025-52873 Cognex In-Sight Explorer and In-Sight Camera Firmware Incorrect Permission Assignment for Critical Resource — In-Sight 2000 series 8.1 High2025-09-18
CVE-2025-10643 Wondershare Repairit Incorrect Permission Assignment Authentication Bypass Vulnerability — Repairit 9.8AICriticalAI2025-09-17
CVE-2025-59349 Directories created via os.MkdirAll are not checked for permissions — dragonfly 3.3AILowAI2025-09-17
CVE-2025-0164 IBM QRadar SIEM information disclosure — QRadar SIEM 2.3 Low2025-09-14
CVE-2025-40804 Siemens SIMATIC Virtualization as a Service 安全漏洞 — SIMATIC Virtualization as a Service (SIVaaS) 9.1 Critical2025-09-09
CVE-2025-41664 Improper Permission Handling Enables Unauthorized Access to Firmware and Certificates — Coupler 0750-0362 7.5 High2025-09-08
CVE-2025-58372 Roo Code: Potential Remote Code Execution via .code-workspace — Roo-Code 8.1 High2025-09-05
CVE-2025-10059 MongoDB Server router will crash when incorrect lsid is set on a sharded query — MongoDB Server 6.5 Medium2025-09-05
CVE-2025-23258 NVIDIA DOCA 安全漏洞 — NVIDIA DOCA with collectx-dpeserver 7.3 High2025-09-04
CVE-2025-23257 NVIDIA DOCA 安全漏洞 — NVIDIA DOCA with collectx-clxapidev 7.3 High2025-09-04
CVE-2025-36193 IBM Transformation Advisor incorrect permissions — Transformation Advisor 8.4 High2025-09-03
CVE-2025-9578 Acronis Cyber Protect Cloud Agent 安全漏洞 — Acronis Cyber Protect Cloud Agent 7.8 -2025-08-28
CVE-2025-53396 DOS & CO SS1 安全漏洞 — SS1 7.8 -2025-08-28
CVE-2025-43729 Dell ThinOS 10 安全漏洞 — ThinOS 10 7.8 High2025-08-27
CVE-2025-30063 Excessive permissions on configuration files containing database logins and passwords — CGM CLININET 7.1AIHighAI2025-08-27
CVE-2025-43759 Liferay Portal和Liferay DXP 安全漏洞 — Portal 3.8AILowAI2025-08-22
CVE-2025-38742 Dell iDRAC Service Module 安全漏洞 — iDRAC Service Module (iSM) 5.3 Medium2025-08-21

Vulnerabilities classified as CWE-732 (关键资源的不正确权限授予) represent 447 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.