From owner-svn-ports-head@freebsd.org Wed Nov 30 12:07:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E80DBC5B6E3; Wed, 30 Nov 2016 12:07:31 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B79B61DED; Wed, 30 Nov 2016 12:07:31 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAUC7Uln014803; Wed, 30 Nov 2016 12:07:30 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAUC7UU9014799; Wed, 30 Nov 2016 12:07:30 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201611301207.uAUC7UU9014799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Wed, 30 Nov 2016 12:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427421 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 12:07:32 -0000 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 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.) --> + + wget -- Access List Bypass / Race Condition + + + wget + 1.17 + + + + +

Dawid Golunski reports:

+
+

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. +

+
+ +
+ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7098 + CVE-2016-7098 + + + 2016-11-24 + 2016-11-30 + +
+ p7zip -- Null pointer dereference