diff options
author | swills <swills@FreeBSD.org> | 2017-09-26 20:19:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-26 20:19:09 +0800 |
commit | 49c774050e41ad5845675dbd48076f915308ec5b (patch) | |
tree | 5c8a1b1f135dd02de40ddbea3fe7668d78110b75 | |
parent | 5f8733262dd405068c1bbb7af15a0790d23b8d16 (diff) | |
download | freebsd-ports-gnome-49c774050e41ad5845675dbd48076f915308ec5b.tar.gz freebsd-ports-gnome-49c774050e41ad5845675dbd48076f915308ec5b.tar.zst freebsd-ports-gnome-49c774050e41ad5845675dbd48076f915308ec5b.zip |
Document aacplusenc issue
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 97426ff530be..f6d51224106a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="7801b1e1-99b4-42ac-ab22-7646235e7c16"> + <topic>aacplusenc -- denial of service</topic> + <affects> + <package> + <name>aacplusenc</name> + <range><le>0.17.5_2</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gentoo developers report:</p> + <blockquote cite="https://blogs.gentoo.org/ago/2017/09/07/aacplusenc-null-pointer-dereference-in-deletebitbuffer-bitbuffer-c/"> + <p>DeleteBitBuffer in libbitbuf/bitbuffer.c in mp4tools aacplusenc 0.17.5 allows remote attackers to cause a denial of service (invalid memory write, SEGV on unknown address 0x000000000030, and application crash) or possibly have unspecified other impact via a crafted .wav file, aka a NULL pointer dereference.</p> + </blockquote> + </body> + </description> + <references> + <url>https://blogs.gentoo.org/ago/2017/09/07/aacplusenc-null-pointer-dereference-in-deletebitbuffer-bitbuffer-c/</url> + <url>https://github.com/teknoraver/aacplusenc/issues/1</url> + <cvename>CVE-2017-14181</cvename> + </references> + <dates> + <discovery>2017-9-7</discovery> + <entry>2017-9-25</entry> + </dates> + </vuln> + <vuln vid="478d4102-2319-4026-b3b2-a57c48f159ac"> <topic>ansible -- information disclosure flaw</topic> <affects> |