diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-07 19:32:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-07 19:32:07 +0800 |
commit | fb53cbe564f7f645802378415c53a4a94b332873 (patch) | |
tree | 41a6cae55a3a7956b0c3a1ebdea7ba5fae1075dc /security | |
parent | ec90a00af401a27718a0c838506f3387f7717300 (diff) | |
download | freebsd-ports-gnome-fb53cbe564f7f645802378415c53a4a94b332873.tar.gz freebsd-ports-gnome-fb53cbe564f7f645802378415c53a4a94b332873.tar.zst freebsd-ports-gnome-fb53cbe564f7f645802378415c53a4a94b332873.zip |
- Document dovecot-managesieve -- Script Name Directory Traversal Vulnerability
PR: based on 129303
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 6bea28a7e7a8..4774a1580690 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3efc106e-c451-11dd-a721-0030843d3802"> + <topic>dovecot-managesieve -- Script Name Directory Traversal Vulnerability</topic> + <affects> + <package> + <name>dovecot-managesieve</name> + <range><lt>0.10.4</lt></range> + <range><ge>0.11.0</ge><lt>0.11.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/Advisories/32768/"> + <p>The security issue is caused due to an input validation error when + processing script names. This can be exploited to read or modify + arbitrary files having ".sieve" extensions via directory traversal + attacks, with the privileges of the attacker's user id.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-5301</cvename> + <url>http://www.vupen.com/english/advisories/2008/3190</url> + <url>http://secunia.com/Advisories/32768/</url> + <url>http://dovecot.org/list/dovecot/2008-November/035259.html</url> + </references> + <dates> + <discovery>2008-11-18</discovery> + <entry>2008-12-07</entry> + </dates> + </vuln> + <vuln vid="578f6322-c450-11dd-a721-0030843d3802"> <topic>habari -- Cross-Site Scripting Vulnerability</topic> <affects> |