From owner-svn-ports-all@freebsd.org Wed Nov 2 13:19:29 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 6DADBC2AA01; Wed, 2 Nov 2016 13:19:29 +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 0F4511A47; Wed, 2 Nov 2016 13: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 uA2DJSib015555; Wed, 2 Nov 2016 13:19:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA2DJSfi015553; Wed, 2 Nov 2016 13:19:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611021319.uA2DJSfi015553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 2 Nov 2016 13:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425151 - 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: Wed, 02 Nov 2016 13:19:29 -0000 Author: feld Date: Wed Nov 2 13:19:27 2016 New Revision: 425151 URL: https://svnweb.freebsd.org/changeset/ports/425151 Log: Document openssl vulnerability Security: CVE-2016-8610 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 2 12:53:29 2016 (r425150) +++ head/security/vuxml/vuln.xml Wed Nov 2 13:19:27 2016 (r425151) @@ -58,6 +58,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- OpenSSL Remote DoS vulnerability + + + FreeBSD + 10.310.3_12 + 10.210.2_25 + 10.110.1_42 + 9.39.3_50 + + + openssl + 1.0.2j,1 + + + openssl-devel + 1.1.0b + + + + +

Problem Description:

+

Due to improper handling of alert packets, OpenSSL would + consume an excessive amount of CPU time processing undefined + alert messages.

+

Impact:

+

A remote attacker who can initiate handshakes with an + OpenSSL based server can cause the server to consume a lot + of computation power with very little bandwidth usage, and + may be able to use this technique in a leveraged Denial of + Service attack.

+ +
+ + CVE-2016-8610 + SA-16:35.openssl + http://seclists.org/oss-sec/2016/q4/224 + + + 2016-11-02 + 2016-11-02 + +
+ django -- multiple vulnerabilities