漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
CodeIgniter is vulnerable to improper authentication via Session Handlers
Vulnerability Description
CodeIgniter is a PHP full-stack web framework. When an application uses (1) multiple session cookies (e.g., one for user pages and one for admin pages) and (2) a session handler is set to `DatabaseHandler`, `MemcachedHandler`, or `RedisHandler`, then if an attacker gets one session cookie (e.g., one for user pages), they may be able to access pages that require another session cookie (e.g., for admin pages). This issue has been patched, please upgrade to version 4.2.11 or later. As a workaround, use only one session cookie.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
Vulnerability Type
认证机制不恰当
Vulnerability Title
CodeIgniter 授权问题漏洞
Vulnerability Description
CodeIgniter是一款使用PHP语言编写的开源Web框架。 CodeIgniter 4.2.11之前版本存在授权问题漏洞,该漏洞源于当应用程序使用多个会话 cookie,和 会话处理程序设置为“DatabaseHandler”、“MemcachedHandler”或“RedisHandler”时,如果攻击者获取一个会话 cookie(例如,一个用于用户页面),他们可能能够访问需要另一个会话 cookie 的页面。
CVSS Information
N/A
Vulnerability Type
N/A