From owner-svn-ports-all@freebsd.org Mon Jul 27 18:46:49 2015 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 1987E9ACCB0; Mon, 27 Jul 2015 18:46:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 09E5291F; Mon, 27 Jul 2015 18:46:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6RIkmZK009165; Mon, 27 Jul 2015 18:46:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6RIkmoa009164; Mon, 27 Jul 2015 18:46:48 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201507271846.t6RIkmoa009164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 27 Jul 2015 18:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393003 - 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.20 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: Mon, 27 Jul 2015 18:46:49 -0000 Author: bdrewery Date: Mon Jul 27 18:46:47 2015 New Revision: 393003 URL: https://svnweb.freebsd.org/changeset/ports/393003 Log: Document OpenSSH CVE-2015-5600 for MaxAuthTries bypass Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 27 18:41:02 2015 (r393002) +++ head/security/vuxml/vuln.xml Mon Jul 27 18:46:47 2015 (r393003) @@ -58,6 +58,34 @@ Notes: --> + + OpenSSH -- MaxAuthTries limit bypass via duplicates in KbdInteractiveDevices + + + openssh-portable + 6.9.p1_2,1 + + + + +
+

It was discovered that the OpenSSH sshd daemon did not check the + list of keyboard-interactive authentication methods for duplicates. + A remote attacker could use this flaw to bypass the MaxAuthTries + limit, making it easier to perform password guessing attacks.

+
+ +
+ + https://access.redhat.com/security/cve/CVE-2015-5600 + CVE-2015-5600 + + + 2015-07-21 + 2015-07-27 + +
+ logstash -- SSL/TLS vulnerability with Lumberjack input