CWE•Class•Incomplete•20 recent CVEs
CWE-863Incorrect Authorization
Description
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
Common consequences
- Confidentiality→Read Application Data,Read Files or DirectoriesAn attacker could bypass intended access restrictions to read sensitive data, either by reading the data directly from a data store that is not correctly restricted, or by accessing insufficiently-protected, privileged functionality to read
- Integrity→Modify Application Data,Modify Files or DirectoriesAn attacker could bypass intended access restrictions to modify sensitive data, either by writing the data directly to a data store that is not correctly restricted, or by accessing insufficiently-protected, privileged functionality to writ
- Access Control→Gain Privileges or Assume Identity,Bypass Protection MechanismAn attacker could bypass intended access restrictions to gain privileges by modifying or reading critical data directly, or by accessing privileged functionality.
- Confidentiality,Integrity,Availability→Execute Unauthorized Code or CommandsAn attacker could use elevated privileges to execute unauthorized commands or code.
- Availability→DoS: Crash, Exit, or Restart,DoS: Resource Consumption (CPU),DoS: Resource Consumption (Memory),DoS: Resource ConsumptioAn attacker could gain unauthorized access to resources on the system and excessively consume those resources, leading to a denial of service.
Potential mitigations
- Architecture and Design[object Object]
- Architecture and DesignEnsure that access control checks are performed related to the business logic. These checks may be different than the access control checks that are applied to more generic resources such as files, connections, processes, memory, and database records. For example, a database may restrict access for medical records to a specific database user, but each record might only be intended to be accessible
- Architecture and Design[object Object]
- Architecture and Design[object Object]
- System Configuration,InstallationUse the access control capabilities of your operating system and server environment and define your access control lists accordingly. Use a "default deny" policy when defining these ACLs.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-485077.12026-06-08CVE-2026-77652026-06-08CVE-2026-115777.22026-06-08CVE-2026-210317.82026-06-05CVE-2026-425475.42026-06-04CVE-2026-412352026-06-04CVE-2026-502662.22026-06-04CVE-2026-108156.32026-06-04CVE-2026-108606.52026-06-04CVE-2026-412839.92026-06-04CVE-2025-147747.42026-06-03CVE-2026-446548.12026-06-02CVE-2026-354828.02026-06-02CVE-2026-106164.32026-06-02CVE-2026-35147.52026-06-02CVE-2026-90484.32026-06-02CVE-2025-323487.82026-06-01CVE-2026-228729.12026-06-01CVE-2026-454263.12026-06-01CVE-2026-102116.32026-06-01