Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 15:52:40 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417381 - head/security/vuxml
Message-ID:  <201606231552.u5NFqeFe022296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jun 23 15:52:40 2016
New Revision: 417381
URL: https://svnweb.freebsd.org/changeset/ports/417381

Log:
  Add piwik XSS to vuxml
  
  No further information is available. No CVE has been assigned.
  
  PR:		210458

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 23 15:44:34 2016	(r417380)
+++ head/security/vuxml/vuln.xml	Thu Jun 23 15:52:40 2016	(r417381)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="22775cdd-395a-11e6-b3c8-14dae9d210b8">
+    <topic>piwik -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>piwik</name>
+	<range><lt>2.16.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Piwik reports:</p>
+	<blockquote cite="http://piwik.org/changelog/piwik-2-16-1/">;
+	  <p>iThe Piwik Security team is grateful for the responsible
+	    disclosures by our security researchers: Egidio Romano (granted a
+	    critical security bounty), James Kettle and Paweł Bartunek (XSS) and
+	    Emanuel Bronshtein (limited XSS).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://piwik.org/changelog/piwik-2-16-1/</url>;
+    </references>
+    <dates>
+      <discovery>2016-04-11</discovery>
+      <entry>2016-06-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6df56c60-3738-11e6-a671-60a44ce6887b">
     <topic>wget -- HTTP to FTP redirection file name confusion vulnerability</topic>
     <affects>



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