diff options
| -rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 61a20333db84..eb0162938e61 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |
