svn commit: r561541 - head/security/vuxml
Thomas Zander
riggs at FreeBSD.org
Thu Jan 14 07:30:33 UTC 2021
Author: riggs
Date: Thu Jan 14 07:30:32 2021
New Revision: 561541
URL: https://svnweb.freebsd.org/changeset/ports/561541
Log:
Document integer overflow in wavpack (CVE-2020-35738).
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu Jan 14 07:12:35 2021 (r561540)
+++ head/security/vuxml/vuln.xml Thu Jan 14 07:30:32 2021 (r561541)
@@ -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="6d554d6e-5638-11eb-9d36-5404a68ad561">
+ <topic>wavpack -- integer overflow in pack_utils.c</topic>
+ <affects>
+ <package>
+ <name>wavpack</name>
+ <range><lt>5.4.0</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The wavpack project reports:</p>
+ <blockquote cite="https://github.com/dbry/WavPack/blob/733616993d53cc1f9a7ffb88a858447ba51eb0ee/ChangeLog">
+ <p>src/pack_utils.c
+ - issue #91: fix integer overflows resulting in buffer overruns (CVE-2020-35738)
+ - sanitize configuration parameters better (improves clarity and aids debugging)</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://github.com/dbry/WavPack/blob/733616993d53cc1f9a7ffb88a858447ba51eb0ee/ChangeLog</url>
+ <cvename>CVE-2020-35738</cvename>
+ </references>
+ <dates>
+ <discovery>2020-12-29</discovery>
+ <entry>2021-01-14</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d6f76976-e86d-4f9a-9362-76c849b10db2">
<topic>jenkins -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list