diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-13 18:07:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-13 18:07:30 +0800 |
commit | 022eb02e9d8ba1a4852647a015f22e3ae0404e42 (patch) | |
tree | 9c629c0e50b8a1ca528b88be413117bfe4f2e598 | |
parent | 8f8d88d9af78b5ddb076785e193049c2cda2326c (diff) | |
download | freebsd-ports-graphics-022eb02e9d8ba1a4852647a015f22e3ae0404e42.tar.gz freebsd-ports-graphics-022eb02e9d8ba1a4852647a015f22e3ae0404e42.tar.zst freebsd-ports-graphics-022eb02e9d8ba1a4852647a015f22e3ae0404e42.zip |
- Document moinmoin -- multiple cross site scripting vulnerabilities
PR: based on 134467
-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 1cf94ce28a5..ce4e3e81f92 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="fc4d0ae8-3fa3-11de-a3fd-0030843d3802"> + <topic>moinmoin -- multiple cross site scripting vulnerabilities</topic> + <affects> + <package> + <name>moinmoin</name> + <range><lt>1.8.2</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>Some vulnerabilities have been reported in MoinMoin, which can be + exploited by malicious people to conduct cross-site scripting attacks.</p> + <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://moinmo.in/SecurityFixes</url> + <url>http://secunia.com/advisories/33593</url> + </references> + <dates> + <discovery>2009-01-21</discovery> + <entry>2009-05-13</entry> + </dates> + </vuln> + <vuln vid="f0f97b94-3f95-11de-a3fd-0030843d3802"> <topic>ghostscript -- buffer overflow vulnerability</topic> <affects> |