Date: Fri, 16 Mar 2018 21:07:22 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464732 - head/security/vuxml Message-ID: <201803162107.w2GL7MAJ043063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Mar 16 21:07:22 2018 New Revision: 464732 URL: https://svnweb.freebsd.org/changeset/ports/464732 Log: security/vuxml: mark libvorbis < 1.3.6 as vulnerable Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Mar 16 21:07:00 2018 (r464731) +++ head/security/vuxml/vuln.xml Fri Mar 16 21:07:22 2018 (r464732) @@ -58,6 +58,110 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="64ee858e-e035-4bb4-9c77-2468963dddb8"> + <topic>libvorbis -- multiple vulnerabilities</topic> + <affects> + <package> + <name>libvorbis</name> + <range><lt>1.3.6,3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NVD reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2017-14632"> + <p>Xiph.Org libvorbis 1.3.5 allows Remote Code Execution + upon freeing uninitialized memory in the function + vorbis_analysis_headerout() in info.c when + vi->channels<=0, a similar issue to Mozilla bug + 550184.</p> + </blockquote> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2017-14633"> + <p>In Xiph.Org libvorbis 1.3.5, an out-of-bounds array read + vulnerability exists in the function mapping0_forward() in + mapping0.c, which may lead to DoS when operating on a + crafted audio file with vorbis_analysis().</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-14632</cvename> + <cvename>CVE-2017-14633</cvename> + </references> + <dates> + <discovery>2018-03-16</discovery> + <entry>2018-03-16</entry> + </dates> + </vuln> + + <vuln vid="7943794f-707f-4e31-9fea-3bbf1ddcedc1"> + <topic>mozilla -- multiple vulnerabilities</topic> + <affects> + <package> + <name>libvorbis</name> + <range><lt>1.3.6,3</lt></range> + </package> + <package> + <name>libtremor</name> + <range><lt>1.2.1.s20180316</lt></range> + </package> + <package> + <name>firefox</name> + <range><lt>59.0.1,1</lt></range> + </package> + <package> + <name>waterfox</name> + <range><lt>56.0.4.36_3</lt></range> + </package> + <package> + <name>seamonkey</name> + <name>linux-seamonkey</name> + <range><lt>2.49.3</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>52.7.2,1</lt></range> + </package> + <package> + <name>linux-firefox</name> + <range><lt>52.7.2,2</lt></range> + </package> + <package> + <name>libxul</name> + <name>thunderbird</name> + <name>linux-thunderbird</name> + <range><lt>52.7.2</lt></range> + </package> + <package> + <name>palemoon</name> + <range><lt>27.8.2</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/mfsa2018-08/"> + <h1>CVE-2018-5146: Out of bounds memory write in libvorbis</h1> + <p>An out of bounds memory write while processing Vorbis + audio data was reported through the Pwn2Own contest.</p> + <h1>CVE-2018-5147: Out of bounds memory write in libtremor</h1> + <p>The libtremor library has the same flaw as + CVE-2018-5146. This library is used by Firefox in place of + libvorbis on Android and ARM platforms.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-5146</cvename> + <cvename>CVE-2018-5147</cvename> + <url>https://www.mozilla.org/security/advisories/mfsa2018-08/</url> + </references> + <dates> + <discovery>2018-03-16</discovery> + <entry>2018-03-16</entry> + </dates> + </vuln> + <vuln vid="2aa9967c-27e0-11e8-9ae1-080027ac955c"> <topic>e2fsprogs -- potential buffer overrun bugs in the blkid library and in the fsck program</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803162107.w2GL7MAJ043063>