svn commit: r372299 - head/security/vuxml

Eygene Ryabinkin rea at FreeBSD.org
Fri Nov 7 22:07:55 UTC 2014


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>


More information about the svn-ports-all mailing list