BaseIncomplete
CWE-565Reliance on Cookies without Validation and Integrity Checking
Category: other
Description
The product relies on the existence or values of cookies when performing security-critical operations, but it does not properly ensure that the setting is valid for the associated user.
Common consequences· 2
- Confidentiality / Integrity / Availability — Modify Application Data, Execute Unauthorized Code or CommandsAttackers can easily modify cookies, within the browser or by implementing the client-side code outside of the browser. Reliance on cookies without detailed validation and integrity checking can allow attackers to bypass authentication, conduct injection attacks such as SQL injection and cross-site scripting, or otherwise modify inputs in unexpected ways.
- Access Control — Gain Privileges or Assume IdentityIt is dangerous to use cookies to set a user's privileges. The cookie can be manipulated to escalate an attacker's privileges to an administrative level.
Potential mitigations· 4
- [Architecture and Design]Avoid using cookie data for a security-related decision.
- [Implementation]Perform thorough input validation (i.e.: server side validation) on the cookie data if you're going to use it for a security related decision.
- [Architecture and Design]Add integrity checks to detect tampering.
- [Architecture and Design]Protect critical cookies from replay attacks, since cross-site scripting or other attacks may allow attackers to steal a strongly-encrypted cookie that also passes integrity checks. This mitigation applies to cookies that should only be valid during a single transaction or session. By enforcing timeouts, you may limit the scope of an attack. As part of your integrity check, use an unpredictable, server-side value that is not exposed to the client.
Related CAPEC attack patterns· 3
References
Exploits (incoming)3
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | Manipulating Opaque Client-based Data Tokenscapec-39 | 100% | live |
| AttackPattern | Accessing/Intercepting/Modifying HTTP Cookiescapec-31 | 100% | live |
| AttackPattern | Session Credential Falsification through Manipulationcapec-226 | 100% | live |
(incoming)7
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-14440cve-2025-14440 | 0% | live |
| Vulnerability | CVE-2025-2395cve-2025-2395 | 0% | live |
| Vulnerability | CVE-2025-59247cve-2025-59247 | 0% | live |
| Vulnerability | CVE-2025-64447cve-2025-64447 | 0% | live |
| Vulnerability | CVE-2025-65212cve-2025-65212 | 0% | live |
| Vulnerability | CVE-2026-39324cve-2026-39324 | 0% | live |
| Vulnerability | CVE-2026-5130cve-2026-5130 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.