Date: Thu, 1 Dec 2016 13:40:50 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427499 - head/security/vuxml Message-ID: <201612011340.uB1Deosi042690@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Thu Dec 1 13:40:50 2016 New Revision: 427499 URL: https://svnweb.freebsd.org/changeset/ports/427499 Log: document mozilla vulnerabilities CVE-2016-9079 PR: 214978 Approved by: jbeich, rene (mentor, implicit) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 1 13:33:32 2016 (r427498) +++ head/security/vuxml/vuln.xml Thu Dec 1 13:40:50 2016 (r427499) @@ -58,6 +58,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="18f39fb6-7400-4063-acaf-0806e92c094f"> + <topic>Mozilla -- SVG Animation Remote Code Execution</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>50.0.2,1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>45.5.1,1</lt></range> + </package> + <package> + <name>linux-firefox</name> + <range><lt>45.5.1,2</lt></range> + </package> + <package> + <name>libxul</name> + <range><lt>45.5.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>45.5.1</lt></range> + </package> + <package> + <name>linux-thunderbird</name> + <range><lt>45.5.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/mfsa2016-92/"> + <p>A use-after-free vulnerability in SVG Animation has been + discovered. An exploit built on this vulnerability has been + discovered in the wild targeting Firefox and Tor Browser + users on Windows.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-9079</cvename> + <url>https://www.mozilla.org/en-US/security/advisories/mfsa2016-92/</url> + </references> + <dates> + <discovery>2016-11-30</discovery> + <entry>2016-12-01</entry> + </dates> + </vuln> + <vuln vid="479c5b91-b6cc-11e6-a04e-3417eb99b9a0"> <topic>wget -- Access List Bypass / Race Condition</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612011340.uB1Deosi042690>