From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 08:42:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ADB4E89; Thu, 20 Nov 2014 08:42:29 +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 F2F6B5E6; Thu, 20 Nov 2014 08:42:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAK8gSw0051011; Thu, 20 Nov 2014 08:42:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAK8gSQ9051010; Thu, 20 Nov 2014 08:42:28 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201411200842.sAK8gSQ9051010@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 20 Nov 2014 08:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372882 - 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: Thu, 20 Nov 2014 08:42:29 -0000 Author: madpilot Date: Thu Nov 20 08:42:28 2014 New Revision: 372882 URL: https://svnweb.freebsd.org/changeset/ports/372882 QAT: https://qat.redports.org/buildarchive/r372882/ Log: Document yii vulnerability CVE-2014-4672. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 20 08:31:10 2014 (r372881) +++ head/security/vuxml/vuln.xml Thu Nov 20 08:42:28 2014 (r372882) @@ -57,6 +57,46 @@ Notes: --> + + yii -- Remote arbitrary PHP code execution + + + yii + 1.1.15 + + + + +

Yii PHP Framework developers report:

+
+

We are releasing Yii 1.1.15 to fix a security issue + found in 1.1.14. We urge all 1.1.14 users to upgrade their + Yii to this latest release. Note that the issue only + affects 1.1.14. All previous releases are not affected. + Upgrading to this release from 1.1.14 is very safe and + will not break your existing code.

+

The vulnerability is in the CDetailView widget. When + a Yii application uses this widget and configures the + "value" property of a CDetailView attribute using end + user inputs, it may allow attackers to potentially execute + arbitrary PHP scripts on the server. We are not showing + how to exploit it here to allow users to upgrade before + details about the exploit become publicly known. To our + knowledge the details of this issue are only known to + core team members.

+
+ +
+ + CVE-2014-4672 + http://www.yiiframework.com/news/78/yii-1-1-15-is-released-security-fix + + + 2014-07-03 + 2014-11-19 + +
+ chromium -- multiple vulnerabilities