Property
Languagepython
Severitylow
CWECWE-614: Sensitive Cookie in HTTPS Session Without ‘Secure’ Attribute
OWASPA05:2021 - Security Misconfiguration
Confidence LevelMedium
Impact LevelLow
Likelihood LevelLow

Description#

The Pyramid AuthTkt authentication cookie is being created without setting the ‘secure’ flag to True. This means the cookie can be sent over unencrypted HTTP connections, making it vulnerable to interception.

Impact#

If exploited, an attacker on the same network could steal authentication cookies during transmission, potentially gaining unauthorized access to user accounts and sensitive data. This compromises session integrity and can lead to account takeover or data breaches.