diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bd29c7fe65e6..5315b467e2ae 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |