svn commit: r420993 - head/security/vuxml

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 27 19:20:17 UTC 2016


Author: tcberner
Date: Sat Aug 27 19:20:16 2016
New Revision: 420993
URL: https://svnweb.freebsd.org/changeset/ports/420993

Log:
  Document kdelibs KArchive directory traversal vulnerability.
  
  Approved by: rakuco (mentor)
  Security: CVE-2016-6232

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Aug 27 18:59:03 2016	(r420992)
+++ head/security/vuxml/vuln.xml	Sat Aug 27 19:20:16 2016	(r420993)
@@ -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="4472ab39-6c66-11e6-9ca5-50e549ebab6c">
+    <topic>kdelibs -- directory traversal vulnerability</topic>
+    <affects>
+      <package>
+	<name>kdelibs</name>
+	<range><lt>4.14.10_7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>David Faure reports:</p>
+	<blockquote cite="https://www.kde.org/info/security/advisory-20160724-1.txt">
+	  <p>A maliciously crafted archive (.zip or .tar.bz2) with "../" in the
+	    file paths could be offered for download via the KNewStuff
+	    framework (e.g. on www.kde-look.org), and upon extraction would
+	    install files anywhere in the user's home directory.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+	<cvename>CVE-2016-6232</cvename>
+      <url>https://www.kde.org/info/security/advisory-20160724-1.txt</url>
+    </references>
+    <dates>
+      <discovery>2016-07-24</discovery>
+      <entry>2016-08-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f5035ead-688b-11e6-8b1d-c86000169601">
     <topic>eog -- out-of-bounds write</topic>
     <affects>


More information about the svn-ports-all mailing list