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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54267— Angular 客户端水合DOM污染和响应缓存投毒漏洞

EPSS 0.30% · P22
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Angular Client Hydration DOM Clobbering & Response-Cache Poisoning
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, to optimize client-side bootstrap in Server-Side Rendered (SSR) environments, Angular supports Hydration via provideClientHydration(). During SSR, Angular serializes the application's runtime state (such as cached HttpClient responses) and outputs it into the HTML stream as a <script> tag with a predictable identifier. During client bootstrap, Angular recovers this state by looking up the element via document.getElementById('ng-state') and parsing its text content. Because the DOM element lookup for the state container is predictable and relies solely on the ID selector (ng-state), it is susceptible to DOM Clobbering. If the application binds untrusted user input or CMS content to element properties such as id (e.g., <div [id]="userInput"> or <a id="ng-state">) before the genuine <script> tag is parsed by the browser, the attacker-controlled element takes precedence in the DOM lookup. During hydration, when Angular calls document.getElementById('ng-state'), the browser returns the attacker's clobbered element. Angular then attempts to parse the text content or attributes of this clobbered element as JSON. This vulnerability is fixed in 22.0.1, 21.2.17, and 20.3.25.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
angularangular >= 22.0.0-next.0 < 22.0.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-54267 其他参考 (3)

同批安全公告 · angular · 2026-06-22 · 共 17 条

CVE-2026-52725Angular 模板和动态组件命名空间绕过导致跨站脚本(XSS)漏洞
CVE-2026-54265Angular 双向属性绑定绕过导致的 XSS 漏洞
CVE-2026-54268Angular formatDate日期格式化拒绝服务漏洞
CVE-2026-54266Angular HttpTransferCache 弱缓存密钥哈希导致数据泄露与状态污染
CVE-2026-54264Angular 服务 Worker 跨域重定向敏感头泄露漏洞
CVE-2026-49241Angular语言服务VS Code扩展远程代码执行漏洞
CVE-2026-50171Angular 数字格式化DoS漏洞
CVE-2026-50169Angular Service Worker 策略绕过与凭据剥离漏洞
CVE-2026-50557Angular 模板与属性命名空间绕过(XSS)漏洞
CVE-2026-50168Angular platform-server SSRF白名单绕过漏洞
CVE-2026-50556Angular SSR 缺少 noscript 转义导致 XSS 漏洞
CVE-2026-50555@angular/platform-server 跨站脚本漏洞
CVE-2026-50184Angular Service Worker 请求凭据和缓存策略剥离漏洞
CVE-2026-50170Angular 凭证请求缓存默认信息泄露漏洞
CVE-2026-50178VS Code Angular语言服务扩展远程代码执行漏洞
CVE-2026-46417Angular SSRF漏洞 @angular/platform-server

IV. Related Vulnerabilities

V. Comments for CVE-2026-54267

暂无评论


发表评论