Date: Tue, 16 Feb 2016 01:00:26 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408967 - head/security/vuxml Message-ID: <201602160100.u1G10QHS087608@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Tue Feb 16 01:00:25 2016 New Revision: 408967 URL: https://svnweb.freebsd.org/changeset/ports/408967 Log: Document xdelta3 buffer overflow vulnerability PR: 207174 Security: CVE-2014-9765 Security: https://vuxml.FreeBSD.org/freebsd/f1bf28c5-d447-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 16 00:25:23 2016 (r408966) +++ head/security/vuxml/vuln.xml Tue Feb 16 01:00:25 2016 (r408967) @@ -57,6 +57,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f1bf28c5-d447-11e5-b2bd-002590263bf5"> + <topic>xdelta3 -- buffer overflow vulnerability</topic> + <affects> + <package> + <name>xdelta3</name> + <range><lt>3.0.9,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Stepan Golosunov reports:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2016/02/08/1"> + <p>Buffer overflow was found and fixed in xdelta3 binary diff tool + that allows arbitrary code execution from input files at least on + some systems.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-9765</cvename> + <url>http://www.openwall.com/lists/oss-security/2016/02/08/1</url> + <url>https://github.com/jmacd/xdelta-devel/commit/ef93ff74203e030073b898c05e8b4860b5d09ef2</url> + </references> + <dates> + <discovery>2014-10-08</discovery> + <entry>2016-02-16</entry> + </dates> + </vuln> + <vuln vid="172b22cb-d3f6-11e5-ac9e-485d605f4717"> <topic>firefox -- Same-origin-policy violation using Service Workers with plugins</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602160100.u1G10QHS087608>