PT-2026-66681 · Unknown · Codeigniter
CVE-2026-63221
·
Published
2026-07-31
·
Updated
2026-08-07
CVSS v3.1
9.4
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
CodeIgniter versions 4.3.0 through 4.7.3
Description
In the Query Builder, the
deleteBatch() function substitutes bound values from where() conditions into generated SQL while ignoring their escape flags. This allows user-controlled condition values to be interpreted as SQL. This issue is specific to the deleteBatch() code path, whereas regular delete() operations handle where() binds correctly.Recommendations
Update to version 4.7.4.
As a temporary workaround, avoid using the
deleteBatch() function until the update is applied.Exploit
Fix
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Codeigniter