diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2017-04-25 02:34:59 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2017-04-25 02:34:59 +0000 |
commit | 24380ad8b2b857649455c70ccad0a925c19451c4 (patch) | |
tree | 799bde8e26f2ef64715ca9b60a711980759b180a /security | |
parent | f291d374ff6104e1a784473d4413aa86e44e3856 (diff) | |
download | freebsd-ports-24380ad8b2b857649455c70ccad0a925c19451c4.zip |
Document security issues fixed in CodeIgniter 3.1.4
Security: https://vuxml.FreeBSD.org/freebsd/df0144fb-295e-11e7-970f-002590263bf5.html
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a9d628c8969e..bd338f4abb6c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |