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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12045— pgAdmin 4 命令注入漏洞

一分钟漏洞结论

影响对象
pgadmin.org pgAdmin 4
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

pgadmin 4是pgAdmin组织开源的一款数据库管理工具。 pgAdmin 4 9.13版本至9.16之前版本存在安全漏洞,该漏洞源于AI Assistant的execute_sql_query工具未正确限制LLM生成的SQL语句,允许攻击者通过提示注入绕过只读事务,执行任意SQL命令,导致未授权数据修改,当pgAdmin用户的角色为超级用户或拥有pg_execute_server_program权限时,还可能通过COPY TO PROGRAM实现远程代码执行。

CVSS 9.0 · Critical EPSS 0.48% · P40

影响版本矩阵 1

厂商产品 版本范围状态
pgadmin.org pgAdmin 4 9.13< 9.16 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
pgAdmin 4: AI Assistant read-only transaction bypass allows unauthorised writes and remote code execution
来源: CVE Program / CVE List V5
Vulnerability Description
Read-only transaction bypass in the pgAdmin 4 AI Assistant allows an attacker who can influence database content that the assistant reads to execute arbitrary SQL with the privileges of the pgAdmin user's database role. The AI Assistant's execute_sql_query tool runs LLM-generated SQL inside a BEGIN TRANSACTION READ ONLY wrapper to prevent data modification. The LLM-supplied query was forwarded to the database driver without restriction to a single statement or to read-only verbs, so a multi-statement payload beginning with COMMIT, END, ROLLBACK, or ABORT terminated the read-only transaction and ran subsequent statements in autocommit mode. The trailing ROLLBACK then had no effect. Delivery is via prompt injection: an attacker who can write content into any object the AI Assistant may inspect (a row, a column value, a comment) can cause the LLM to emit the multi-statement payload as a tool call. With ordinary write privileges on the pgAdmin user's role the attacker can perform unauthorised data modification. When the pgAdmin user's role is a PostgreSQL superuser or holds pg_execute_server_program, the chain extends to remote code execution on the database server host via COPY ... TO PROGRAM. Fix validates the LLM-supplied query up front: it must parse to exactly one non-empty / non-comment statement whose leading real token (after stripping whitespace, comments, and punctuation) is one of SELECT, WITH, EXPLAIN, SHOW, VALUES, or TABLE. Transaction-control verbs, DML, DDL, CALL, COPY, DO, SET/RESET, and everything else are rejected before any database work happens. PostgreSQL's READ ONLY mode continues to backstop data-modifying CTEs, EXPLAIN ANALYZE on writes, and volatile side effects. This issue affects pgAdmin 4: from 9.13 before 9.16.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: CVE Program / CVE List V5
Vulnerability Title
pgAdmin 4 命令注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
pgadmin 4是pgAdmin组织开源的一款数据库管理工具。 pgAdmin 4 9.13版本至9.16之前版本存在安全漏洞,该漏洞源于AI Assistant的execute_sql_query工具未正确限制LLM生成的SQL语句,允许攻击者通过提示注入绕过只读事务,执行任意SQL命令,导致未授权数据修改,当pgAdmin用户的角色为超级用户或拥有pg_execute_server_program权限时,还可能通过COPY TO PROGRAM实现远程代码执行。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
pgadmin.org pgAdmin 4 9.13 ~ 9.16 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 已实测靶场 高级
Qwen3.6-35B-A3B · 7245 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

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

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

同批安全公告 · pgadmin.org · 2026-06-18 · 共 7 条

CVE-2026-12048 9.3 CRITICAL pgadmin 4 输出处理不当漏洞
CVE-2026-12046 9.0 CRITICAL pgadmin 4 授权问题漏洞
CVE-2026-12044 8.8 HIGH pgAdmin 4 输出处理不当漏洞
CVE-2026-12049 4.3 MEDIUM pgAdmin 4 输入验证错误漏洞
CVE-2026-12050 4.3 MEDIUM pgadmin 4 SQL注入漏洞
CVE-2026-12047 3.5 LOW pgadmin 4 输出处理不当漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12045

暂无评论


发表评论