From owner-svn-ports-head@freebsd.org Fri Oct 14 12:03:49 2016 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 2C56AC10678; Fri, 14 Oct 2016 12:03:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E1141CB1; Fri, 14 Oct 2016 12:03:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EC3mvo074176; Fri, 14 Oct 2016 12:03:48 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EC3lcp074174; Fri, 14 Oct 2016 12:03:47 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141203.u9EC3lcp074174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 12:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423962 - 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.23 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: Fri, 14 Oct 2016 12:03:49 -0000 Author: tz Date: Fri Oct 14 12:03:47 2016 New Revision: 423962 URL: https://svnweb.freebsd.org/changeset/ports/423962 Log: Rails 4: Document XSS Vulnerability in Action View and Unsafe Query Generation Risk in Active Record Security: CVE-2016-6316 Security: https://vuxml.freebsd.org/freebsd/43f1c867-654a-11e6-8286-00248c0c745d.html Security: CVE-2016-6317 Security: https://vuxml.freebsd.org/freebsd/7e61cf44-6549-11e6-8286-00248c0c745d.html Approved by: pi(mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 14 12:01:46 2016 (r423961) +++ head/security/vuxml/vuln.xml Fri Oct 14 12:03:47 2016 (r423962) @@ -58,6 +58,66 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Rails 4 -- Possible XSS Vulnerability in Action View + + + rubygem-actionview + 4.2.7.1 + 3.0.0 + + + + +

Ruby Security team reports:

+
+

There is a possible XSS vulnerability in Action View. Text declared as "HTML +safe" will not have quotes escaped when used as attribute values in tag +helpers. This vulnerability has been assigned the CVE identifier +CVE-2016-6316.

+
+ +
+ + https://groups.google.com/forum/#!topic/ruby-security-ann/8B2iV2tPRSE + CVE-2016-6316 + + + 2016-08-11 + 2016-08-18 + +
+ + + Rails 4 -- Unsafe Query Generation Risk in Active Record + + + rubygem-activerecord4 + 4.2.7.1 + 4.2.0 + + + + +

Ruby Security team reports:

+
+

There is a vulnerability when Active Record is used in conjunction with JSON +parameter parsing. This vulnerability has been assigned the CVE identifier +CVE-2016-6317. This vulnerability is similar to CVE-2012-2660, CVE-2012-2694 +and CVE-2013-0155.

+
+ +
+ + https://groups.google.com/forum/#!topic/ruby-security-ann/WccgKSKiPZA + CVE-2016-6317 + + + 2016-08-11 + 2016-08-18 + +
+ PHP -- multiple vulnerabilities