OSSN-0036: 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.

Contacts / References

Author: Robert Clark, HP