Date: Tue, 28 Jul 2020 12:19:48 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543593 - head/security/vuxml Message-ID: <202007281219.06SCJmMf085603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Tue Jul 28 12:19:47 2020 New Revision: 543593 URL: https://svnweb.freebsd.org/changeset/ports/543593 Log: Document out-of-bounds-read in libsndfile (CVE-2019-3832). PR: 248268 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 28 12:07:32 2020 (r543592) +++ head/security/vuxml/vuln.xml Tue Jul 28 12:19:47 2020 (r543593) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="086c96cd-d0cb-11ea-b922-5404a68ad561"> + <topic>libsndfile -- out-of-bounds read memory access</topic> + <affects> + <package> + <name>libsndfile</name> + <range><lt>1.0.29.p.20200620</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>RedHat reports:</p> + <blockquote cite="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3832"> + <p>It was discovered the fix for CVE-2018-19758 was not complete and + still allows a read beyond the limits of a buffer in + wav_write_header() function in wav.c. A local attacker may use + this flaw to make the application crash.</p> + </blockquote> + </body> + </description> + <references> + <url>https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3832</url> + </references> + <dates> + <discovery>2019-02-14</discovery> + <entry>2020-07-28</entry> + </dates> + </vuln> + <vuln vid="a955cdb7-d089-11ea-8c6f-080027eedc6a"> <topic>FreeRDP -- Integer overflow in RDPEGFX channel</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007281219.06SCJmMf085603>