Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2016 12:07:30 +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: r427421 - head/security/vuxml
Message-ID:  <201611301207.uAUC7UU9014799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Wed Nov 30 12:07:30 2016
New Revision: 427421
URL: https://svnweb.freebsd.org/changeset/ports/427421

Log:
  Document ftp/wget's Access List Bypass / Race Condition vulnerability
  
  PR:		214941
  Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
  Security:	CVE-2016-7098

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Nov 30 11:31:17 2016	(r427420)
+++ head/security/vuxml/vuln.xml	Wed Nov 30 12:07:30 2016	(r427421)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="479c5b91-b6cc-11e6-a04e-3417eb99b9a0">
+    <topic>wget -- Access List Bypass / Race Condition</topic>
+    <affects>
+      <package>
+	<name>wget</name>
+	<range><le>1.17</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Dawid Golunski reports:</p>
+	<blockquote cite="https://legalhackers.com/advisories/Wget-Exploit-ACL-bypass-RaceCond-CVE-2016-7098.html">;
+	  <p>GNU wget in version 1.17 and earlier, when used in
+	    mirroring/recursive mode, is affected by a Race Condition
+	    vulnerability that might allow remote attackers to bypass intended
+	    wget access list restrictions specified with -A parameter.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7098</url>;
+      <cvename>CVE-2016-7098</cvename>
+    </references>
+    <dates>
+      <discovery>2016-11-24</discovery>
+      <entry>2016-11-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="48e83187-b6e9-11e6-b6cf-5453ed2e2b49">
     <topic>p7zip -- Null pointer dereference</topic>
     <affects>



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