已关闭
CVE-2026-45623 #1364
opengauss_bot创建于  7月28日关闭于  23 天前
opengauss_bot
opengauss_bot成员
7月28日 创建

一、漏洞信息
漏洞编号:CVE-2026-45623
漏洞归属组件:postcss, https://gitcode.com/opengauss/openGauss-workbench
漏洞归属的版本:5.2.18,8.4.14,8.4.16,8.4.19,8.4.38,UNKNOWN
CVSS分值:
 BaseScore: N/A None
 Vector: N/A

漏洞简述:
PostCSS_x27;s PreviousMap parses the /*# sourceMappingURL=PATH */ comment from any CSS string passed to process() and dereferences PATH against the local filesystem with no scheme, allowlist, or traversal check. An attacker who controls the CSS input can cause the host process to read any file readable by Node and leak the first ~10 bytes of its content through the resulting JSON.parse SyntaxError message. The bug also yields a precise file-existence oracle and a controllable-read primitive that may be combined with large-file targets for DoS. The behaviour is triggered with PostCSS_x27;s default options - no from, no map, no plugins required - and is therefore reachable from any pipeline that runs untrusted CSS through PostCSS (CMS themes, user-uploaded styles, browser-extension/userstyle processors, build pipelines for third-party packages, blog comment renderers, etc.).

漏洞公开时间:2026-07-23 23:06:16
漏洞创建时间:2026-07-28 02:10:11
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2026-45623
漏洞补丁信息:

二、漏洞分析结构反馈
影响性分析说明:
PostCSS ≤8.5.11 在 PreviousMap 解析 sourceMappingURL 时缺少充分校验,攻击者可控 CSS 可触发读本地文件并通过错误信息泄露约前 10 字节等。修复版本为 8.5.12(见 CVE-2026-45623)。

与本仓库 master 的对应关系:
overrides 中 postcss 为 8.5.10,属于 ≤8.5.11,版本受影响。多为 Vite 构建链传递依赖。

漏洞评分(openGauss评分):
 BaseScore: 7.5
 Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

受影响版本排查(受影响/不受影响):
1.master:受影响

likedislike
opengauss_botopengauss_bot成员
7月28日 添加了label:CVE/UNFIXED
opengauss_bot
opengauss_bot成员
7月28日 评论:

This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.

likedislike
opengauss_bot
opengauss_bot成员
7月28日 评论:

issue处理注意事项:
1. 当前issue受影响的分支提交pr时, 须在pr描述中填写当前issue编号进行关联, 否则无法关闭当前issue;
2. 模板内容需要填写完整, 无论是受影响或者不受影响都需要填写完整内容,未引入的分支不需要填写, 否则无法关闭当前issue;
3. 以下为模板中需要填写完整的内容, 请复制到评论区回复, 注: 内容的标题名称(影响性分析说明, opengauss评分, 受影响版本排查(受影响/不受影响))不能省略,省略后cve-manager将无法正常解析填写内容.


影响性分析说明:

漏洞评分(opengauss评分):
BaseScore: x.x(浮点格式)
Vector:

受影响版本排查(受影响/不受影响):
1.master:


likedislike
opengauss_botopengauss_bot成员
7月28日 将 TestManager 设为负责人
opengauss_botopengauss_bot成员
7月28日 添加了label:sig/Tools
opengauss_bot
opengauss_bot成员
7月28日 评论:

Welcome To openGauss Community

Hey @opengauss_bot , thanks for your contribution to the community.

Bot Usage Manual

I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.

Contact Guide

If you have any questions, please contact the SIG: Tools ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @Louisyzh, @hw_hbj, @justbk, @libiao2024, @wang4721, @wang_xingmiao, @zengseliang, @zhangxubo .

likedislike
sungang14sungang14成员
8月3日 issue优先级由 无优先级 改变为 次要
sungang14sungang14成员
8月3日 关联了看板:openGauss 7.0.0-LTS
shenzheng4
shenzheng4成员
8月12日 评论:

影响性分析说明:
PostCSS ≤8.5.11 在 PreviousMap 解析 sourceMappingURL 时缺少充分校验,攻击者可控 CSS 可触发读本地文件并通过错误信息泄露约前 10 字节等。修复版本为 8.5.12(见 CVE-2026-45623)。

与本仓库 master 的对应关系:
overrides 中 postcss 为 8.5.10,属于 ≤8.5.11,版本受影响。多为 Vite 构建链传递依赖。

漏洞评分(openGauss评分):
 BaseScore: 7.5
 Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

受影响版本排查(受影响/不受影响):
1.master: 受影响

likedislike
opengauss_bot
opengauss_bot成员
8月12日 评论:

经过cve-manager解析,已分析的内容如下表所示:

状态 分析项目 内容
已分析 影响性分析说明 PostCSS ≤8.5.11 在 PreviousMap 解析 sourceMappingURL 时缺少充分校验,攻击者可控 CSS 可触发读本地文件并通过错误信息泄露约前 10 字节等。修复版本为 8.5.12(见 CVE-2026-45623)。与本仓库 master 的对应关系:overrides 中 postcss 为 8.5.10,属于 ≤8.5.11,版本受影响。多为 Vite 构建链传递依赖。
已分析 BaseScore 7.5
已分析 Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
已分析 受影响版本排查 master:受影响

请确认分析内容的准确性, 确认无误后, 您可以进行后续步骤, 否则您可以继续分析.

likedislike
opengauss_botopengauss_bot成员
8月12日 修改了issue 的描述
shenzheng4shenzheng4成员
8月19日 移除了负责人 TestManager
opengauss_bot
opengauss_bot成员
8月19日 评论:

This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.

likedislike
opengauss_botopengauss_bot成员
8月19日 将 TestManager 设为负责人
shenzheng4shenzheng4成员
8月19日 将 shenzheng4 设为负责人,移除负责人 TestManager
shenzheng4
shenzheng4成员
8月19日 评论:

image.png

likedislike
shenzheng4shenzheng4成员
8月19日 issue状态由 待办的 改变为 待回归
zhoucong<Okidoki>
zhoucong<Okidoki>成员
24 天前 评论:

pr已合入,问题单关闭。

likedislike
zhoucong<Okidoki>zhoucong<Okidoki>成员
23 天前 issue状态由 待回归 改变为 已验收
zhoucong<Okidoki>zhoucong<Okidoki>成员
23 天前 关闭了 issue
opengauss_botopengauss_bot成员
23 天前 删除了label:CVE/UNFIXED
opengauss_botopengauss_bot成员
23 天前 添加了label:CVE/FIXED