In this comprehensive guide, you will learn how to configure secure cookie attributes in ASP.NET Core, focusing on HttpOnly, Secure, and SameSite attributes. Understanding these attributes is crucial for protecting web applications from common vulnerabilities such as cross-site scripting (XSS) and cross-site request forgery (CSRF). A foundational knowledge of ASP.NET Core and web security principles will be beneficial as we explore these concepts in depth.
Tag
cwe 614
All blogs tagged with cwe 614
2
Articles
186
Total Views
Showing 2 of 2 articles
28
Apr
2026
CWE-614: Configuring Secure Cookie Attributes in ASP.NET Core for Enhanced Security
20
Mar
2026
CWE-614: Missing Secure Cookie Attribute - Ensuring HTTPS Cookie Security
In this comprehensive guide, readers will learn about the CWE-614 vulnerability, its implications for web security, and best practices for implementing secure cookies. This topic is crucial for developers looking to safeguard sensitive information transmitted via cookies. A foundational understanding of HTTP cookies and web security principles is recommended before diving in.