Server Overload Risk Vulnerability Fixes |
We've identified and patched a vulnerability in the "Server Overload Risk Fixes" of CodeIgniter 2.6 that could potentially lead to Denial of Service (DoS) attacks. This vulnerability allows an attacker to consume a large amount of memory on the server.
Vulnerability Details:
We've developed a fix for this vulnerability that involves modifying two core files: Router.php and URI.php. The fix ensures that regular expressions used in routing and URI validation are properly anchored to prevent malicious exploitation. Patch: Code: diff --git a/system/core/Router.php b/system/core/Router.php Thank you for your attention to this matter and your continued support of CodeIgniter. Best regards. |
Messages In This Thread |
Server Overload Risk Vulnerability Fixes - by Dialedin - 05-25-2024, 12:06 AM
RE: Server Overload Risk Vulnerability Fixes - by kenjis - 05-25-2024, 02:35 PM
RE: Server Overload Risk Vulnerability Fixes - by Bosborne - 05-26-2024, 03:55 AM
|