diff options
author | rea <rea@FreeBSD.org> | 2012-09-05 18:42:38 +0800 |
---|---|---|
committer | rea <rea@FreeBSD.org> | 2012-09-05 18:42:38 +0800 |
commit | 6d153d2d9264ece6e7b15c4549fb64ec02834ce5 (patch) | |
tree | 68ece9847cc9e8d771d1ccf35b37fae93d7c217e /security | |
parent | dc9d553b17aff1f3f67a47bd2ed0a83df482cff5 (diff) | |
download | freebsd-ports-gnome-6d153d2d9264ece6e7b15c4549fb64ec02834ce5.tar.gz freebsd-ports-gnome-6d153d2d9264ece6e7b15c4549fb64ec02834ce5.tar.zst freebsd-ports-gnome-6d153d2d9264ece6e7b15c4549fb64ec02834ce5.zip |
VuXML: document XSS in MoinMoin before 1.9.4 via RST parser
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 95d32744d013..8a9c8ee23029 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4a8a98ab-f745-11e1-8bd8-0022156e8794"> + <topic>moinmoin -- cross-site scripting via RST parser</topic> + <affects> + <package> + <name>moinmoin</name> + <range><lt>1.9.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>MITRE CVE team reports:</p> + <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1058"> + <p>Cross-site scripting (XSS) vulnerability in the + reStructuredText (rst) parser in parser/text_rst.py in + MoinMoin before 1.9.4, when docutils is installed or when + "format rst" is set, allows remote attackers to inject + arbitrary web script or HTML via a javascript: URL in the + refuri attribute.</p> + </blockquote> + </body> + </description> + <references> + <bid>46476</bid> + <cvename>CVE-2011-1058</cvename> + <url>http://moinmo.in/SecurityFixes</url> + </references> + <dates> + <discovery>2011-02-21</discovery> + <entry>2012-09-05</entry> + </dates> + </vuln> + <vuln vid="4f99e2ef-f725-11e1-8bd8-0022156e8794"> <topic>moinmoin -- wrong processing of group membership</topic> <affects> |