diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-02-26 02:38:12 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-02-26 02:38:12 +0800 |
commit | 32bbb6e2c6c26b0f71b6aa1c9418286be96de956 (patch) | |
tree | 560ed853c763ad077d773db532910c7721e96e5d /security | |
parent | 7e794aa70da4c0cb53436cf603a3308fd1bd0bb6 (diff) | |
download | freebsd-ports-gnome-32bbb6e2c6c26b0f71b6aa1c9418286be96de956.tar.gz freebsd-ports-gnome-32bbb6e2c6c26b0f71b6aa1c9418286be96de956.tar.zst freebsd-ports-gnome-32bbb6e2c6c26b0f71b6aa1c9418286be96de956.zip |
- Document moinmoin -- multiple vulnerabilities.
Reviewed by: remko
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a80fdd21ae96..d1c4aa09433b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,44 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f113bbeb-e3ac-11dc-bb89-000bcdc1757a"> + <topic>moinmoin - multiple vulnerabilities</topic> + <affects> + <package> + <name>moinmoin</name> + <range><lt>1.6.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>MoinMoin Security advisory</p> + <blockquote cite="http://moinmo.in/SecurityFixes"> + <p>XSS issue in login action</p> + <p>XSS issue in AttachFile action</p> + <p>XSS issue in RenamePage/DeletePage action</p> + <p>XSS issue in gui editor</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-0857</cvename> + <cvename>CVE-2007-0901</cvename> + <cvename>CVE-2007-0902</cvename> + <cvename>CVE-2007-2423</cvename> + <cvename>CVE-2007-2673</cvename> + <cvename>CVE-2008-0780</cvename> + <cvename>CVE-2008-0781</cvename> + <cvename>CVE-2008-0782</cvename> + <url>http://moinmo.in/SecurityFixes</url> + <url>http://secunia.com/advisories/29010/</url> + <url>http://www.securityfocus.com/bid/27404</url> + </references> + <dates> + <discovery>2007-02-08</discovery> + <entry>2008-02-25</entry> + </dates> + </vuln> + <vuln vid="30c560ff-e0df-11dc-891a-02061b08fc24"> <topic>opera -- multiple vulnerabilities</topic> <affects> |