| Impact | Details |
|---|---|
|
Gain Privileges or Assume Identity |
Scope: Access Control
A user can access restricted functionality and/or sensitive information that may include administrative functionality and user accounts.
|
| Phase(s) | Mitigation |
|---|---|
|
Architecture and Design; Operation |
Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
|
|
Architecture and Design; Operation |
Strategy: Environment Hardening Run your code using the lowest privileges that are required to accomplish the necessary tasks [REF-76]. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database administrator, especially in day-to-day operations.
|
| Nature | Type | ID | Name |
|---|---|---|---|
| ChildOf | Class Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource. | 269 | Improper Privilege Management |
| ParentOf | Variant Variant - a weakness that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource. | 623 | Unsafe ActiveX Control Marked Safe For Scripting |
| Nature | Type | ID | Name |
|---|---|---|---|
| MemberOf | Category Category - a CWE entry that contains a set of other entries that share a common characteristic. | 265 | Privilege Issues |
| Nature | Type | ID | Name |
|---|---|---|---|
| MemberOf | Category Category - a CWE entry that contains a set of other entries that share a common characteristic. | 1011 | Authorize Actors |
| Phase | Note |
|---|---|
| Architecture and Design | |
| Implementation | REALIZATION: This weakness is caused during implementation of an architectural security tactic. |
| Operation |
Class: Not Language-Specific (Undetermined Prevalence)
Example 1
This code intends to allow only Administrators to print debug information about a system.
While the intention was to only allow Administrators to print the debug information, the code as written only excludes those with the role of "GUEST". Someone with the role of "ADMIN" or "USER" will be allowed access, which goes against the original intent. An attacker may be able to use this debug information to craft an attack on the system.
Note: this is a curated list of examples for users to understand the variety of ways in which this weakness can be introduced. It is not a complete list of all CVEs that are related to this CWE entry.
| Reference | Description |
|---|---|
|
Roles have access to dangerous procedures (Accessible entities).
|
|
|
Untrusted object/method gets access to clipboard (Accessible entities).
|
|
|
Gain privileges using functions/tags that should be restricted (Accessible entities).
|
|
|
Traceroute program allows unprivileged users to modify source address of packet (Accessible entities).
|
|
|
Bypass domain restrictions using a particular file that references unsafe URI schemes (Accessible entities).
|
|
|
Script does not restrict access to an update command, leading to resultant disk consumption and filled error logs (Accessible entities).
|
|
|
"public" database user can use stored procedure to modify data controlled by the database owner (Unsafe privileged actions).
|
|
|
User with capability can prevent setuid program from dropping privileges (Unsafe privileged actions).
|
|
|
Allows attachment to and modification of privileged processes (Unsafe privileged actions).
|
|
|
User with privilege can edit raw underlying object using unprotected method (Unsafe privileged actions).
|
|
|
Inappropriate actions allowed by a particular role(Unsafe privileged actions).
|
|
|
Untrusted entity allowed to access the system clipboard (Unsafe privileged actions).
|
|
|
Extra Linux capability allows bypass of system-specified restriction (Unsafe privileged actions).
|
|
|
User with debugging rights can read entire process (Unsafe privileged actions).
|
|
|
Non-root admins can add themselves or others to the root admin group (Unsafe privileged actions).
|
|
|
Users can change certain properties of objects to perform otherwise unauthorized actions (Unsafe privileged actions).
|
|
|
Certain debugging commands not restricted to just the administrator, allowing registry modification and infoleak (Unsafe privileged actions).
|
| Nature | Type | ID | Name |
|---|---|---|---|
| MemberOf | ViewView - a subset of CWE entries that provides a way of examining CWE content. The two main view structures are Slices (flat lists) and Graphs (containing relationships between entries). | 884 | CWE Cross-section |
| MemberOf | CategoryCategory - a CWE entry that contains a set of other entries that share a common characteristic. | 901 | SFP Primary Cluster: Privilege |
| MemberOf | CategoryCategory - a CWE entry that contains a set of other entries that share a common characteristic. | 1396 | Comprehensive Categorization: Access Control |
Rationale
This CWE entry is at the Base level of abstraction, which is a preferred level of abstraction for mapping to the root causes of vulnerabilities.Comments
Carefully read both the name and description to ensure that this mapping is an appropriate fit. Do not try to 'force' a mapping to a lower-level Base/Variant simply to comply with this preferred level of abstraction.Maintenance
Note: there are 2 separate sub-categories here:
| Mapped Taxonomy Name | Node ID | Fit | Mapped Node Name |
|---|---|---|---|
| PLOVER | Unsafe Privilege |
| Submissions | |||
|---|---|---|---|
| Submission Date | Submitter | Organization | |
|
2006年07月19日
(CWE Draft 3, 2006年07月19日) |
PLOVER | ||
| Modifications | |||
| Modification Date | Modifier | Organization | |
| 2023年06月29日 | CWE Content Team | MITRE | |
| updated Mapping_Notes | |||
| 2023年04月27日 | CWE Content Team | MITRE | |
| updated References, Relationships | |||
| 2022年10月13日 | CWE Content Team | MITRE | |
| updated References | |||
| 2021年03月15日 | CWE Content Team | MITRE | |
| updated Maintenance_Notes | |||
| 2020年08月20日 | CWE Content Team | MITRE | |
| updated Demonstrative_Examples | |||
| 2020年02月24日 | CWE Content Team | MITRE | |
| updated Relationships | |||
| 2019年09月19日 | CWE Content Team | MITRE | |
| updated Demonstrative_Examples | |||
| 2019年01月03日 | CWE Content Team | MITRE | |
| updated Related_Attack_Patterns | |||
| 2017年11月08日 | CWE Content Team | MITRE | |
| updated Applicable_Platforms, Modes_of_Introduction, References, Relationships | |||
| 2012年10月30日 | CWE Content Team | MITRE | |
| updated Potential_Mitigations, References | |||
| 2012年05月11日 | CWE Content Team | MITRE | |
| updated Common_Consequences, Demonstrative_Examples, Relationships | |||
| 2011年06月01日 | CWE Content Team | MITRE | |
| updated Common_Consequences | |||
| 2010年06月21日 | CWE Content Team | MITRE | |
| updated Potential_Mitigations | |||
| 2009年12月28日 | CWE Content Team | MITRE | |
| updated Potential_Mitigations | |||
| 2008年11月24日 | CWE Content Team | MITRE | |
| updated Relationships | |||
| 2008年09月08日 | CWE Content Team | MITRE | |
| updated Description, Maintenance_Notes, Relationships, Taxonomy_Mappings | |||
| 2008年07月01日 | Eric Dalci | Cigital | |
| updated Time_of_Introduction | |||
| Previous Entry Names | |||
| Change Date | Previous Entry Name | ||
| 2008年04月11日 | Unsafe Privilege | ||
Use of the Common Weakness Enumeration (CWE™) and the associated references from this website are subject to the Terms of Use. CWE is sponsored by the U.S. Department of Homeland Security (DHS) Cybersecurity and Infrastructure Security Agency (CISA) and managed by the Homeland Security Systems Engineering and Development Institute (HSSEDI) which is operated by The MITRE Corporation (MITRE). Copyright © 2006–2025, The MITRE Corporation. CWE, CWSS, CWRAF, and the CWE logo are trademarks of The MITRE Corporation.