CWE•Base•Incomplete•14 recent CVEs
CWE-565Reliance on Cookies without Validation and Integrity Checking
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
- 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, con
- 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
- Architecture and DesignAvoid using cookie data for a security-related decision.
- ImplementationPerform 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 DesignAdd integrity checks to detect tampering.
- Architecture and DesignProtect 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, s
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-851819.82026-09-03CVE-2026-757572026-08-31CVE-2026-538718.12026-06-17CVE-2026-83375.32026-05-21CVE-2026-02579.12026-05-13CVE-2026-399636.92026-04-15CVE-2026-393242026-04-07CVE-2026-51308.82026-03-30CVE-2014-1251129.82026-03-26CVE-2025-144409.82025-12-13CVE-2024-09479.82024-06-27CVE-2023-30509.82023-06-13CVE-2020-269556.52020-12-09CVE-2017-68968.82017-03-14