10011β€”Cookie Without Secure Flag

PUBLISHEDsecurity alertLow
Passive

Metadata

Alert ID:
10011
Risk:
Low
Type:
Passive

Summary

A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.

Solution

Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.

References