Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 20:08:15 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301119 - head/security/vuxml
Message-ID:  <201207182008.q6IK8Fnt006196@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Wed Jul 18 20:08:15 2012
New Revision: 301119
URL: http://svn.freebsd.org/changeset/ports/301119

Log:
  Document dokuwiki XSS vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jul 18 19:52:33 2012	(r301118)
+++ head/security/vuxml/vuln.xml	Wed Jul 18 20:08:15 2012	(r301119)
@@ -52,6 +52,40 @@ Note:  Please add new entries to the beg
 
 -->
 <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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207182008.q6IK8Fnt006196>