Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 02:34:59 +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: r439354 - head/security/vuxml
Message-ID:  <201704250234.v3P2Yxj2010641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Tue Apr 25 02:34:59 2017
New Revision: 439354
URL: https://svnweb.freebsd.org/changeset/ports/439354

Log:
  Document security issues fixed in CodeIgniter 3.1.4
  
  Security:	https://vuxml.FreeBSD.org/freebsd/df0144fb-295e-11e7-970f-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Apr 25 02:34:54 2017	(r439353)
+++ head/security/vuxml/vuln.xml	Tue Apr 25 02:34:59 2017	(r439354)
@@ -58,6 +58,42 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="df0144fb-295e-11e7-970f-002590263bf5">
+    <topic>codeigniter -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>codeigniter</name>
+	<range><lt>3.1.4</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 a header injection vulnerability in common function
+	    set_status_header() under Apache (thanks to Guillermo Caminer from
+	    Flowgate).</p>
+	  <p>Fixed byte-safety issues in Encrypt Library (DEPRECATED) when
+	    mbstring.func_overload is enabled.</p>
+	  <p>Fixed byte-safety issues in Encryption Library when
+	    mbstring.func_overload is enabled.</p>
+	  <p>Fixed byte-safety issues in compatibility functions
+	    password_hash(), hash_pbkdf2() when mbstring.func_overload is
+	    enabled.</p>
+	  <p>Updated Encrypt Library (DEPRECATED) to call mcrypt_create_iv()
+	    with MCRYPT_DEV_URANDOM.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.codeigniter.com/user_guide/changelog.html</url>;
+    </references>
+    <dates>
+      <discovery>2017-03-23</discovery>
+      <entry>2017-04-25</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="81433129-2916-11e7-ad3e-00e04c1ea73d">
     <topic>weechat -- multiple vulnerabilities</topic>
     <affects>



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