From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 17:35:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17AC0B2A; Tue, 16 Sep 2014 17:35:35 +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 02CE3DC; Tue, 16 Sep 2014 17:35:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GHZYxf088313; Tue, 16 Sep 2014 17:35:34 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GHZYuN088312; Tue, 16 Sep 2014 17:35:34 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201409161735.s8GHZYuN088312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 16 Sep 2014 17:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368339 - 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: Tue, 16 Sep 2014 17:35:35 -0000 Author: osa Date: Tue Sep 16 17:35:34 2014 New Revision: 368339 URL: http://svnweb.freebsd.org/changeset/ports/368339 QAT: https://qat.redports.org/buildarchive/r368339/ Log: Document nginx security advisory (CVE-2014-3616). Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 16 17:35:08 2014 (r368338) +++ head/security/vuxml/vuln.xml Tue Sep 16 17:35:34 2014 (r368339) @@ -57,6 +57,38 @@ Notes: --> + + nginx -- inject commands into SSL session vulnerability + + + nginx + 0.6.01.6.2,2 + + + nginx-devel + 0.5.61.7.5 + + + + +

The nginx project reports:

+
+

Security: it was possible to reuse SSL sessions in unrelated contexts + if a shared SSL session cache or the same TLS session ticket key was + used for multiple "server" blocks (CVE-2014-3616).

+
+ +
+ + CVE-2014-3616 + http://mailman.nginx.org/pipermail/nginx-announce/2014/000147.html + + + 2014-09-16 + 2014-09-16 + +
+ phpMyAdmin -- XSRF/CSRF due to DOM based XSS in the micro history feature