From owner-svn-ports-head@FreeBSD.ORG Wed Oct 15 17:59:38 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FF73992; Wed, 15 Oct 2014 17:59:38 +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 4B9879B8; Wed, 15 Oct 2014 17:59:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FHxcaL071407; Wed, 15 Oct 2014 17:59:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9FHxb6x071406; Wed, 15 Oct 2014 17:59:37 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201410151759.s9FHxb6x071406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 15 Oct 2014 17:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370938 - 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.18-1 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: Wed, 15 Oct 2014 17:59:38 -0000 Author: delphij Date: Wed Oct 15 17:59:37 2014 New Revision: 370938 URL: https://svnweb.freebsd.org/changeset/ports/370938 QAT: https://qat.redports.org/buildarchive/r370938/ Log: Document OpenSSL multiple vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 15 17:25:25 2014 (r370937) +++ head/security/vuxml/vuln.xml Wed Oct 15 17:59:37 2014 (r370938) @@ -57,6 +57,67 @@ Notes: --> + + OpenSSL -- multiple vulnerabilities + + + openssl + 1.0.11.0.1_16 + + + mingw32-openssl + 1.0.11.0.1j + + + + +

The OpenSSL Project reports:

+
+

A flaw in the DTLS SRTP extension parsing code allows an + attacker, who sends a carefully crafted handshake message, + to cause OpenSSL to fail to free up to 64k of memory causing + a memory leak. This could be exploited in a Denial Of Service + attack. This issue affects OpenSSL 1.0.1 server implementations + for both SSL/TLS and DTLS regardless of whether SRTP is used + or configured. Implementations of OpenSSL that have been + compiled with OPENSSL_NO_SRTP defined are not affected. + [CVE-2014-3513].

+

When an OpenSSL SSL/TLS/DTLS server receives a session + ticket the integrity of that ticket is first verified. + In the event of a session ticket integrity check failing, + OpenSSL will fail to free memory causing a memory leak. + By sending a large number of invalid session tickets an + attacker could exploit this issue in a Denial Of Service + attack. [CVE-2014-3567].

+

OpenSSL has added support for TLS_FALLBACK_SCSV to allow + applications to block the ability for a MITM attacker to + force a protocol downgrade.

+

Some client applications (such as browsers) will reconnect + using a downgraded protocol to work around interoperability + bugs in older servers. This could be exploited by an active + man-in-the-middle to downgrade connections to SSL 3.0 even + if both sides of the connection support higher protocols. + SSL 3.0 contains a number of weaknesses including POODLE + [CVE-2014-3566].

+

When OpenSSL is configured with "no-ssl3" as a build option, + servers could accept and complete a SSL 3.0 handshake, and + clients could be configured to send them. [CVE-2014-3568].

+
+ +
+ + CVE-2014-3513 + CVE-2014-3566 + CVE-2014-3567 + CVE-2014-3568 + https://www.openssl.org/news/secadv_20141015.txt + + + 2014-10-15 + 2014-10-15 + +
+ mozilla -- multiple vulnerabilities