svn commit: r419997 - head/security/vuxml

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 10 09:21:43 UTC 2016


Author: tz
Date: Wed Aug 10 09:21:41 2016
New Revision: 419997
URL: https://svnweb.freebsd.org/changeset/ports/419997

Log:
  www/piwik: Document XSS issues
  
  PR:          211590
  Security:    https://vuxml.freebsd.org/freebsd/28bf62ef-5e2c-11e6-a15f-00248c0c745d.html
  Approved by: pi (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug 10 09:18:57 2016	(r419996)
+++ head/security/vuxml/vuln.xml	Wed Aug 10 09:21:41 2016	(r419997)
@@ -58,6 +58,31 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="28bf62ef-5e2c-11e6-a15f-00248c0c745d">
+    <topic>piwik -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>piwik</name>
+	<range><lt>2.16.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Piwik reports:</p>
+	<blockquote cite="https://piwik.org/changelog/piwik-2-16-2/">
+	  <p>We have identified and fixed several XSS security issues in this release.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>We have identified and fixed several XSS security issues in this release.</url>
+    </references>
+    <dates>
+      <discovery>2016-08-03</discovery>
+      <entry>2016-08-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7d08e608-5e95-11e6-b334-002590263bf5">
     <topic>BIND,Knot,NSD,PowerDNS -- denial over service via oversized zone transfers</topic>
     <affects>


More information about the svn-ports-all mailing list