Property
Languagego
Severitylow
CWECWE-1004: Sensitive Cookie Without ‘HttpOnly’ Flag
OWASPA05:2021 - Security Misconfiguration
Confidence LevelMedium
Impact LevelLow
Likelihood LevelLow

Description#

The session cookie is being set without the ‘HttpOnly’ flag enabled. This means client-side scripts can access the cookie, increasing the risk of sensitive information leakage.

Impact#

If exploited, an attacker could use cross-site scripting (XSS) to steal session cookies from users, potentially hijacking accounts or gaining unauthorized access to sensitive areas of the application.