From owner-svn-ports-all@freebsd.org Tue Oct 20 02:33:48 2015 Return-Path: Delivered-To: svn-ports-all@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 99527A1A611; Tue, 20 Oct 2015 02:33:48 +0000 (UTC) (envelope-from junovitch@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 622381F00; Tue, 20 Oct 2015 02:33:48 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9K2XlaA042737; Tue, 20 Oct 2015 02:33:47 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9K2XlT2042735; Tue, 20 Oct 2015 02:33:47 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510200233.t9K2XlT2042735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 20 Oct 2015 02:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399798 - 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.20 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: Tue, 20 Oct 2015 02:33:48 -0000 Author: junovitch Date: Tue Oct 20 02:33:47 2015 New Revision: 399798 URL: https://svnweb.freebsd.org/changeset/ports/399798 Log: Document multiple XSS vulnerabilities fixed in CodeIgniter PR: 203403 Security: https://vuxml.FreeBSD.org/freebsd/95602550-76cf-11e5-a2a1-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 20 01:07:11 2015 (r399797) +++ head/security/vuxml/vuln.xml Tue Oct 20 02:33:47 2015 (r399798) @@ -58,6 +58,33 @@ Notes: --> + + codeigniter -- multiple XSS vulnerabilities + + + codeigniter + 2.2.5 + + + + +

The CodeIgniter changelog reports:

+
+

Fixed a number of XSS attack vectors in Security Library method + xss_clean (thanks to Frans Rosén from Detectify.

+
+ +
+ + ports/203403 + https://codeigniter.com/userguide2/changelog.html + + + 2015-10-08 + 2015-10-20 + +
+ Git -- Execute arbitrary code