From owner-svn-ports-all@FreeBSD.ORG Wed Apr 23 01:54:44 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 A6C53B2A; Wed, 23 Apr 2014 01:54:44 +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 92FC5186B; Wed, 23 Apr 2014 01:54:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N1siMj053143; Wed, 23 Apr 2014 01:54:44 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3N1siDo053142; Wed, 23 Apr 2014 01:54:44 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201404230154.s3N1siDo053142@svn.freebsd.org> From: Bryan Drewery Date: Wed, 23 Apr 2014 01:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351907 - 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.17 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: Wed, 23 Apr 2014 01:54:44 -0000 Author: bdrewery Date: Wed Apr 23 01:54:43 2014 New Revision: 351907 URL: http://svnweb.freebsd.org/changeset/ports/351907 QAT: https://qat.redports.org/buildarchive/r351907/ Log: - Document OpenSSL CVE-2010-5298 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Apr 23 01:42:11 2014 (r351906) +++ head/security/vuxml/vuln.xml Wed Apr 23 01:54:43 2014 (r351907) @@ -51,6 +51,38 @@ Note: Please add new entries to the beg --> + + OpenSSL -- Remote Data Injection / DoS + + + openssl + 1.0.11.0.1_11 + + + mingw32-openssl + 1.0.11.0.1g + + + + +
+

Applications that use SSL_MODE_RELEASE_BUFFERS, such as nginx, are + prone to a race condition which may allow a remote attacker to + inject random data into other connections.

+
+ +
+ + https://rt.openssl.org/Ticket/Display.html?id=2167 + http://www.tedunangst.com/flak/post/analysis-of-openssl-freelist-reuse + CVE-2010-5298 + + + 2010-02-09 + 2014-04-23 + +
+ bugzilla -- Cross-Site Request Forgery