svn commit: r415406 - head/security/vuxml

Olli Hauer ohauer at FreeBSD.org
Tue May 17 18:32:18 UTC 2016


Author: ohauer
Date: Tue May 17 18:32:17 2016
New Revision: 415406
URL: https://svnweb.freebsd.org/changeset/ports/415406

Log:
  - document bugzilla Cross-Site Scripting issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May 17 18:25:19 2016	(r415405)
+++ head/security/vuxml/vuln.xml	Tue May 17 18:32:17 2016	(r415406)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="036d6c38-1c5b-11e6-b9e0-20cf30e32f6d">
+    <topic>Bugzilla security issues</topic>
+    <affects>
+      <package>
+	<name>bugzilla44</name>
+	<range><lt>4.4.12</lt></range>
+      </package>
+      <package>
+	<name>bugzilla50</name>
+	<range><lt>5.0.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Bugzilla Security Advisory</p>
+	<blockquote cite="https://www.bugzilla.org/security/4.4.11/">
+	  <p>A specially crafted bug summary could trigger XSS in dependency graphs.
+	  Due to an incorrect parsing of the image map generated by the dot script,
+	    a specially crafted bug summary could trigger XSS in dependency graphs.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-2803</cvename>
+      <url>https://bugzilla.mozilla.org/show_bug.cgi?id=1253263</url>
+    </references>
+    <dates>
+      <discovery>2016-03-03</discovery>
+      <entry>2016-05-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0dc8be9e-19af-11e6-8de0-080027ef73ec">
     <topic>OpenVPN -- Buffer overflow in PAM authentication and DoS through port sharing</topic>
     <affects>


More information about the svn-ports-head mailing list