Date: Tue, 13 Feb 2018 23:40:29 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461758 - head/security/vuxml Message-ID: <201802132340.w1DNeTEx079901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Feb 13 23:40:29 2018 New Revision: 461758 URL: https://svnweb.freebsd.org/changeset/ports/461758 Log: VulnXML records for vulnerabilities of sysutils/bchunk fixed in the upcoming update to 1.2.2 (bug#225772) Approved by: tcberner (mentor, implicit) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 13 23:01:20 2018 (r461757) +++ head/security/vuxml/vuln.xml Tue Feb 13 23:40:29 2018 (r461758) @@ -58,6 +58,89 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="279f682c-0e9e-11e8-83e7-485b3931c969"> + <topic>bchunk -- access violation near NULL on destination operand and crash</topic> + <affects> + <package> + <name>bchunk</name> + <range><ge>1.2.0</ge><le>1.2.1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mitre reports:</p> + <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15955"> + <p>bchunk 1.2.0 and 1.2.1 is vulnerable to an "Access violation near + NULL on destination operand" and crash when processing a malformed CUE + (.cue) file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-15955</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2017-15955</url> + </references> + <dates> + <discovery>2017-10-28</discovery> + <entry>2018-02-13</entry> + </dates> + </vuln> + + <vuln vid="8ba2819c-0e9d-11e8-83e7-485b3931c969"> + <topic>bchunk -- heap-based buffer overflow (with invalid free) and crash</topic> + <affects> + <package> + <name>bchunk</name> + <range><ge>1.2.0</ge><le>1.2.1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mitre reports:</p> + <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15954"> + <p>bchunk 1.2.0 and 1.2.1 is vulnerable to a heap-based buffer + overflow (with a resultant invalid free) and crash when processing a + malformed CUE (.cue) file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-15954</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2017-15954</url> + </references> + <dates> + <discovery>2017-10-28</discovery> + <entry>2018-02-13</entry> + </dates> + </vuln> + + <vuln vid="1ec1c59b-0e98-11e8-83e7-485b3931c969"> + <topic>bchunk -- heap-based buffer overflow and crash</topic> + <affects> + <package> + <name>bchunk</name> + <range><ge>1.2.0</ge><le>1.2.1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mitre reports:</p> + <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15953"> + <p>bchunk 1.2.0 and 1.2.1 vulnerable to a heap-based buffer overflow + and crash when processing a malformed CUE (.cue) file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-15953</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2017-15953</url> + </references> + <dates> + <discovery>2017-10-28</discovery> + <entry>2018-02-13</entry> + </dates> + </vuln> + <vuln vid="a8f25565-109e-11e8-8d41-97657151f8c2"> <topic>uwsgi -- a stack-based buffer overflow</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802132340.w1DNeTEx079901>