diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2021-05-08 16:03:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2021-05-08 16:03:23 +0000 |
commit | 11845a30ff2383ce2de5568c3b02278e980fc0a1 (patch) | |
tree | 4bc40b4b8a9f85ab0564f9e1b626804aefa300ad | |
parent | 6b288be1e66ea83b1210a9bd2feac2359b76846a (diff) |
security/vuxml: Document FLAC out-of-bounds read
-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 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> |