diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-16 13:01:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-16 13:01:25 +0000 |
commit | acebb5d2e23a05142d51d2c98b71b11d6ce4fbb5 (patch) | |
tree | 5862e7ff71a633712e0564b84e56cca6e04b9d6c | |
parent | c4be440ddc5ef484b1a81ea11248e912cc6563d7 (diff) | |
download | ports-acebb5d2e23a05142d51d2c98b71b11d6ce4fbb5.tar.gz ports-acebb5d2e23a05142d51d2c98b71b11d6ce4fbb5.zip |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 79acf1b710c5..b032af90e745 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,8 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="bfe218a5-4218-11de-b67a-0030843d3802"> + <topic>moinmoin -- cross-site scripting vulnerabilities</topic> + <affects> + <package> + <name>moinmoin</name> + <range><lt>1.8.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/34821/"> + <p>Input passed via multiple parameters to action/AttachFile.py is not + properly sanitised before being returned to the user. This can be + exploited to execute arbitrary HTML and script code in a user's + browser session in the context of an affected site.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2009-1482</cvename> + <url>http://secunia.com/advisories/34821/</url> + <url>http://moinmo.in/SecurityFixes</url> + </references> + <dates> + <discovery>2009-04-21</discovery> + <entry>2009-05-16</entry> + </dates> + </vuln> + <vuln vid="4a638895-41b7-11de-b1cc-00219b0fc4d8"> - <topic>mod_perl -- cross site scripting</topic> + <topic>mod_perl -- cross-site scripting</topic> <affects> <package> <name>mod_perl</name> |