CWE•Class•Incomplete•20 recent CVEs
CWE-862Missing Authorization
Description
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Common consequences
- Confidentiality→Read Application Data,Read Files or DirectoriesAn attacker could read sensitive data, either by reading the data directly from a data store that is not restricted, or by accessing insufficiently-protected, privileged functionality to read the data.
- Integrity→Modify Application Data,Modify Files or DirectoriesAn attacker could modify sensitive data, either by writing the data directly to a data store that is not restricted, or by accessing insufficiently-protected, privileged functionality to write the data.
- Access Control→Gain Privileges or Assume Identity,Bypass Protection MechanismAn attacker could gain privileges by modifying or reading critical data directly, or by accessing privileged functionality.
- 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-447546.62026-06-09CVE-2026-447517.12026-06-09CVE-2026-447504.32026-06-09CVE-2026-107872026-06-08CVE-2026-399109.82026-06-08CVE-2026-464442026-06-08CVE-2026-76244.32026-06-06CVE-2026-85025.32026-06-06CVE-2026-90084.32026-06-06CVE-2026-89764.32026-06-06CVE-2026-75234.32026-06-05CVE-2026-52288.82026-06-04CVE-2026-108156.32026-06-04CVE-2026-108554.32026-06-04CVE-2026-48812026-06-04CVE-2026-107377.52026-06-04CVE-2026-442812026-06-03CVE-2026-423202026-06-03CVE-2026-423182026-06-03CVE-2026-423172026-06-03