Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2014 22:07:54 +0000 (UTC)
From:      Eygene Ryabinkin <rea@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372299 - head/security/vuxml
Message-ID:  <201411072207.sA7M7tOH082436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rea
Date: Fri Nov  7 22:07:54 2014
New Revision: 372299
URL: https://svnweb.freebsd.org/changeset/ports/372299
QAT: https://qat.redports.org/buildarchive/r372299/

Log:
  ftp/wget: document CVE-2014-4877, path traversal in recursive FTP mode

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Nov  7 21:32:16 2014	(r372298)
+++ head/security/vuxml/vuln.xml	Fri Nov  7 22:07:54 2014	(r372299)
@@ -57,6 +57,37 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ee7b4f9d-66c8-11e4-9ae1-e8e0b722a85e">
+    <topic>wget -- path traversal vulnerability in recursive FTP mode</topic>
+    <affects>
+      <package>
+	<name>wget</name>
+	<range><lt>1.16</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>MITRE reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4877">;
+	  <p>Absolute path traversal vulnerability in GNU Wget before
+	  1.16, when recursion is enabled, allows remote FTP servers
+	  to write to arbitrary files, and consequently execute
+	  arbitrary code, via a LIST response that references the same
+	  filename within two entries, one of which indicates that the
+	  filename is for a symlink. </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2014-4877</cvename>
+      <certvu>685996</certvu>
+    </references>
+    <dates>
+      <discovery>2014-10-27</discovery>
+      <entry>2014-11-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0167f5ad-64ea-11e4-98c1-00269ee29e57">
     <topic>Konversation -- out-of-bounds read on a heap-allocated array</topic>
     <affects>



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