From owner-svn-ports-head@freebsd.org Mon Jul 13 20:55:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A5299CE2A; Mon, 13 Jul 2015 20:55:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.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 CAF13157; Mon, 13 Jul 2015 20:55:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DKtddM068790; Mon, 13 Jul 2015 20:55:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DKtdK7068789; Mon, 13 Jul 2015 20:55:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507132055.t6DKtdK7068789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 13 Jul 2015 20:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391958 - 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.20 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: Mon, 13 Jul 2015 20:55:40 -0000 Author: feld Date: Mon Jul 13 20:55:38 2015 New Revision: 391958 URL: https://svnweb.freebsd.org/changeset/ports/391958 Log: Document PHP arbitrary code execution. No CVE assigned yet. Fix missing blockquote URL in previous entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 13 20:55:33 2015 (r391957) +++ head/security/vuxml/vuln.xml Mon Jul 13 20:55:38 2015 (r391958) @@ -58,6 +58,41 @@ Notes: --> + + php -- arbitrary code execution + + + php56 + 5.6.11 + + + php55 + 5.5.27 + + + php5 + 5.4.43 + + + + +

cmb reports:

+
+

When delayed variable substitution is enabled (can be set in the + Registry, for instance), !ENV! works similar to %ENV%, and the + value of the environment variable ENV will be subsituted.

+
+ +
+ + https://bugs.php.net/bug.php?id=69768 + + + 2015-06-07 + 2015-07-13 + +
+ mysql -- SSL Downgrade @@ -97,7 +132,7 @@ Notes:

Duo Security reports:

-
+

Researchers have identified a serious vulnerability in some versions of Oracle’s MySQL database product that allows an attacker to strip SSL/TLS connections of their security wrapping transparently.