Date: Mon, 9 May 2016 19:31:37 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414889 - head/security/vuxml Message-ID: <201605091931.u49JVboQ097625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Mon May 9 19:31:37 2016 New Revision: 414889 URL: https://svnweb.freebsd.org/changeset/ports/414889 Log: security/vuxml: Add entry for libarchive - Vulnerable < 2.3.0 Reviewed by: feld (mentor) Approved by: feld (mentor, ports-secteam) Security: CVE-2016-1541 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon May 9 19:26:26 2016 (r414888) +++ head/security/vuxml/vuln.xml Mon May 9 19:31:37 2016 (r414889) @@ -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="2b4c8e1f-1609-11e6-b55e-b499baebfeaf"> + <topic>libarchive -- RCE vulnerability</topic> + <affects> + <package> + <name>libarchive</name> + <range><lt>2.3.0,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The libarchive project reports:</p> + <blockquote cite="https://github.com/libarchive/libarchive/commit/d0331e8e5b05b475f20b1f3101fe1ad772d7e7e7"> + <p>Heap-based buffer overflow in the zip_read_mac_metadata function in + archive_read_support_format_zip.c in libarchive before 3.2.0 allows remote + attackers to execute arbitrary code via crafted entry-size values in a ZIP + archive.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/libarchive/libarchive/commit/d0331e8e5b05b475f20b1f3101fe1ad772d7e7e7</url> + </references> + <dates> + <discovery>2016-05-01</discovery> + <entry>2016-05-09</entry> + </dates> + </vuln> + <vuln vid="25e5205b-1447-11e6-9ead-6805ca0b3d42"> <topic>squid -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605091931.u49JVboQ097625>