[Forgot Password]
Login  Register Subscribe

30479

 
 

423868

 
 

250038

 
 

909

 
 

195843

 
 

282

Paid content will be excluded from the download.


Download | Alert*
CWE
view XML

Privilege Defined With Unsafe Actions

ID: 267Date: (C)2012-05-14   (M)2022-10-10
Type: weaknessStatus: INCOMPLETE
Abstraction Type: Base





Description

A particular privilege, role, capability, or right can be used to perform unsafe actions that were not intended, even when it is assigned to the correct entity.

Applicable Platforms
Language Class: All

Time Of Introduction

  • Architecture and Design
  • Implementation
  • Operation

Related Attack Patterns

Common Consequences

ScopeTechnical ImpactNotes
Access_Control
 
Gain privileges / assume identity
 
A user can access restricted functionality and/or sensitive information that may include administrative functionality and user accounts.
 

Detection Methods
None

Potential Mitigations

PhaseStrategyDescriptionEffectivenessNotes
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
 
Environment Hardening
 
Run your code using the lowest privileges that are required to accomplish the necessary tasks [R.267.1]. 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.
 
  

Relationships

Related CWETypeViewChain
CWE-267 ChildOf CWE-901 Category CWE-888  

Demonstrative Examples   (Details)

  1. This code intends to allow only Administrators to print debug information about a system.

Observed Examples

  1. CVE-2002-1981 : Roles have access to dangerous procedures (Accessible entities).
  2. CVE-2002-1671 : Untrusted object/method gets access to clipboard (Accessible entities).
  3. CVE-2004-2204 : Gain privileges using functions/tags that should be restricted (Accessible entities).
  4. CVE-2000-0315 : Traceroute program allows unprivileged users to modify source address of packet (Accessible entities).
  5. CVE-2004-0380 : Bypass domain restrictions using a particular file that references unsafe URI schemes (Accessible entities).
  6. CVE-2002-1154 : Script does not restrict access to an update command, leading to resultant disk consumption and filled error logs (Accessible entities).
  7. CVE-2002-1145 : "public" database user can use stored procedure to modify data controlled by the database owner (Unsafe privileged actions).
  8. CVE-2000-0506 : User with capability can prevent setuid program from dropping privileges (Unsafe privileged actions).
  9. CVE-2002-2042 : Allows attachment to and modification of privileged processes (Unsafe privileged actions).
  10. CVE-2000-1212 : User with privilege can edit raw underlying object using unprotected method (Unsafe privileged actions).
  11. CVE-2005-1742 : Inappropriate actions allowed by a particular role(Unsafe privileged actions).
  12. CVE-2001-1480 : Untrusted entity allowed to access the system clipboard (Unsafe privileged actions).
  13. CVE-2001-1551 : Extra Linux capability allows bypass of system-specified restriction (Unsafe privileged actions).
  14. CVE-2001-1166 : User with debugging rights can read entire process (Unsafe privileged actions).
  15. CVE-2005-1816 : Non-root admins can add themselves or others to the root admin group (Unsafe privileged actions).
  16. CVE-2005-2173 : Users can change certain properties of objects to perform otherwise unauthorized actions (Unsafe privileged actions).
  17. CVE-2005-2027 : Certain debugging commands not restricted to just the administrator, allowing registry modification and infoleak (Unsafe privileged actions).

For more examples, refer to CVE relations in the bottom box.

White Box Definitions
None

Black Box Definitions
None

Taxynomy Mappings

TaxynomyIdNameFit
PLOVER  Unsafe Privilege
 
 

References:

  1. Sean Barnum Michael Gegick .Least Privilege. Published on 2005-09-14.
CVE    1
CVE-2021-32739

© SecPod Technologies