Jump to: navigation, search

OSSN/OSSN-0036

< OSSN
Revision as of 09:47, 22 July 2016 by Lhinds (talk | contribs) (Contacts / References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Horizon does not set Secure Attribute in cookies

Summary

Horizon does not, by default, set the Secure Attribute in cookies.

Affected Services / Software

Horizon, Django, SSL, TLS

Discussion

When used in production, Horizon should have the Secure Attribute for cookies set. When this flag is set, browsers will only transfer the cookie over secure channels. Without it set, browsers may transfer the cookie over plain-text channels, potentially exposing the contents to an attacker who can then use the cookie to authenticate with the Horizon server as the original user.

Recommended Actions

Enable secure cookie by setting the SESSION_COOKIE_SECURE config flag to true as described in the Django documentation:

Contacts / References