Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Psuet

#34446of 53,624
7.5Total CVSS
Vulnerabilities · 1
PT-2023-29924
7.5
2023-10-30
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`.