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 Commands
    Attackers 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 Identity
    It 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

CAPEC-226CAPEC-31CAPEC-39

References

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

Exploits (incoming)3

TypeTargetConfidenceTier
AttackPatternManipulating Opaque Client-based Data Tokenscapec-39100%live
AttackPatternAccessing/Intercepting/Modifying HTTP Cookiescapec-31100%live
AttackPatternSession Credential Falsification through Manipulationcapec-226100%live

(incoming)7

TypeTargetConfidenceTier
VulnerabilityCVE-2025-14440cve-2025-144400%live
VulnerabilityCVE-2025-2395cve-2025-23950%live
VulnerabilityCVE-2025-59247cve-2025-592470%live
VulnerabilityCVE-2025-64447cve-2025-644470%live
VulnerabilityCVE-2025-65212cve-2025-652120%live
VulnerabilityCVE-2026-39324cve-2026-393240%live
VulnerabilityCVE-2026-5130cve-2026-51300%live

Related by meaning· 6

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

CWE
Reliance on Cookies without Validation and Integrity Checking in a Security Decision
CWE
Sensitive Cookie Without 'HttpOnly' Flag
CWE
Weak Authentication
CWE
Insufficiently Protected Credentials
CWE
Cleartext Storage of Sensitive Information in a Cookie
CWE
Improper Access Control
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.