结构: Simple
Abstraction: Variant
状态: Draft
被利用可能性: unkown
While it is executing, the software sets the permissions of an object in a way that violates the intended permissions that have been specified by the user.
Language: {'cwe_Class': 'Language-Independent', 'cwe_Prevalence': 'Undetermined'}
范围 | 影响 | 注释 |
---|---|---|
['Confidentiality', 'Integrity'] | ['Read Application Data', 'Modify Application Data'] |
策略:
Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
策略: Separation of Privilege
Compartmentalize 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 that the compartmentalization serves to allow for and further reinforce privilege separation functionality. Architects and designers should rely on the principle of least privilege to decide when it is appropriate to use and to drop system privileges.
标识 | 说明 | 链接 |
---|---|---|
CVE-2002-0265 | Log files opened read/write. | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0265 |
CVE-2003-0876 | Log files opened read/write. | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0876 |
CVE-2002-1694 | Log files opened read/write. | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-1694 |
映射的分类名 | ImNode ID | Fit | Mapped Node Name |
---|---|---|---|
PLOVER | Insecure execution-assigned permissions | ||
CERT C Secure Coding | FIO06-C | Create files with appropriate access permissions | |
The CERT Oracle Secure Coding Standard for Java (2011) | FIO01-J | Create files with appropriate access permission |