From owner-svn-ports-all@freebsd.org Sat Oct 29 15:19:28 2016 Return-Path: Delivered-To: svn-ports-all@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 655AEC25499; Sat, 29 Oct 2016 15:19:28 +0000 (UTC) (envelope-from feld@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 37400A7E; Sat, 29 Oct 2016 15:19:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9TFJRrU047810; Sat, 29 Oct 2016 15:19:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9TFJRBV047808; Sat, 29 Oct 2016 15:19:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610291519.u9TFJRBV047808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 29 Oct 2016 15:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424916 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2016 15:19:28 -0000 Author: feld Date: Sat Oct 29 15:19:27 2016 New Revision: 424916 URL: https://svnweb.freebsd.org/changeset/ports/424916 Log: Document openssh DoS PR: 213640 Security: CVE-2016-8858 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 29 15:14:10 2016 (r424915) +++ head/security/vuxml/vuln.xml Sat Oct 29 15:19:27 2016 (r424916) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssh -- denial of service + + + openssh-portable + 7.3p1_1 + + + + +

reports:

+
+

OpenSSH has a memory exhaustion bug in key exchange + process. An unauthenticated peer could repeat the KEXINIT + and cause allocation of up to 384MB(not 128MB that the official + said). In the default case, an attacker can build 100 such + connections, which will consume 38400 MB of memory on the server.

+
+ +
+ + http://seclists.org/oss-sec/2016/q4/191 + http://seclists.org/oss-sec/2016/q4/191 + + + 2016-10-19 + 2016-10-29 + +
+ sudo -- Potential bypass of sudo_noexec.so via wordexp()