diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-07-18 20:08:15 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-07-18 20:08:15 +0000 |
commit | b57c037e9dab1b6bf24093f7d639951a9ff546d8 (patch) | |
tree | 15c29233090daab429524d12333b3fb96ad5d9ad | |
parent | 28be53e9420d8cfde39c4a20243c8fdba040d98f (diff) | |
download | ports-b57c037e9dab1b6bf24093f7d639951a9ff546d8.tar.gz ports-b57c037e9dab1b6bf24093f7d639951a9ff546d8.zip |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ccf5890e17d7..4a8c066613c2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2fe4b57f-d110-11e1-ac76-10bf48230856"> + <topic>Dokuwiki -- cross site scripting vulnerability</topic> + <affects> + <package> + <name>dokuwiki</name> + <range><lt>20120125_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia Research reports:</p> + <blockquote cite="http://secunia.com/advisories/49196/"> + <p>Secunia Research has discovered a vulnerability in DokuWiki, which can + be exploited by malicious people to conduct cross-site scripting + attacks.</p> + <p>Input passed to the "ns" POST parameter in lib/exe/ajax.php (when "call" + is set to "medialist" and "do" is set to "media") is not properly + sanitised within the "tpl_mediaFileList()" function in inc/template.php + before being returned to the user. This can be exploited to execute + arbitrary HTML and script code in a user's browser session in context + of an affected site.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/49196/</url> + <cvename>CVE-2012-0283</cvename> + </references> + <dates> + <discovery>2012-07-13</discovery> + <entry>2012-07-18</entry> + </dates> + </vuln> + <vuln vid="3a6960ef-c8a8-11e1-9924-001fd0af1a4c"> <topic>puppet -- multiple vulnerabilities</topic> <affects> |