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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12046— pgadmin 4 授权问题漏洞

一分钟漏洞结论

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

pgadmin 4是pgAdmin组织开源的一款数据库管理工具。 pgAdmin 4 6.9版本至9.16之前版本存在安全漏洞,该漏洞源于SQL Editor蓝图中的两个端点缺少身份验证装饰器,导致未经身份验证的攻击者可以访问会话数据中的未信任数据反序列化点,可能通过伪造服务器端会话文件实现远程代码执行。

CVSS 9.0 · Critical EPSS 0.92% · P57

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
pgAdmin 4: Unauthenticated pickle deserialization in SQL Editor close / update_connection routes enables remote code execution
来源: CVE Program / CVE List V5
Vulnerability Description
Two state-mutating endpoints in pgAdmin 4's SQL Editor blueprint -- DELETE /sqleditor/close/<trans_id> and POST /sqleditor/initialize/sqleditor/update_connection/<sgid>/<sid>/<did> -- were the only routes in the module missing the @pga_login_required decorator. Both reach a pickle.loads sink on session['gridData'][<trans_id>]['command_obj']: the close endpoint via close_sqleditor_session(), and update_sqleditor_connection via check_transaction_status(). In server mode these endpoints were reachable without any authenticated pgAdmin session. The defect is a missing-authentication-on-critical-function (CWE-306) wrapper around a deserialization-of-untrusted-data sink (CWE-502). Exploiting it for remote code execution requires the attacker to also forge a server-side session file whose gridData entry contains a malicious pickle payload, which in turn requires both (a) knowledge of pgAdmin's Flask SECRET_KEY (no chain to leak it is described here -- the attacker must already possess it) and (b) write access to pgAdmin's sessions/ directory on the host. Neither precondition is granted by this defect on its own. When those preconditions are met from another channel (misconfigured deployment, prior compromise, leaked configuration), the missing auth gate is the final hop that turns an existing partial compromise into unauthenticated code execution in the pgAdmin process -- and, by extension, on the host under whatever account runs pgAdmin. Fix is a one-line @pga_login_required decorator on each of the two endpoints, matching the convention used by every other route in the module. The is_authenticated / MFA chain now runs before the trans_id is dereferenced, so an unauthenticated request is rejected before reaching the deserialization path. The defect is server-mode only. In DESKTOP mode pgAdmin's before_request hook re-authenticates DESKTOP_USER on every request, so no endpoint can be exercised in an unauthenticated state and no auth decorator (or its absence) is meaningful. The accompanying regression test mirrors the attacker's path -- harvests an X-pgA-CSRFToken from GET /login and replays it against both endpoints -- and self-skips outside server mode for that reason; it is wired into the existing server-mode CI workflow alongside the data-isolation tests. This issue affects pgAdmin 4: from 6.9 before 9.16.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
关键功能的认证机制缺失
来源: CVE Program / CVE List V5
Vulnerability Title
pgadmin 4 授权问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
pgadmin 4是pgAdmin组织开源的一款数据库管理工具。 pgAdmin 4 6.9版本至9.16之前版本存在安全漏洞,该漏洞源于SQL Editor蓝图中的两个端点缺少身份验证装饰器,导致未经身份验证的攻击者可以访问会话数据中的未信任数据反序列化点,可能通过伪造服务器端会话文件实现远程代码执行。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

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

登录查看更多情报信息。

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

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

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

CVE-2026-12048 9.3 CRITICAL pgadmin 4 输出处理不当漏洞
CVE-2026-12045 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-12046

暂无评论


发表评论