Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 12:43:45 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423658 - head/security/vuxml
Message-ID:  <201610101243.u9AChjaJ072871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Oct 10 12:43:44 2016
New Revision: 423658
URL: https://svnweb.freebsd.org/changeset/ports/423658

Log:
  Document FreeBSD-SA-16:31.libarchive

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Oct 10 12:43:22 2016	(r423657)
+++ head/security/vuxml/vuln.xml	Mon Oct 10 12:43:44 2016	(r423658)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="1a71a972-8ee7-11e6-a590-14dae9d210b8">
+    <topic>FreeBSD -- Multiple libarchive vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>11.0</ge><lt>11.0_1</lt></range>
+	<range><ge>10.3</ge><lt>10.3_10</lt></range>
+	<range><ge>10.2</ge><lt>10.2_23</lt></range>
+	<range><ge>10.1</ge><lt>10.1_40</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>Flaws in libarchive's handling of symlinks and hard links
+	allow overwriting files outside the extraction directory,
+	or permission changes to a directory outside the extraction
+	directory.</p>
+	<h1>Impact:</h1>
+	<p>An attacker who can control freebsd-update's or portsnap's
+	input to tar can change file content or permisssions on
+	files outside of the update tool's working sandbox.</p>
+      </body>
+    </description>
+    <references>
+      <freebsdsa>SA-16:31.libarchive</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2016-10-05</discovery>
+      <entry>2016-10-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e7dcd69d-8ee6-11e6-a590-14dae9d210b8">
     <topic>FreeBSD -- Multiple portsnap vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101243.u9AChjaJ072871>