svn commit: r481141 - head/security/vuxml
Jan Beich
jbeich at FreeBSD.org
Wed Oct 3 01:01:24 UTC 2018
Author: jbeich
Date: Wed Oct 3 01:01:23 2018
New Revision: 481141
URL: https://svnweb.freebsd.org/changeset/ports/481141
Log:
security/vuxml: mark firefox < 62.0.3 as vulnerable
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Oct 3 00:55:28 2018 (r481140)
+++ head/security/vuxml/vuln.xml Wed Oct 3 01:01:23 2018 (r481141)
@@ -58,6 +58,67 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="c4f39920-781f-4aeb-b6af-17ed566c4272">
+ <topic>mozilla -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>firefox</name>
+ <range><lt>62.0.3,1</lt></range>
+ </package>
+ <package>
+ <name>waterfox</name>
+ <range><lt>56.2.4</lt></range>
+ </package>
+ <package>
+ <name>seamonkey</name>
+ <name>linux-seamonkey</name>
+ <range><lt>2.49.5</lt></range>
+ </package>
+ <package>
+ <name>firefox-esr</name>
+ <range><lt>60.2.2,1</lt></range>
+ </package>
+ <package>
+ <name>linux-firefox</name>
+ <range><lt>60.2.2,2</lt></range>
+ </package>
+ <package>
+ <name>libxul</name>
+ <name>thunderbird</name>
+ <name>linux-thunderbird</name>
+ <range><lt>60.2.2</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/mfsa2018-24/">
+ <h1>CVE-2018-12386: Type confusion in JavaScript</h1>
+ <p>A vulnerability in register allocation in JavaScript can
+ lead to type confusion, allowing for an arbitrary read and
+ write. This leads to remote code execution inside the
+ sandboxed content process when triggered.</p>
+ <h1>CVE-2018-12387: </h1>
+ <p>A vulnerability where the JavaScript JIT compiler inlines
+ Array.prototype.push with multiple arguments that results
+ in the stack pointer being off by 8 bytes after a
+ bailout. This leaks a memory address to the calling
+ function which can be used as part of an exploit inside
+ the sandboxed content process.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2018-12386</cvename>
+ <cvename>CVE-2018-12387</cvename>
+ <url>https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/</url>
+ </references>
+ <dates>
+ <discovery>2018-10-02</discovery>
+ <entry>2018-10-02</entry>
+ </dates>
+ </vuln>
+
<vuln vid="065b3b72-c5ab-11e8-9ae2-001b217b3468">
<topic>Gitlab -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list