svn commit: r504513 - head/security/vuxml

Jan Beich jbeich at FreeBSD.org
Wed Jun 19 05:32:29 UTC 2019


Author: jbeich
Date: Wed Jun 19 05:32:28 2019
New Revision: 504513
URL: https://svnweb.freebsd.org/changeset/ports/504513

Log:
  security/vuxml: mark firefox < 67.0.3 as vulnerable

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun 19 05:23:56 2019	(r504512)
+++ head/security/vuxml/vuln.xml	Wed Jun 19 05:32:28 2019	(r504513)
@@ -58,6 +58,40 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="0cea6e0a-7a39-4dac-b3ec-dbc13d404f76">
+    <topic>mozilla -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>firefox</name>
+	<range><lt>67.0.3,1</lt></range>
+      </package>
+      <package>
+	<name>firefox-esr</name>
+	<range><lt>60.7.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-18/">
+	  <h1>CVE-2019-11707: Type confusion in Array.pop</h1>
+	  <p>A type confusion vulnerability can occur when
+	    manipulating JavaScript objects due to issues in
+	    Array.pop. This can allow for an exploitable crash. We are
+	    aware of targeted attacks in the wild abusing this flaw.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2019-11707</cvename>
+      <url>https://www.mozilla.org/security/advisories/mfsa2019-18/</url>
+    </references>
+    <dates>
+      <discovery>2019-06-18</discovery>
+      <entry>2019-06-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="9c9023ff-9057-11e9-b764-00505632d232">
     <topic>netatalk3 -- remote code execution vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list