From owner-svn-ports-head@freebsd.org Fri Oct 27 12:49:43 2017 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 579A0E445B1; Fri, 27 Oct 2017 12:49:43 +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 32A3D6443B; Fri, 27 Oct 2017 12:49:43 +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 v9RCngiU052748; Fri, 27 Oct 2017 12:49:42 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9RCngBF052746; Fri, 27 Oct 2017 12:49:42 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201710271249.v9RCngBF052746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Fri, 27 Oct 2017 12:49:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452984 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 452984 X-SVN-Commit-Repository: ports 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: Fri, 27 Oct 2017 12:49:43 -0000 Author: vd Date: Fri Oct 27 12:49:41 2017 New Revision: 452984 URL: https://svnweb.freebsd.org/changeset/ports/452984 Log: Document ftp/wget's stack and heap overflow Submitted by: Andrew Perry Security: CVE-2017-13089 Security: CVE-2017-13090 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 27 12:39:37 2017 (r452983) +++ head/security/vuxml/vuln.xml Fri Oct 27 12:49:41 2017 (r452984) @@ -58,6 +58,66 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + wget -- Heap overflow in HTTP protocol handling + + + wget + 1.19.2 + + + + +

Antti Levomäki, Christian Jalio, Joonas Pihlaja:

+
+

Wget contains two vulnerabilities, a stack overflow and a heap + overflow, in the handling of HTTP chunked encoding. By convincing + a user to download a specific link over HTTP, an attacker may be + able to execute arbitrary code with the privileges of the user. +

+
+ +
+ + http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba + CVE-2017-13090 + + + 2017-10-20 + 2017-10-27 + +
+ + + wget -- Stack overflow in HTTP protocol handling + + + wget + 1.19.2 + + + + +

Antti Levomäki, Christian Jalio, Joonas Pihlaja:

+
+

Wget contains two vulnerabilities, a stack overflow and a heap + overflow, in the handling of HTTP chunked encoding. By convincing + a user to download a specific link over HTTP, an attacker may be + able to execute arbitrary code with the privileges of the user. +

+
+ +
+ + http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f + CVE-2017-13089 + + + 2017-10-20 + 2017-10-27 + +
+ Node.js -- remote DOS security vulnerability