Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-hwxf-qxj7-7rfj

Опубликовано: 30 окт. 2023
Источник: github
Github: Прошло ревью
CVSS3: 7.5

Описание

CodeIgniter4 vulnerable to information disclosure when detailed error report is displayed in production environment

Impact

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.

Patches

Upgrade to v4.4.3 or later. See upgrading guide.

Workarounds

Replace ini_set('display_errors', '0') with ini_set('display_errors', 'Off') in app/Config/Boot/production.php.

For more information

If you have any questions or comments about this advisory:

Пакеты

Наименование

codeigniter4/framework

composer
Затронутые версииВерсия исправления

<= 4.4.2

4.4.3

EPSS

Процентиль: 62%
0.00426
Низкий

7.5 High

CVSS3

Дефекты

CWE-209

Связанные уязвимости

CVSS3: 7.5
nvd
больше 2 лет назад

CodeIgniter is a PHP full-stack web framework. Prior to CodeIgniter4 version 4.4.3, if an error or exception occurs, a detailed error report is displayed even if in the production environment. As a result, confidential information may be leaked. Version 4.4.3 contains a patch. As a workaround, replace `ini_set('display_errors', '0')` with `ini_set('display_errors', 'Off')` in `app/Config/Boot/production.php`.

CVSS3: 7.5
debian
больше 2 лет назад

CodeIgniter is a PHP full-stack web framework. Prior to CodeIgniter4 v ...

EPSS

Процентиль: 62%
0.00426
Низкий

7.5 High

CVSS3

Дефекты

CWE-209