CodeIgniter4 Potential Session Handlers Vulnerability
High severity
GitHub Reviewed
Published
Dec 22, 2022
in
codeigniter4/CodeIgniter4
•
Updated Jan 29, 2023
Description
Published by the National Vulnerability Database
Dec 22, 2022
Published to the GitHub Advisory Database
Dec 22, 2022
Reviewed
Dec 22, 2022
Last updated
Jan 29, 2023
Impact
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
, orRedisHandler
, 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).Patches
Upgrade to version 4.2.11 or later.
Workarounds
References
For more information
If you have any questions or comments about this advisory:
References