From owner-svn-ports-all@FreeBSD.ORG Sat Mar 7 17:17:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9EDF991; Sat, 7 Mar 2015 17:17:32 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8ACEFAEA; Sat, 7 Mar 2015 17:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t27HHWTt054615; Sat, 7 Mar 2015 17:17:32 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t27HHWFX054614; Sat, 7 Mar 2015 17:17:32 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201503071717.t27HHWFX054614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: Romain Tartière Date: Sat, 7 Mar 2015 17:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380709 - 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.18-1 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, 07 Mar 2015 17:17:32 -0000 Author: romain Date: Sat Mar 7 17:17:31 2015 New Revision: 380709 URL: https://svnweb.freebsd.org/changeset/ports/380709 QAT: https://qat.redports.org/buildarchive/r380709/ Log: Document mono TLS bugs. Reported by: delphij Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 7 17:03:27 2015 (r380708) +++ head/security/vuxml/vuln.xml Sat Mar 7 17:17:31 2015 (r380709) @@ -57,6 +57,33 @@ Notes: --> + + mono -- TLS bugs + + + mono + 3.10.1 + 3.123.12.1 + + + + +

The Mono project reports:

+
+

Mono’s implementation of the SSL/TLS stack failed to check the order of the handshake messages. Which would allow various attacks on the protocol to succeed. Details of this vulnerability are discussed in SKIP-TLS post.

+

Mono’s implementation of SSL/TLS also contained support for the weak EXPORT cyphers and was susceptible to the FREAK attack.

+
+ +
+ + http://www.mono-project.com/docs/about-mono/vulnerabilities/#tls-bugs + + + 2015-03-06 + 2015-03-07 + +
+ PuTTY -- fails to scrub private keys from memory after use