svn commit: r417190 - head/security/vuxml

Vasil Dimov vd at FreeBSD.org
Tue Jun 21 08:16:48 UTC 2016


Author: vd
Date: Tue Jun 21 08:16:47 2016
New Revision: 417190
URL: https://svnweb.freebsd.org/changeset/ports/417190

Log:
  Document ftp/wget's HTTP to FTP redirection file name confusion vulnerability
  
  PR:		210420
  Submitted by:	Vladimir Krstulja <vlad-fbsd at acheronmedia.com>
  Security:	CVE-2016-4971

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jun 21 08:09:47 2016	(r417189)
+++ head/security/vuxml/vuln.xml	Tue Jun 21 08:16:47 2016	(r417190)
@@ -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="6df56c60-3738-11e6-a671-60a44ce6887b">
+    <topic>wget -- HTTP to FTP redirection file name confusion vulnerability</topic>
+    <affects>
+      <package>
+	<name>wget</name>
+	<range><lt>1.16.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Giuseppe Scrivano reports:</p>
+	<blockquote cite="http://lists.gnu.org/archive/html/info-gnu/2016-06/msg00004.html">
+	  <p>On a server redirect from HTTP to a FTP resource, wget would trust the
+	    HTTP server and uses the name in the redirected URL as the destination
+	    filename.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://lists.gnu.org/archive/html/info-gnu/2016-06/msg00004.html</url>
+      <cvename>CVE-2016-4971</cvename>
+    </references>
+    <dates>
+      <discovery>2016-06-09</discovery>
+      <entry>2016-06-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1a2aa04f-3718-11e6-b3c8-14dae9d210b8">
     <topic>libxslt -- Denial of Service</topic>
     <affects>


More information about the svn-ports-head mailing list