CompoundStableTop 25 #4
CWE-352Cross-Site Request Forgery (CSRF)
Category: injection
Description
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Common consequences· 1
- Confidentiality / Integrity / Availability / Non-Repudiation / Access Control — Gain Privileges or Assume Identity, Bypass Protection Mechanism, Read Application Data, Modify Application Data, DoS: Crash, Exit, or RestartThe consequences will vary depending on the nature of the functionality that is vulnerable to CSRF. An attacker could trick a client into making an unintentional request to the web server via a URL, image load, XMLHttpRequest, etc., which would then be treated as an authentic request from the client - effectively performing any operations as the victim, leading to an exposure of data, unintended code execution, etc. If the victim is an administrator or privileged user, the consequences may include obtaining complete control over the web application - deleting or stealing data, uninstalling the product, or using it to launch other attacks against all of the product's users. Because the attacker has the identity of the victim, the scope of CSRF is limited only by the victim's privileges.
Potential mitigations· 5
- [Architecture and Design]
- [Implementation]Ensure that the application is free of cross-site scripting issues (CWE-79), because most CSRF defenses can be bypassed using attacker-controlled script.
- [Architecture and Design]Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330). [REF-332]
- [Architecture and Design]Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.
- [Architecture and Design]
Related CAPEC attack patterns· 4
References
Exploits (incoming)4
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | JSON Hijacking (aka JavaScript Hijacking)capec-111 | 100% | live |
| AttackPattern | Cross Site Request Forgerycapec-62 | 100% | live |
| AttackPattern | Cross Site Identificationcapec-467 | 100% | live |
| AttackPattern | Cross-Domain Search Timingcapec-462 | 100% | live |
Compliance frameworks addressing this (incoming)3
| Type | Target | Confidence | Tier |
|---|---|---|---|
| ComplianceControl | pci_dss_v4-r6 | 100% | live |
| ComplianceControl | gdpr-art5 | 100% | live |
| ComplianceControl | owasp_llm_top10-llm05 | 100% | live |
(incoming)143
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-0610cve-2025-0610 | 0% | live |
| Vulnerability | CVE-2025-0669cve-2025-0669 | 0% | live |
| Vulnerability | CVE-2025-11022cve-2025-11022 | 0% | live |
| Vulnerability | CVE-2025-11029cve-2025-11029 | 0% | live |
| Vulnerability | CVE-2025-11087cve-2025-11087 | 0% | live |
| Vulnerability | CVE-2025-11954cve-2025-11954 | 0% | live |
| Vulnerability | CVE-2025-12028cve-2025-12028 | 0% | live |
| Vulnerability | CVE-2025-12061cve-2025-12061 | 0% | live |
| Vulnerability | CVE-2025-12095cve-2025-12095 | 0% | live |
| Vulnerability | CVE-2025-12189cve-2025-12189 | 0% | live |
| Vulnerability | CVE-2025-12221cve-2025-12221 | 0% | live |
| Vulnerability | CVE-2025-12479cve-2025-12479 | 0% | live |
| Vulnerability | CVE-2025-12821cve-2025-12821 | 0% | live |
| Vulnerability | CVE-2025-12879cve-2025-12879 | 0% | live |
| Vulnerability | CVE-2025-1305cve-2025-1305 | 0% | live |
| Vulnerability | CVE-2025-1306cve-2025-1306 | 0% | live |
| Vulnerability | CVE-2025-13177cve-2025-13177 | 0% | live |
| Vulnerability | CVE-2025-13282cve-2025-13282 | 0% | live |
| Vulnerability | CVE-2025-13790cve-2025-13790 | 0% | live |
| Vulnerability | CVE-2025-13871cve-2025-13871 | 0% | live |
| Vulnerability | CVE-2025-13970cve-2025-13970 | 0% | live |
| Vulnerability | CVE-2025-13982cve-2025-13982 | 0% | live |
| Vulnerability | CVE-2025-14037cve-2025-14037 | 0% | live |
| Vulnerability | CVE-2025-1441cve-2025-1441 | 0% | live |
| Vulnerability | CVE-2025-14472cve-2025-14472 | 0% | live |
| Vulnerability | CVE-2025-15405cve-2025-15405 | 0% | live |
| Vulnerability | CVE-2025-1643cve-2025-1643 | 0% | live |
| Vulnerability | CVE-2025-1687cve-2025-1687 | 0% | live |
| Vulnerability | CVE-2025-20326cve-2025-20326 | 0% | live |
| Vulnerability | CVE-2025-22347cve-2025-22347 | 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.