CodeIgniter 4.2.9

CPE Details

CodeIgniter 4.2.9
4.2.9
2022-12-27
12h51 +00:00
2023-01-09
14h07 +00:00
Alerte pour un CPE
Restez informé de toutes modifications pour un CPE spécifique.
Gestion des notifications

CPE Name: cpe:2.3:a:codeigniter:codeigniter:4.2.9:*:*:*:*:*:*:*

Informations

Vendor

codeigniter

Product

codeigniter

Version

4.2.9

Related CVE

Open and find in CVE List

CVE ID Publié Description Score Gravité
CVE-2024-29904 2024-03-29 15h32 +00:00 CodeIgniter is a PHP full-stack web framework A vulnerability was found in the Language class that allowed DoS attacks. This vulnerability can be exploited by an attacker to consume a large amount of memory on the server. Upgrade to v4.4.7 or later.
7.5
Haute
CVE-2023-46240 2023-10-31 15h03 +00:00 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`.
7.5
Haute
CVE-2023-32692 2023-05-30 03h15 +00:00 CodeIgniter is a PHP full-stack web framework. This vulnerability allows attackers to execute arbitrary code when you use Validation Placeholders. The vulnerability exists in the Validation library, and validation methods in the controller and in-model validation are also vulnerable because they use the Validation library internally. This issue is patched in version 4.3.5.
9.8
Critique
CVE-2022-46170 2022-12-22 18h58 +00:00 CodeIgniter is a PHP full-stack web framework. 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`, or `RedisHandler`, 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). This issue has been patched, please upgrade to version 4.2.11 or later. As a workaround, use only one session cookie.
9.8
Critique
CVE-2022-23556 2022-12-22 18h50 +00:00 CodeIgniter is a PHP full-stack web framework. This vulnerability may allow attackers to spoof their IP address when the server is behind a reverse proxy. This issue has been patched, please upgrade to version 4.2.11 or later, and configure `Config\App::$proxyIPs`. As a workaround, do not use `$request->getIPAddress()`.
7.5
Haute