CWE-1275 - Sensitive Cookie with Improper SameSite Attribute
CWE-1275 Medium
- Abstraction:
- Variant
- Structure:
- Simple
- Status:
- Incomplete
- Weakness Name
Sensitive Cookie with Improper SameSite Attribute
- Description
The SameSite attribute for sensitive cookies is not set, or an insecure value is used.
The SameSite attribute controls how cookies are sent for cross-domain requests. This attribute may have three values: 'Lax', 'Strict', or 'None'. If the 'None' value is used, a website may create a cross-domain POST HTTP request to another website, and the browser automatically adds cookies to this request. This may lead to Cross-Site-Request-Forgery (CSRF) attacks if there are no additional protections in place (such as Anti-CSRF tokens).
- Common Consequences
Scope: Confidentiality, Integrity, Non-Repudiation, Access Control
Impact: Modify Application Data
Notes: If the website does not impose additional defense against CSRF attacks, failing to use the 'Lax' or 'Strict' values could increase the risk of exposure to CSRF attacks. The likelihood of the integrity breach is Low because a successful attack does not only depend on an insecure SameSite attribute. In order to perform a CSRF attack there are many conditions that must be met, such as the lack of CSRF tokens, no confirmations for sensitive actions on the website, a "simple" "Content-Type" header in the HTTP request and many more.
- Related Weaknesses
- Related Alerts
- Release Date:
- 2020-02-24
- Latest Modification Date:
- 2023-10-26
Free security scan for your website