From owner-svn-ports-head@freebsd.org Mon Sep 28 01:09:13 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 E96E4A0AC13; Mon, 28 Sep 2015 01:09:12 +0000 (UTC) (envelope-from junovitch@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 D99B69BA; Mon, 28 Sep 2015 01:09:12 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8S19CEc083248; Mon, 28 Sep 2015 01:09:12 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8S19CI1083247; Mon, 28 Sep 2015 01:09:12 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201509280109.t8S19CI1083247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 28 Sep 2015 01:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398068 - 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, 28 Sep 2015 01:09:13 -0000 Author: junovitch Date: Mon Sep 28 01:09:11 2015 New Revision: 398068 URL: https://svnweb.freebsd.org/changeset/ports/398068 Log: Document multiple vulnerabilities in CodeIgniter PR: 203401 Security: 5114cd11-6571-11e5-9909-002590263bf5 Security: 01bce4c6-6571-11e5-9909-002590263bf5 Security: c21f4e61-6570-11e5-9909-002590263bf5 Security: f838dcb4-656f-11e5-9909-002590263bf5 Security: b7d785ea-656d-11e5-9909-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Sep 28 00:58:41 2015 (r398067) +++ head/security/vuxml/vuln.xml Mon Sep 28 01:09:11 2015 (r398068) @@ -58,6 +58,157 @@ Notes: --> + + codeigniter -- SQL injection vulnerability + + + codeigniter + 2.2.4 + + + + +

The CodeIgniter changelog reports:

+
+

Security: Fixed an SQL injection vulnerability in Active Record + method offset().

+
+ +
+ + ports/203401 + https://codeigniter.com/userguide2/changelog.html + + + 2015-08-20 + 2015-09-28 + +
+ + + codeigniter -- mysql database driver vulnerability + + + codeigniter + 2.2.3 + + + + +

The CodeIgniter changelog reports:

+
+

Security: Removed a fallback to mysql_escape_string() in the mysql + database driver (escape_str() method) when there's no active database + connection.

+
+ +
+ + ports/203401 + https://codeigniter.com/userguide2/changelog.html + + + 2015-07-15 + 2015-09-28 + +
+ + + codeigniter -- multiple vulnerabilities + + + codeigniter + 2.2.2 + + + + +

The CodeIgniter changelog reports:

+
+

Security: Added HTTP "Host" header character validation to prevent + cache poisoning attacks when base_url auto-detection is used.

+

Security: Added FSCommand and seekSegmentTime to the "evil + attributes" list in CI_Security::xss_clean().

+
+ +
+ + ports/203401 + https://codeigniter.com/userguide2/changelog.html + + + 2015-04-15 + 2015-09-28 + +
+ + + codeigniter -- multiple vulnerabilities + + + codeigniter + 2.2.0 + + + + +

The CodeIgniter changelog reports:

+
+

Security: The xor_encode() method in the Encrypt Class has been + removed. The Encrypt Class now requires the Mcrypt extension to be + installed.

+

Security: The Session Library now uses HMAC authentication instead + of a simple MD5 checksum.

+
+ +
+ + ports/203401 + https://codeigniter.com/userguide2/changelog.html + + + 2014-06-05 + 2015-09-28 + +
+ + + codeigniter -- SQL injection vulnerability + + + codeigniter + 2.0.3 + + + + +

The CodeIgniter changelog reports:

+
+

An improvement was made to the MySQL and MySQLi drivers to prevent + exposing a potential vector for SQL injection on sites using + multi-byte character sets in the database client connection.

+

An incompatibility in PHP versions < 5.2.3 and MySQL > 5.0.7 + with mysql_set_charset() creates a situation where using multi-byte + character sets on these environments may potentially expose a SQL + injection attack vector. Latin-1, UTF-8, and other "low ASCII" + character sets are unaffected on all environments.

+

If you are running or considering running a multi-byte character + set for your database connection, please pay close attention to the + server environment you are deploying on to ensure you are not + vulnerable.

+
+ +
+ + ports/156486 + https://codeigniter.com/userguide2/changelog.html + + + 2011-08-20 + 2015-09-28 + +
+ chromium -- multiple vulnerabilities