diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-04 15:58:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-04 15:58:53 +0800 |
commit | c5e4ef8d2b9148ed058bd763804f5be722285add (patch) | |
tree | 2c608233236240054e0b1b825c80d737b1dd007d /security/vuxml | |
parent | c7b8a3a6f8e6b2cec1a8622470dd3b90c721ed31 (diff) | |
download | freebsd-ports-gnome-c5e4ef8d2b9148ed058bd763804f5be722285add.tar.gz freebsd-ports-gnome-c5e4ef8d2b9148ed058bd763804f5be722285add.tar.zst freebsd-ports-gnome-c5e4ef8d2b9148ed058bd763804f5be722285add.zip |
- Document jetty -- multiple vulnerability
PR: 120171
Submitted by: Nick Barkas <snb@threerings.net>
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 04ec5fee0715..acbc7ffa1525 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0832ee18-cf77-11dc-8c6a-00304881ac9a "> + <topic>jetty -- multiple vulnerability</topic> + <affects> + <package> + <name>jetty</name> + <range><lt>6.1.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Greg Wilkins reports:</p> + <blockquote cite="http://jira.codehaus.org/browse/JETTY-386#action_117699"> + <p>jetty allows remote attackers to bypass protection mechanisms and + read the source of files via multiple '/' characters in the URI.</p> + </blockquote> + </body> + </description> + <references> + <bid>27117</bid> + <cvename>CVE-2007-6672</cvename> + <url>http://jira.codehaus.org/browse/JETTY-386#action_117699</url> + </references> + <dates> + <discovery>2007-12-22</discovery> + <entry>2008-02-04</entry> + </dates> + </vuln> + <vuln vid="6ecd0b42-ce77-11dc-89b1-000e35248ad7"> <topic>libxine -- buffer overflow vulnerability</topic> <affects> |