svn commit: r462088 - head/security/vuxml

Olli Hauer ohauer at FreeBSD.org
Sat Feb 17 09:42:13 UTC 2018


Author: ohauer
Date: Sat Feb 17 09:42:12 2018
New Revision: 462088
URL: https://svnweb.freebsd.org/changeset/ports/462088

Log:
  - document bugzilla44 and bugzilla50 CVE issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Feb 17 09:02:54 2018	(r462087)
+++ head/security/vuxml/vuln.xml	Sat Feb 17 09:42:12 2018	(r462088)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="22283b8c-13c5-11e8-a861-20cf30e32f6d">
+    <topic>Bugzilla security issues</topic>
+    <affects>
+      <package>
+	<name>bugzilla44</name>
+	<range><lt>4.4.13</lt></range>
+      </package>
+      <package>
+	<name>bugzilla50</name>
+	<range><lt>5.0.4</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.12/">
+	<p>A CSRF vulnerability in report.cgi would allow a third-party site
+	  to extract confidential information from a bug the victim had access to.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-5123</cvename>
+    <url>https://bugzilla.mozilla.org/show_bug.cgi?id=1433400</url>
+    </references>
+    <dates>
+      <discovery>2018-02-16</discovery>
+      <entry>2018-02-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="044cff62-ed8b-4e72-b102-18a7d58a669f">
     <topic>bro -- integer overflow allows remote DOS</topic>
     <affects>


More information about the svn-ports-head mailing list