Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Secure flag missing from session cookie | ||
cve: CVE-2018-1340 | ||
fixed: 1.0.0 | ||
--- | ||
|
||
Prior to 1.0.0, Apache Guacamole used a cookie for client-side storage of the | ||
user's session token. This cookie lacked the "secure" flag, which could allow | ||
an attacker eavesdropping on the network to intercept the user's session token | ||
if unencrypted HTTP requests are made to the same domain. | ||
|
||
Acknowledgements: We would like to thank Ross Golder for reporting this issue. | ||
|