Unknown · Codeigniter4 · CVE-2023-46240
**Name of the Vulnerable Software and Affected Versions**
CodeIgniter4 versions prior to 4.4.3
**Description**
CodeIgniter is a PHP full-stack web framework. If an error or exception occurs, a detailed error report is displayed even if in the production environment, potentially leaking confidential information.
**Recommendations**
For versions prior to 4.4.3, upgrade to version 4.4.3 or later.
As a temporary workaround for versions prior to 4.4.3, replace `ini set('display errors','0')` with `ini set('display errors','Off')` in `app/Config/Boot/production.php`.