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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12048— pgadmin 4 输出处理不当漏洞

一分钟漏洞结论

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

pgadmin 4是pgAdmin组织开源的一款数据库管理工具。 pgAdmin 4 6.0版本至9.16之前版本存在安全漏洞,该漏洞源于错误处理和计划节点渲染路径中PostgreSQL服务器返回的文本被直接通过html-react-parser传入用户界面多个组件,可能导致未经身份验证的攻击者在受害者pgAdmin连接其控制的服务器或查看引用特制对象的Explain计划时,向pgAdmin DOM注入任意HTML(包括iframe),进而通过iframe的srcdoc加载恶意JavaScript并重定向

CVSS 9.3 · Critical EPSS 0.21% · P12

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
pgAdmin 4: Stored XSS via untrusted error and plan-node text rendered through html-react-parser
来源: CVE Program / CVE List V5
Vulnerability Description
Stored cross-site scripting in pgAdmin 4's error-rendering and plan-node-rendering paths. Text returned by a PostgreSQL server (ErrorResponse messages, including object names quoted back inside relation-does-not-exist errors and inside EXPLAIN Recheck Cond / Exact Heap Blocks fields) was passed verbatim through html-react-parser at every user-facing sink — the notifier toasts, FormFooterMessage / FormInput help and error areas, FormNote, ModalProvider AlertContent and confirmDelete, ToolErrorView, the Explain visualiser's NodeText panel, the SQL editor confirm dialogs, ConfirmSaveContent, PreferencesHelper modal alerts, and SelectThemes helper text. A PostgreSQL server an attacker controls — or any server returning attacker-influenced text such as a table or column name a low-privilege database user can create — could inject arbitrary HTML (including <iframe>) into the pgAdmin DOM the moment the victim's pgAdmin connected to that server or viewed an Explain plan that referenced the crafted object. The injected iframe's srcdoc could fetch attacker-served JavaScript and, by writing to parent.location, redirect the victim's top-level pgAdmin browser tab to an attacker-controlled URL. Because the injection originates from inside pgAdmin's own interface, standard anti-clickjacking controls (X-Frame-Options, Content-Security-Policy: frame-ancestors) do not mitigate it. A phishing page rendered inside the legitimate pgAdmin window is indistinguishable from a genuine pgAdmin dialog. Fix combines three complementary layers. (1) DOMPurify sanitisation is wrapped around every html-react-parser call site reachable from notifier, alert, form-error, Explain, and SQL-editor flows. (2) A new plain-text rendering contract — SafeMessage / SafeHtmlMessage components plus Notifier.errorText / alertText / warningText / infoText / successText helpers — is introduced; around fifty callers across browser, tools, dashboard, debugger, misc, llm, preferences, schema diff, and the SQL editor that previously interpolated backend-derived strings are migrated to the plain-text variants. (3) Backend HTML-escape is applied at the post-connection-SQL handler (execute_post_connection_sql) via a new sanitize_external_text helper, so third-party JSON consumers (audit logs, API clients) never receive raw markup either; the Explain plan-info renderer is also patched to _.escape Recheck Cond and Exact Heap Blocks at construction (matching every sibling field), giving defence in depth even before DOMPurify runs. This issue affects pgAdmin 4: from 6.0 before 9.16.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5
Vulnerability Title
pgadmin 4 输出处理不当漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
pgadmin 4是pgAdmin组织开源的一款数据库管理工具。 pgAdmin 4 6.0版本至9.16之前版本存在安全漏洞,该漏洞源于错误处理和计划节点渲染路径中PostgreSQL服务器返回的文本被直接通过html-react-parser传入用户界面多个组件,可能导致未经身份验证的攻击者在受害者pgAdmin连接其控制的服务器或查看引用特制对象的Explain计划时,向pgAdmin DOM注入任意HTML(包括iframe),进而通过iframe的srcdoc加载恶意JavaScript并重定向
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

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

登录查看更多情报信息。

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

CVE-2026-12045 9.0 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-12048

暂无评论


发表评论