SQL Injection Vulnerability in CodeIgniter 4 Web Framework
CVE-2026-63221
9.4CRITICAL
What is CVE-2026-63221?
The CodeIgniter framework versions 4.3.0 through 4.7.3 are susceptible to an SQL injection vulnerability specifically related to the deleteBatch() function in the Query Builder. This vulnerability permits user-controlled condition values to be misinterpreted as SQL commands due to improper handling of bound values, compromising the security of web applications built with this framework. Regular delete operations are unaffected, as they appropriately escape the where() bindings. Users are encouraged to upgrade to version 4.7.4, where this issue has been addressed.
Affected Version(s)
CodeIgniter4 >= 4.3.0, < 4.7.4
