diff options
author | Remko Lodder <remko@FreeBSD.org> | 2006-04-05 19:02:44 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2006-04-05 19:02:44 +0000 |
commit | eeb9bc7a2fab10edd47c5920c25226b2f90cc15f (patch) | |
tree | d407c5c20263adc0bd8012fe9fa4ff9ad6204c6d /security | |
parent | 3417e52e0bd158374c61ad12bfa90c1eae34d274 (diff) | |
download | ports-eeb9bc7a2fab10edd47c5920c25226b2f90cc15f.tar.gz ports-eeb9bc7a2fab10edd47c5920c25226b2f90cc15f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index e43c76bdc240..d9019782dd39 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="74b7403c-c4d5-11da-b2fb-000e0c2e438a"> + <topic>mediawiki -- cross site scripting vulnerability</topic> + <affects> + <package> + <name>mediawiki</name> + <range><ge>1.4</ge><lt>1.4.14</lt></range> + <range><ge>1.5</ge><lt>1.5.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The mediawiki development team reports that there is an + site scripting vulnerability within mediawiki. The + vulnerability is caused by improper checking of encoded + links which could allow the injection of html in the output + generated by mediawiki. This could lead to cross site + scripting attacks against mediawiki installations.</p> + </body> + </description> + <references> + <bid>17269</bid> + <cvename>CVE-2006-1498</cvename> + <url>http://mail.wikipedia.org/pipermail/mediawiki-announce/2006-March/000040.html</url> + </references> + <dates> + <discovery>2006-03-27</discovery> + <entry>2006-04-05</entry> + </dates> + </vuln> + <vuln vid="b5fc63ad-c4c3-11da-9699-00123ffe8333"> <topic>dia -- XFig Import Plugin Buffer Overflow</topic> <affects> |