In Openshift Origin 3 the cookies being set in console have no 'secure', 'HttpOnly' attributes.
The Secure attribute for sensitive cookies in HTTPS sessions is not set, which could cause the user agent to send those cookies in plaintext over an HTTP session.
The product does not encrypt sensitive or critical information before storage or transmission.
Link | Tags |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=1221882 | permissions required |
https://github.com/openshift/origin/pull/2261 | third party advisory patch |
https://github.com/openshift/origin/pull/2291 | third party advisory |