From owner-svn-ports-head@freebsd.org Thu Jan 7 11:45:22 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 B3182A661D1; Thu, 7 Jan 2016 11:45:22 +0000 (UTC) (envelope-from tijl@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 69D4B14AB; Thu, 7 Jan 2016 11:45:22 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u07BjLJ7070480; Thu, 7 Jan 2016 11:45:21 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u07BjL30070478; Thu, 7 Jan 2016 11:45:21 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201601071145.u07BjL30070478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 7 Jan 2016 11:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405428 - 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.20 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: Thu, 07 Jan 2016 11:45:22 -0000 Author: tijl Date: Thu Jan 7 11:45:21 2016 New Revision: 405428 URL: https://svnweb.freebsd.org/changeset/ports/405428 Log: Document mbedTLS/PolarSSL SLOTH vulnerability Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.2.1-2.1.4-1.3.16-and-polarssl.1.2.19-released Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jan 7 11:17:23 2016 (r405427) +++ head/security/vuxml/vuln.xml Thu Jan 7 11:45:21 2016 (r405428) @@ -58,6 +58,38 @@ Notes: --> + + mbedTLS/PolarSSL -- SLOTH attack on TLS 1.2 server authentication + + + polarssl13 + 1.3.15 + + + mbedtls + 2.2.1 + + + + +

ARM Limited reports:

+
+

MD5 handshake signatures in TLS 1.2 are vulnerable to the SLOTH attack + on TLS 1.2 server authentication. They have been disabled by default. + Other attacks from the SLOTH paper do not apply to any version of mbed + TLS or PolarSSL.

+
+ +
+ + https://tls.mbed.org/tech-updates/releases/mbedtls-2.2.1-2.1.4-1.3.16-and-polarssl.1.2.19-released + + + 2016-01-04 + 2016-01-07 + +
+ xen-kernel -- ioreq handling possibly susceptible to multiple read issue