diff options
author | swills <swills@FreeBSD.org> | 2017-09-27 02:31:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-27 02:31:50 +0800 |
commit | 88eca6aeb49ca10d56b8a7b80937e33e92e4652e (patch) | |
tree | 1507ae4a7daa870822614019bab213b86668575f /security | |
parent | 1432032d27a108b0817962bf06c786e878375ec2 (diff) | |
download | freebsd-ports-gnome-88eca6aeb49ca10d56b8a7b80937e33e92e4652e.tar.gz freebsd-ports-gnome-88eca6aeb49ca10d56b8a7b80937e33e92e4652e.tar.zst freebsd-ports-gnome-88eca6aeb49ca10d56b8a7b80937e33e92e4652e.zip |
Document libzip issue
Diffstat (limited to 'security')
-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 9b306a3de73a..8c0af8b48db2 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="b2952517-07e5-4d19-8850-21c5b7e0623f"> + <topic>libzip -- denial of service</topic> + <affects> + <package> + <name>libzip</name> + <range><lt>1.3.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>libzip developers report:</p> + <blockquote cite="https://blogs.gentoo.org/ago/2017/09/01/libzip-memory-allocation-failure-in-_zip_cdir_grow-zip_dirent-c/"> + <p>The _zip_read_eocd64 function in zip_open.c in libzip before 1.3.0 mishandles EOCD records, which allows remote attackers to cause a denial of service (memory allocation failure in _zip_cdir_grow in zip_dirent.c) via a crafted ZIP archive.</p> + </blockquote> + </body> + </description> + <references> + <url>https://blogs.gentoo.org/ago/2017/09/01/libzip-memory-allocation-failure-in-_zip_cdir_grow-zip_dirent-c/</url> + <url>https://github.com/nih-at/libzip/commit/9b46957ec98d85a572e9ef98301247f39338a3b5</url> + <cvename>CVE-2017-14107</cvename> + </references> + <dates> + <discovery>2017-9-1</discovery> + <entry>2017-9-26</entry> + </dates> + </vuln> + <vuln vid="10214bda-0902-4e3b-a2f9-9a68ef206a73"> <topic>libbson -- Denial of Service</topic> <affects> |