漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
CodeIgniter: SQL injection is possible via Query Builder deleteBatch() when used with where() conditions
Vulnerability Description
CodeIgniter is a PHP full-stack web framework. From 4.3.0 through 4.7.3, Query Builder deleteBatch() substitutes bound values from where() conditions into generated SQL while ignoring their escape flags, allowing user-controlled condition values to be interpreted as SQL. This affects only the deleteBatch() code path. Regular delete() operations escape where() binds correctly. This issue is fixed in version 4.7.4.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
CodeIgniter4 SQL注入漏洞
Vulnerability Description
codeigniter4 CodeIgniter4是codeigniter4组织开源的一款轻量级Web开发框架。 CodeIgniter4 4.3.0版本至4.7.3版本存在SQL注入漏洞,该漏洞源于deleteBatch()方法在将where()条件中的绑定值替换为生成的SQL时忽略转义标志,将用户控制的条件值解释为SQL,可能导致SQL注入。
CVSS Information
N/A
Vulnerability Type
N/A