If an error or exception occurs in CodeIgniter4 v4.4.2 and earlier, a detailed error report is displayed even if in the production environment. As a result, confidential information may be leaked.
Upgrade to v4.4.3 or later. See upgrading guide.
Replace ini_set('display_errors', '0')
with ini_set('display_errors', 'Off')
in app/Config/Boot/production.php
.
If you have any questions or comments about this advisory: * Open an issue in codeigniter4/CodeIgniter4 * Email us at SECURITY.md
{ "nvd_published_at": "2023-10-31T16:15:09Z", "cwe_ids": [ "CWE-209" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-10-30T15:18:56Z" }