diff options
author | Remko Lodder <remko@FreeBSD.org> | 2007-09-21 13:14:29 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2007-09-21 13:14:29 +0000 |
commit | c22608700249480a168e1c9e30bc46f176c5cd95 (patch) | |
tree | 8842bd63a207968a2f08a01523e1f92e65e239e6 | |
parent | Document wordpress -- remote sql injection vulnerability, our versions are (diff) |
Document mediawiki -- cross site scripting vulnerability, our port versions
had not been updated yet, 1.8.x is not vulnerable by default unless you are
using the $wgEnableAPI = true; statement, in that case please set it to
$wgEnableAPI = false; (where possible ofcourse, else upgrade to 1.8.5).
Notes
Notes:
svn path=/head/; revision=199857
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c24a3d3bdcb0..560de0563150 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c9c14242-6843-11dc-82b6-02e0185f8d72"> + <topic>mediawiki -- cross site scripting vulnerability</topic> + <affects> + <package> + <name>mediawiki</name> + <range><lt>1.10.2</lt></range> + </package> + <package> + <name>mediawiki19</name> + <range><lt>1.9.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The MediaWiki development team reports:</p> + <blockquote cite="http://lists.wikimedia.org/pipermail/mediawiki-announce/2007-September/000067.html"> + <p>A possible HTML/XSS injection vector in the API + pretty-printing mode has been found and fixed.</p> + <p>The vulnerability may be worked around in an unfixed version + by simply disabling the API interface if it is not in use, by + adding this to LocalSettings.php:</p> + <p>$wgEnableAPI = false;</p> + <p>(This is the default setting in 1.8.x.)</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-4828</cvename> + <url>http://lists.wikimedia.org/pipermail/mediawiki-announce/2007-September/000067.html</url> + </references> + <dates> + <discovery>2007-09-10</discovery> + <entry>2007-09-21</entry> + </dates> + </vuln> + <vuln vid="63347ee7-6841-11dc-82b6-02e0185f8d72"> <topic>wordpress -- remote sql injection vulnerability</topic> <affects> |