diff options
author | wen <wen@FreeBSD.org> | 2011-02-15 16:00:38 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-15 16:00:38 +0800 |
commit | d0bc443c5a4329cc17b05074de67ba1d55b6f2fc (patch) | |
tree | 2eda698f8d722c869bd7177e05c719b0da92e7cf /security | |
parent | 456f48048d35510672d93e689d1cd2b811d072a3 (diff) | |
download | freebsd-ports-graphics-d0bc443c5a4329cc17b05074de67ba1d55b6f2fc.tar.gz freebsd-ports-graphics-d0bc443c5a4329cc17b05074de67ba1d55b6f2fc.tar.zst freebsd-ports-graphics-d0bc443c5a4329cc17b05074de67ba1d55b6f2fc.zip |
- Document tomcat vulnerability
Diffstat (limited to 'security')
-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 9f42492083b..0a1dab459fe 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="553ec4ed-38d6-11e0-94b1-000c29ba66d2"> + <topic>tomcat -- Cross-site scripting vulnerability</topic> + <affects> + <package> + <name>tomcat55</name> + <range><gt>5.5.0</gt><lt>5.5.32</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Tomcat security team reports:</p> + <blockquote cite="http://tomcat.apache.org/security-5.html#Fixed_in_Apache_Tomcat_5.5.32"> + <p>The HTML Manager interface displayed web applciation + provided data, such as display names, without filtering. + A malicious web application could trigger script execution + by an administartive user when viewing the manager pages.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2011-0013</cvename> + </references> + <dates> + <discovery>2010-11-12</discovery> + <entry>2011-02-15</entry> + </dates> + </vuln> + <vuln vid="cd68ff50-362b-11e0-ad36-00215c6a37bb"> <topic>phpMyAdmin -- multiple vulnerabilities</topic> <affects> |