Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2016 08:16:47 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417190 - head/security/vuxml
Message-ID:  <201606210816.u5L8Gl0L057568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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