SYM_PHP_0005 - SymbioticSec/Symbiotic-Vulnerability-Database GitHub Wiki
Sensitive Cookie in HTTPS Session Without 'Secure' Attribute
Property | Value |
---|---|
Language | |
Severity | |
CWE | CWE-614: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute |
OWASP | A05:2021 - Security Misconfiguration |
Confidence Level | Low |
Impact Level | Low |
Likelihood Level | Low |
Description
Found a configuration file where the secure attribute is not set to 'true'. Setting 'secure' to 'true' prevents the client from transmitting the cookie over unencrypted channels and therefore prevents cookies from being stolen through man in the middle attacks.