Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2017 16:39:13 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435488 - head/security/vuxml
Message-ID:  <201703051639.v25GdD6U058374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Mar  5 16:39:13 2017
New Revision: 435488
URL: https://svnweb.freebsd.org/changeset/ports/435488

Log:
  Document security issues fixed in CodeIgniter 3.1.3
  
  Security:	https://vuxml.FreeBSD.org/freebsd/71ebbc50-01c1-11e7-ae1b-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Mar  5 16:27:12 2017	(r435487)
+++ head/security/vuxml/vuln.xml	Sun Mar  5 16:39:13 2017	(r435488)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="71ebbc50-01c1-11e7-ae1b-002590263bf5">
+    <topic>codeigniter -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>codeigniter</name>
+	<range><lt>3.1.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The CodeIgniter changelog reports:</p>
+	<blockquote cite="https://www.codeigniter.com/user_guide/changelog.html">;
+	  <p>Fixed an XSS vulnerability in Security Library method xss_clean().
+	    </p>
+	  <p>Fixed a possible file inclusion vulnerability in Loader Library
+	    method vars().</p>
+	  <p>Fixed a possible remote code execution vulnerability in the Email
+	    Library when ‘mail’ or ‘sendmail’ are used (thanks to Paul Buonopane
+	    from NamePros).</p>
+	  <p>Added protection against timing side-channel attacks in Security
+	    Library method csrf_verify().</p>
+	  <p>Added protection against BREACH attacks targeting the CSRF token
+	    field generated by Form Helper function form_open().</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.codeigniter.com/user_guide/changelog.html</url>;
+    </references>
+    <dates>
+      <discovery>2017-01-09</discovery>
+      <entry>2017-03-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7b35a77a-0151-11e7-ae1b-002590263bf5">
     <topic>ikiwiki -- authentication bypass vulnerability</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703051639.v25GdD6U058374>