From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 12:34:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 673CAAE8; Thu, 5 Jun 2014 12:34:22 +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 3A90C25AE; Thu, 5 Jun 2014 12:34:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55CYMje038904; Thu, 5 Jun 2014 12:34:22 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55CYLaQ038903; Thu, 5 Jun 2014 12:34:21 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201406051234.s55CYLaQ038903@svn.freebsd.org> From: Xin LI Date: Thu, 5 Jun 2014 12:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356630 - 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 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: Thu, 05 Jun 2014 12:34:22 -0000 Author: delphij Date: Thu Jun 5 12:34:21 2014 New Revision: 356630 URL: http://svnweb.freebsd.org/changeset/ports/356630 QAT: https://qat.redports.org/buildarchive/r356630/ Log: Document OpenSSL multiple vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 5 12:30:47 2014 (r356629) +++ head/security/vuxml/vuln.xml Thu Jun 5 12:34:21 2014 (r356630) @@ -57,6 +57,60 @@ Notes: --> + + OpenSSL -- multiple vulnerabilities + + + openssl + 1.0.11.0.1_13 + + + mingw32-openssl + 1.0.11.0.1h + + + FreeBSD + 8.08.4_12 + 9.19.1_15 + 9.29.2_8 + 10.010.0_5 + + + + +

The OpenSSL Project reports:

+
+

An attacker using a carefully crafted handshake can force + the use of weak keying material in OpenSSL SSL/TLS clients + and servers. This can be exploited by a Man-in-the-middle + (MITM) attack where the attacker can decrypt and modify + traffic from the attacked client and server. [CVE-2014-0224]

+

By sending an invalid DTLS handshake to an OpenSSL DTLS + client the code can be made to recurse eventually crashing + in a DoS attack. [CVE-2014-0221]

+

A buffer overrun attack can be triggered by sending invalid + DTLS fragments to an OpenSSL DTLS client or server. This is + potentially exploitable to run arbitrary code on a vulnerable + client or server. [CVE-2014-0195]

+

OpenSSL TLS clients enabling anonymous ECDH ciphersuites are + subject to a denial of service attack. [CVE-2014-3470]

+
+ +
+ + CVE-2014-0195 + CVE-2014-0221 + CVE-2014-0224 + CVE-2014-3470 + http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc + http://www.openssl.org/news/secadv_20140605.txt + + + 2014-06-05 + 2014-06-05 + +
+ gnutls -- client-side memory corruption