git: 11845a30ff23 - main - security/vuxml: Document FLAC out-of-bounds read
Christian Weisgerber
naddy at FreeBSD.org
Sat May 8 16:04:13 UTC 2021
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=11845a30ff2383ce2de5568c3b02278e980fc0a1
commit 11845a30ff2383ce2de5568c3b02278e980fc0a1
Author: Christian Weisgerber <naddy at FreeBSD.org>
AuthorDate: 2021-05-08 16:03:23 +0000
Commit: Christian Weisgerber <naddy at FreeBSD.org>
CommitDate: 2021-05-08 16:03:23 +0000
security/vuxml: Document FLAC out-of-bounds read
---
security/vuxml/vuln.xml | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 8cd319925068..370574a9c67e 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -76,6 +76,34 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="49346de2-b015-11eb-9bdf-f8b156b6dcc8">
+ <topic>FLAC -- out-of-bounds read</topic>
+ <affects>
+ <package>
+ <name>flac</name>
+ <range><lt>1.3.3_1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Oss-Fuzz reports:</p>
+ <blockquote cite="https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17069">
+ <p>There is a possible out of bounds read due to a heap
+ buffer overflow in FLAC__bitreader_read_rice_signed_block
+ of bitreader.c.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17069</url>
+ <cvename>CVE-2020-0499</cvename>
+ </references>
+ <dates>
+ <discovery>2019-09-08</discovery>
+ <entry>2021-05-08</entry>
+ </dates>
+ </vuln>
+
<vuln vid="f7a00ad7-ae75-11eb-8113-08002728f74c">
<topic>Rails -- multiple vulnerabilities</topic>
<affects>
More information about the dev-commits-ports-all
mailing list