svn commit: r492841 - head/security/vuxml

Christoph Moench-Tegeder cmt at FreeBSD.org
Wed Feb 13 09:57:35 UTC 2019


Author: cmt
Date: Wed Feb 13 09:57:34 2019
New Revision: 492841
URL: https://svnweb.freebsd.org/changeset/ports/492841

Log:
  document firefox vulnerabilities
  
  https://www.mozilla.org/en-US/security/advisories/mfsa2019-04/

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Feb 13 09:51:05 2019	(r492840)
+++ head/security/vuxml/vuln.xml	Wed Feb 13 09:57:34 2019	(r492841)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="18211552-f650-4d86-ba4f-e6d5cbfcdbeb">
+    <topic>firefox -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>firefox</name>
+	<range><lt>65.0.1,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Mozilla Foundation reports:</p>
+	<blockquote cite="https://www.mozilla.org/en-US/security/advisories/mfsa2019-04/">
+	  <p>CVE-2018-18356: Use-after-free in Skia</p>
+	  <p>CVE-2019-5785: Integer overflow in Skia</p>
+	  <p>CVE-2018-18511: Cross-origin theft of images with ImageBitmapRenderingContext</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-18511</cvename>
+      <cvename>CVE-2018-18356</cvename>
+      <cvename>CVE-2019-5785</cvename>
+      <url>https://www.mozilla.org/en-US/security/advisories/mfsa2019-04/</url>
+    </references>
+    <dates>
+      <discovery>2019-02-13</discovery>
+      <entry>2019-02-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="de11a8fb-2eda-11e9-8fb5-6451062f0f7a">
     <topic>Flash Player -- information disclosure</topic>
     <affects>


More information about the svn-ports-all mailing list