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

目标: 1000 元 · 已筹: 1325

100%

CVE-2026-48774— ProxySQL MCP 只读模式执行多语句漏洞

CVSS 7.5 · High

影响版本矩阵 1

厂商产品版本范围状态
sysownproxysql>= 3.0.6, < 3.0.9affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ProxySQL MCP run_sql_readonly executes side-effecting MySQL multi-statements despite read-only contract
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
ProxySQL is a proxy for MySQL and its forks, as well as PostgreSQL. In versions 3.0.0 through 3.0.8, ProxySQL's GenAI/MCP `run_sql_readonly` tool violates its documented read-only contract for MySQL targets. The tool validates only the full input string with a substring blacklist and first-keyword allowlist, but then executes the entire SQL string on a backend connection created with `CLIENT_MULTI_STATEMENTS`. As a result, a caller can submit a read-only first statement followed by a side-effecting second statement, such as `SELECT 1; RENAME TABLE ...`. The validator accepts the payload because it starts with `SELECT` and because side-effecting MySQL statements such as `RENAME TABLE`, `SET`, `RESET`, `LOCK TABLES`, and `KILL` are not rejected by the blacklist. In a live MCP runtime test, the `/mcp/query` endpoint accepted a `run_sql_readonly` request. The MCP response reported success for the first `SELECT`, and direct backend verification showed that the table had actually been renamed. This violates the endpoint's read-only security contract and lets an MCP caller perform backend writes or administrative SQL, limited by the configured MCP target account's database privileges. Version 3.0.9 contains a fix. Other operator mitigations include: keeping MCP disabled unless required; setting a non-empty `mcp-query_endpoint_auth` token before exposing `/mcp/query`; restricting MCP listener network exposure; configuring MCP backend target credentials as database-level read-only users; and adding temporary MCP query rules to block obvious multi-statement patterns.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
输入验证不恰当
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
sysownproxysql >= 3.0.6, < 3.0.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-48774 补丁与修复 (1)

CVE-2026-48774 厂商安全公告 (1)

同批安全公告 · sysown · 2026-06-19 · 共 3 条

CVE-2026-4877210.0 CRITICALProxySQL PROXY-Protocol v1 UNKNOWN源IP伪造绕过ACL漏洞
CVE-2026-487739.8 CRITICALProxySQL MySQL/PostgreSQL首包处理堆溢出漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-48774

暂无评论


发表评论