From owner-svn-ports-head@FreeBSD.ORG Tue May 6 07:53:32 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7AF13E1; Tue, 6 May 2014 07:53: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 B528DB1; Tue, 6 May 2014 07:53:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s467rWZw061140; Tue, 6 May 2014 07:53:32 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s467rWPf061136; Tue, 6 May 2014 07:53:32 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201405060753.s467rWPf061136@svn.freebsd.org> From: Dirk Meyer Date: Tue, 6 May 2014 07:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353076 - 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 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: Tue, 06 May 2014 07:53:32 -0000 Author: dinoex Date: Tue May 6 07:53:32 2014 New Revision: 353076 URL: http://svnweb.freebsd.org/changeset/ports/353076 QAT: https://qat.redports.org/buildarchive/r353076/ Log: Document OpenSSL vulnerability Security: CVE-2014-0198 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 6 07:32:18 2014 (r353075) +++ head/security/vuxml/vuln.xml Tue May 6 07:53:32 2014 (r353076) @@ -57,6 +57,35 @@ Notes: --> + + OpenSSL -- NULL pointer dereference / DoS + + + openssl + 1.0.11.0.1_12 + + + + +

OpenBSD and David Ramos reports:

+
+

Applications that use SSL_MODE_RELEASE_BUFFERS, such as nginx/apache, + are prone to a race condition which may allow a remote attacker to + crash the current service.

+
+ +
+ + http://www.openwall.com/lists/oss-security/2014/05/02/5 + https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3321 + CVE-2014-0198 + + + 2014-05-02 + 2014-05-03 + +
+ qt4-xml -- XML Entity Expansion Denial of Service