CVE-2025-24013 – CodeIgniter validation of header name and value
https://notcve.org/view.php?id=CVE-2025-24013
20 Jan 2025 — CodeIgniter is a PHP full-stack web framework. Prior to 4.5.8, CodeIgniter lacked proper header validation for its name and value. The potential attacker can construct deliberately malformed headers with Header class. This could disrupt application functionality, potentially causing errors or generating invalid HTTP requests. In some cases, these malformed requests might lead to a DoS scenario if a remote service’s web application firewall interprets them as malicious and blocks further communication with t... • https://datatracker.ietf.org/doc/html/rfc7230#section-3.2 • CWE-436: Interpretation Conflict •
CVE-2024-29904 – CodeIgniter4 Language class DoS Vulnerability
https://notcve.org/view.php?id=CVE-2024-29904
29 Mar 2024 — 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. CodeIgniter es un framework web PHP de pila completa. Se encontró una vulnerabilidad en la clase de lenguaje que permitía ataques DoS. • https://github.com/codeigniter4/CodeIgniter4/commit/fa851acbae7ae4c5a97f8f38ae87aa0822a334c0 • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') •