svn commit: r480328 - head/security/vuxml

Jan Beich jbeich at FreeBSD.org
Fri Sep 21 23:03:38 UTC 2018


Author: jbeich
Date: Fri Sep 21 23:03:37 2018
New Revision: 480328
URL: https://svnweb.freebsd.org/changeset/ports/480328

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Sep 21 23:03:07 2018	(r480327)
+++ head/security/vuxml/vuln.xml	Fri Sep 21 23:03:37 2018	(r480328)
@@ -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="3284d948-140c-4a3e-aa76-3b440e2006a8">
+    <topic>firefox -- Crash in TransportSecurityInfo due to cached data</topic>
+    <affects>
+      <package>
+	<name>firefox</name>
+	<range><lt>62.0.2,1</lt></range>
+      </package>
+      <package>
+	<name>firefox-esr</name>
+	<range><lt>60.2.1,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Mozilla Foundation reports:</p>
+	<blockquote cite="https://www.mozilla.org/en-US/security/advisories/mfsa2018-22/">
+	  <p>A potentially exploitable crash in TransportSecurityInfo used for SSL can be triggered by data stored in the local cache in the user profile directory. This issue is only exploitable in combination with another vulnerability allowing an attacker to write data into the local cache or from locally installed malware. This issue also triggers a non-exploitable startup crash for users switching between the Nightly and Release versions of Firefox if the same profile is used.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-12385</cvename>
+      <url>https://www.mozilla.org/security/advisories/mfsa2018-22/</url>
+    </references>
+    <dates>
+      <discovery>2018-09-21</discovery>
+      <entry>2018-09-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="77f67b46-bd75-11e8-81b6-001999f8d30b">
     <topic>asterisk -- Remote crash vulnerability in HTTP websocket upgrade</topic>
     <affects>


More information about the svn-ports-all mailing list