diff options
-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> |