ClassIncompleteTop 25 #9

CWE-862Missing Authorization

Category: auth

Description

The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Common consequences· 4

  • Confidentiality — Read Application Data, Read Files or Directories
    An 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 Directories
    An 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 Mechanism
    An 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 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.

Related CAPEC attack patterns· 1

CAPEC-665

References

  1. https://cwe.mitre.org/data/definitions/862.html

Exploits (incoming)1

TypeTargetConfidenceTier
AttackPatternExploitation of Thunderbolt Protection Flawscapec-665100%live

Compliance frameworks addressing this (incoming)9

TypeTargetConfidenceTier
ComplianceControlowasp_api_top10-api01100%live
ComplianceControlnist_csf-rs100%live
ComplianceControlpci_dss_v4-r7100%live
ComplianceControlowasp_api_top10-api05100%live
ComplianceControldora-art5100%live
ComplianceControlowasp_api_top10-api08100%live
ComplianceControliso27001-a.8.16100%live
ComplianceControlowasp_api_top10-api03100%live
ComplianceControldora-art12100%live

(incoming)140

TypeTargetConfidenceTier
VulnerabilityCVE-2025-0952cve-2025-09520%live
VulnerabilityCVE-2025-10299cve-2025-102990%live
VulnerabilityCVE-2025-10690cve-2025-106900%live
VulnerabilityCVE-2025-10706cve-2025-107060%live
VulnerabilityCVE-2025-10896cve-2025-108960%live
VulnerabilityCVE-2025-11029cve-2025-110290%live
VulnerabilityCVE-2025-11158cve-2025-111580%live
VulnerabilityCVE-2025-11669cve-2025-116690%live
VulnerabilityCVE-2025-11702cve-2025-117020%live
VulnerabilityCVE-2025-11833cve-2025-118330%live
VulnerabilityCVE-2025-11985cve-2025-119850%live
VulnerabilityCVE-2025-11989cve-2025-119890%live
VulnerabilityCVE-2025-12061cve-2025-120610%live
VulnerabilityCVE-2025-1214cve-2025-12140%live
VulnerabilityCVE-2025-12158cve-2025-121580%live
VulnerabilityCVE-2025-12384cve-2025-123840%live
VulnerabilityCVE-2025-1279cve-2025-12790%live
VulnerabilityCVE-2025-12845cve-2025-128450%live
VulnerabilityCVE-2025-12925cve-2025-129250%live
VulnerabilityCVE-2025-12934cve-2025-129340%live
VulnerabilityCVE-2025-12963cve-2025-129630%live
VulnerabilityCVE-2025-1304cve-2025-13040%live
VulnerabilityCVE-2025-1307cve-2025-13070%live
VulnerabilityCVE-2025-1309cve-2025-13090%live
VulnerabilityCVE-2025-13177cve-2025-131770%live
VulnerabilityCVE-2025-13313cve-2025-133130%live
VulnerabilityCVE-2025-13334cve-2025-133340%live
VulnerabilityCVE-2025-13342cve-2025-133420%live
VulnerabilityCVE-2025-13468cve-2025-134680%live
VulnerabilityCVE-2025-13603cve-2025-136030%live

Showing top 30 of 140 by confidence. Click any target to see the full neighbourhood.

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Improper Authorization
CWE
Incorrect Authorization
CWE
Improper Access Control
CWE
Missing Authentication for Critical Function
CWE
Improper Privilege Management
CWE
Weak Authentication
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.