diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-23 06:01:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-23 06:01:10 +0800 |
commit | b2efc4c3085e97b58bb78500fd0c00ae23785fed (patch) | |
tree | e0c58897996b4693f040964c3ed6f4ad97817ea4 /security | |
parent | c11aeb5480bd4ee708e80f50723c629039fca3e8 (diff) | |
download | freebsd-ports-gnome-b2efc4c3085e97b58bb78500fd0c00ae23785fed.tar.gz freebsd-ports-gnome-b2efc4c3085e97b58bb78500fd0c00ae23785fed.tar.zst freebsd-ports-gnome-b2efc4c3085e97b58bb78500fd0c00ae23785fed.zip |
- Dokument -- Mantis: Session hijacking vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index aeb1d7fbfc2a..21be3fc8d2c2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="00d6040a-b8e0-11dd-a578-0030843d3802"> + <topic>mantis -- session hijacking vulnerability</topic> + <affects> + <package> + <name>mantis</name> + <range><lt>1.1.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The mantis Team reports:</p> + <blockquote cite="http://www.mantisbt.org/bugs/changelog_page.php?version_id=97"> + <p>When configuring a web application to use only ssl (e. g. by + forwarding all http-requests to https), a user would expect that + sniffing and hijacking the session is impossible. + Though, for this to be secure, one needs to set the session cookie to + have the secure flag. Else the cookie will be transferred through http + if the victim's browser does a single http-request on the same domain.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-3102</cvename> + <url>http://www.mantisbt.org/bugs/view.php?id=9524</url> + <url>http://www.mantisbt.org/bugs/view.php?id=9533</url> + <url>http://enablesecurity.com/2008/08/11/surf-jack-https-will-not-save-you/</url> + <url>http://int21.de/cve/CVE-2008-3102-mantis.html</url> + </references> + <dates> + <discovery>2008-10-14</discovery> + <entry>2008-11-22</entry> + </dates> + </vuln> + <vuln vid="75c24c1d-b688-11dd-88fd-001c2514716c"> <topic>dovecot -- ACL plugin bypass vulnerabilities</topic> <affects> |