#5887 - Session cookies should always be HttpOnly / Secure where applicable

  • By
  • Added
  • 6 views
Identifier #5887
Issue type Minor issue (breaks specific functionality)
Title Session cookies should always be HttpOnly / Secure where applicable
Status Completed
Tags

Roadmap: v11 (custom)

Type: Security (custom)

Handling member PDStig
Version 10.0.48 beta
Addon core
Description Composr v10 does not currently meet current web standards for cookie security. Namely, Session cookies (defined as cookies with an expiration set to Session, not necessarily the Composr session cookie) are not getting the HttpOnly / Secure treatment when they should be, even when a cookie domain is set.

cms_setcookie should force HttpOnly / Secure on where applicable for session cookies to meet current web standards. global.js should do the same.
Steps to reproduce

Related to

#5888 - Login loop when accessing CMS/Admin zones

#5889 - CSRF tokens broken

Funded? No
Commits

Fixed MANTIS-5887 (Session cookies should always be HttpOnly / Secure where applicable) (74309df6) · Commits · Composr ecosystem / Composr · GitLab

The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated