diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-03 01:01:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-03 01:01:23 +0000 |
commit | e8eb28b711d060032f81de01ca17598371cf80ae (patch) | |
tree | 658b16cd596537267757a2c22ac167da6dac762e | |
parent | Add a port of `sysutils/stepsync', file and folder synchronization tool. (diff) |
security/vuxml: mark firefox < 62.0.3 as vulnerable
-rw-r--r-- | security/vuxml/vuln.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2a2eaf7d874e..bf875e2a79e9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |