svn commit: r423829 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Wed Oct 12 04:47:35 UTC 2016


Author: feld
Date: Wed Oct 12 04:47:33 2016
New Revision: 423829
URL: https://svnweb.freebsd.org/changeset/ports/423829

Log:
  Document file-roller vulnerability
  
  PR:		213199
  Security:	CVE-2016-7162

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 12 04:24:18 2016	(r423828)
+++ head/security/vuxml/vuln.xml	Wed Oct 12 04:47:33 2016	(r423829)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="ad479f89-9020-11e6-a590-14dae9d210b8">
+    <topic>file-roller -- path traversal vulnerability</topic>
+    <affects>
+      <package>
+	<name>file-roller</name>
+	<range><ge>3.5.4,1</ge><lt>3.20.2,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p> reports:</p>
+	<blockquote cite="http://www.openwall.com/lists/oss-security/2016/09/08/4">
+	  <p>File Roller 3.5.4 through 3.20.2 was affected by a path
+	    traversal bug that could result in deleted files if a user
+	    were tricked into opening a malicious archive.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.openwall.com/lists/oss-security/2016/09/08/4</url>
+      <cvename>CVE-2016-7162</cvename>
+      <freebsdpr>213199</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-09-08</discovery>
+      <entry>2016-10-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7d40edd1-901e-11e6-a590-14dae9d210b8">
     <topic>VirtualBox -- undisclosed vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list