diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-30 16:59:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-30 16:59:45 +0800 |
commit | a34b4e12bc96a96c1582a1f58424bb329371074f (patch) | |
tree | 7fb902e63702fb35af9bb212aa8dd875bbf2f893 | |
parent | 7779464f69251d94f4fc344d6eef3177ce0fcd6a (diff) | |
download | freebsd-ports-graphics-a34b4e12bc96a96c1582a1f58424bb329371074f.tar.gz freebsd-ports-graphics-a34b4e12bc96a96c1582a1f58424bb329371074f.tar.zst freebsd-ports-graphics-a34b4e12bc96a96c1582a1f58424bb329371074f.zip |
- Document moinmoin -- multiple cross site scripting vulnerabilities
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b3633d1d682..6709cf7bab5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,43 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6a523dba-eeab-11dd-ab4f-0030843d3802"> + <topic>moinmoin -- multiple cross site scripting vulnerabilities</topic> + <affects> + <package> + <name>moinmoin</name> + <range><lt>1.8.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/33593/"> + <p>Input passed to multiple parameters in 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> + <p>Certain input passed to security/antispam.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-0260</cvename> + <cvename>CVE-2009-0312</cvename> + <url>http://secunia.com/advisories/33593/</url> + <url>http://hg.moinmo.in/moin/1.8/file/c76d50dac855</url> + <url>http://hg.moinmo.in/moin/1.8/rev/89b91bf87dad</url> + <url>http://moinmo.in/SecurityFixes#moin1.8.1</url> + </references> + <dates> + <discovery>2009-01-21</discovery> + <entry>2009-01-30</entry> + </dates> + </vuln> + <vuln vid="b9077cc4-6d04-4bcb-a37a-9ceaebfdcc9e"> <topic>ganglia-monitor-core -- Stack-based buffer overflow in the process_path function</topic> <affects> |