ClassIncompleteTop 25 #18
CWE-863Incorrect Authorization
Category: auth
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· 5
- 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 the data.
- 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 write the data.
- 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 Consumption (Other)An attacker could gain unauthorized access to resources on the system and excessively consume those resources, leading to a denial of service.
Potential mitigations· 5
- [Architecture and Design]
- [Architecture and Design]Ensure 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 to the patient and the patient's doctor [REF-7].
- [Architecture and Design]
- [Architecture and Design]
- [System Configuration, Installation]Use 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.
References
Compliance frameworks addressing this (incoming)7
| Type | Target | Confidence | Tier |
|---|---|---|---|
| ComplianceControl | owasp_api_top10-api01 | 100% | live |
| ComplianceControl | owasp_api_top10-api03 | 100% | live |
| ComplianceControl | owasp_api_top10-api05 | 100% | live |
| ComplianceControl | pci_dss_v4-r10 | 100% | live |
| ComplianceControl | dora-art5 | 100% | live |
| ComplianceControl | owasp_api_top10-api10 | 100% | live |
| ComplianceControl | owasp_top10-a01 | 100% | live |
(incoming)143
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-0781cve-2025-0781 | 0% | live |
| Vulnerability | CVE-2025-10611cve-2025-10611 | 0% | live |
| Vulnerability | CVE-2025-1214cve-2025-1214 | 0% | live |
| Vulnerability | CVE-2025-12925cve-2025-12925 | 0% | live |
| Vulnerability | CVE-2025-13184cve-2025-13184 | 0% | live |
| Vulnerability | CVE-2025-13468cve-2025-13468 | 0% | live |
| Vulnerability | CVE-2025-13806cve-2025-13806 | 0% | live |
| Vulnerability | CVE-2025-13813cve-2025-13813 | 0% | live |
| Vulnerability | CVE-2025-14016cve-2025-14016 | 0% | live |
| Vulnerability | CVE-2025-14866cve-2025-14866 | 0% | live |
| Vulnerability | CVE-2025-15023cve-2025-15023 | 0% | live |
| Vulnerability | CVE-2025-15085cve-2025-15085 | 0% | live |
| Vulnerability | CVE-2025-15390cve-2025-15390 | 0% | live |
| Vulnerability | CVE-2025-15406cve-2025-15406 | 0% | live |
| Vulnerability | CVE-2025-20674cve-2025-20674 | 0% | live |
| Vulnerability | CVE-2025-20701cve-2025-20701 | 0% | live |
| Vulnerability | CVE-2025-21450cve-2025-21450 | 0% | live |
| Vulnerability | Qualcomm Multiple Chipsets Incorrect Authorization Vulnerabilitycve-2025-21479 | 0% | live |
| Vulnerability | Qualcomm Multiple Chipsets Incorrect Authorization Vulnerabilitycve-2025-21480 | 0% | live |
| Vulnerability | CVE-2025-21506cve-2025-21506 | 0% | live |
| Vulnerability | CVE-2025-21516cve-2025-21516 | 0% | live |
| Vulnerability | CVE-2025-21556cve-2025-21556 | 0% | live |
| Vulnerability | CVE-2025-2242cve-2025-2242 | 0% | live |
| Vulnerability | CVE-2025-23256cve-2025-23256 | 0% | live |
| Vulnerability | Apple iOS and iPadOS Incorrect Authorization Vulnerabilitycve-2025-24200 | 0% | live |
| Vulnerability | CVE-2025-24233cve-2025-24233 | 0% | live |
| Vulnerability | CVE-2025-24409cve-2025-24409 | 0% | live |
| Vulnerability | CVE-2025-24434cve-2025-24434 | 0% | live |
| Vulnerability | CVE-2025-25274cve-2025-25274 | 0% | live |
| Vulnerability | CVE-2025-26511cve-2025-26511 | 0% | live |
Showing top 30 of 143 by confidence. Click any target to see the full neighbourhood.
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.