CWE•Base•Draft•6 recent CVEs
CWE-283Unverified Ownership
Description
The product does not properly verify that a critical resource is owned by the proper entity.
Common consequences
- Access Control→Gain Privileges or Assume IdentityAn attacker could gain unauthorized access to system resources.
Potential mitigations
- Architecture and Design,OperationVery carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
- Architecture and DesignConsider following the principle of separation of privilege. Require multiple conditions to be met before permitting access to a system resource.