目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-17576— InfiniteWP Client 1.13.9 认证 SQL 注入漏洞

一分钟漏洞结论

影响对象
revmakx InfiniteWP Client
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 的 InfiniteWP Client 插件在 1.13.9 及更早版本中存在 SQL 注入漏洞,该漏洞位于 操作中。 漏洞成因是对 JSON 请求体中提供的数组键名(array-key names)在使用前未进行充分的转义处理。具体而言, 函数对 调用了 函数(该函数会静默跳过无效的 PHP 变量名键),但随后第二个 循环会处理每一个键。该循环使用 去除 前缀,将剩余部分用单引号包裹,然后通过 拼接进 子句,并最终通过 执行,且未使用 进行参数化查询。 由于请求体是从 读取并进行 JSON 解

CVSS 6.5 · Medium EPSS 0.27% · P20

可能的 ATT&CK 技术 1 AI

T1190.002

影响版本矩阵 1

厂商产品 版本范围状态
revmakx InfiniteWP Client ≤ 1.13.9 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-17576 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
InfiniteWP Client <= 1.13.9 - Authenticated (Admin+) SQL Injection via 'iwp_get_comments_*' Array Key
来源: CVE Program / CVE List V5
Vulnerability Description
The InfiniteWP Client plugin for WordPress is vulnerable to SQL Injection via the get_comments action in versions up to, and including, 1.13.9. This is due to insufficient escaping on the array-key names supplied in the JSON request body before use in a SQL statement: IWP_MMB_Comment::get_comments() calls extract() on $args (which silently skips keys that are not valid PHP variable names) but a second foreach($args as $checkbox => $checkbox_val) processes every key, strips the 'iwp_get_comments_' prefix with str_replace(), wraps the remainder in single quotes, and imploded it into an IN(...) clause that is executed via $wpdb->get_results() with no prepare(). Because the request body is read from php://input and JSON-decoded, wp_magic_quotes() never touches the data, so quote characters in keys pass through unaltered. This makes it possible for authenticated attackers, with administrator-level access and above (an administrator can register their own public key via add_site using the plugin's WP-admin-generated activation_key and then issue signed get_comments requests), to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
revmakx InfiniteWP Client 0 ~ 1.13.9 -

二、漏洞 CVE-2026-17576 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-17576 的情报信息

登录查看更多情报信息。

CVE-2026-17576 其他参考 (5)

IV. Related Vulnerabilities

V. Comments for CVE-2026-17576

暂无评论


发表评论