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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54266— Angular 加密问题漏洞

一分钟漏洞结论

影响对象
angular angular
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Angular是Angular组织开源的一个开发平台。用于使用 Typescript / JavaScript 和其他语言构建移动和桌面 Web 应用程序。 Angular存在安全漏洞,该漏洞源于HttpTransferCache使用32位弱哈希生成缓存键,导致哈希碰撞,攻击者可利用特制参数使SSR响应覆盖敏感端点的缓存。

AI 预测 7.5 利用难度: 较易 EPSS 0.09% · P1

可能的 ATT&CK 技术 1 AI

T1005 · Data from Local System

影响版本矩阵 4

厂商产品 版本范围状态
angular angular >= 22.0.0-next.0 < 22.0.1 affected
>= 21.0.0-next.0 < 21.2.17 affected
>= 20.0.0-next.0 < 20.3.25 affected
<= 19.2.25 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Angular: Weak 32-Bit Cache Key Hashing in `HttpTransferCache` Leading to Cross-Request Data Leakage and State Poisoning
来源: CVE Program / CVE List V5
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, Angular's HttpTransferCache caches HTTP requests made during Server-Side Rendering (SSR) so that they can be reused during client-side hydration. This avoids repeating the same HTTP requests on the client. The cached responses are stored in TransferState using a cache key generated by hashing request properties (method, response type, mapped URL, serialized body, and sorted query parameters). The cache keys are generated using a weak 32-bit DJB2-like polynomial rolling hash. The 32-bit hash space is extremely small, allowing attackers to find hash collisions. An attacker can easily find a query parameter string (e.g., q=aaCAZMMM for a search request) that produces the exact same 32-bit hash as a sensitive endpoint (e.g., /api/user/profile). When a victim visits a crafted link containing the colliding parameter, the SSR process executes both the search request and the profile request. Due to the hash collision, the search response overwrites the profile response in the TransferState cache. This vulnerability is fixed in 22.0.1, 21.2.17, and 20.3.25.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
可逆的单向哈希
来源: CVE Program / CVE List V5
Vulnerability Title
Angular 加密问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Angular是Angular组织开源的一个开发平台。用于使用 Typescript / JavaScript 和其他语言构建移动和桌面 Web 应用程序。 Angular存在安全漏洞,该漏洞源于HttpTransferCache使用32位弱哈希生成缓存键,导致哈希碰撞,攻击者可利用特制参数使SSR响应覆盖敏感端点的缓存。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-54266 补丁与修复 (2)

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

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

CVE-2026-52725 Angular 跨站脚本漏洞
CVE-2026-54265 Angular 跨站脚本漏洞
CVE-2026-54268 Angular 资源管理错误漏洞
CVE-2026-54264 Angular 信息泄露漏洞
CVE-2026-54267 Angular 处理逻辑错误漏洞
CVE-2026-49241 Angular 权限许可和访问控制问题漏洞
CVE-2026-50171 Angular 资源管理错误漏洞
CVE-2026-50169 Angular 信息泄露漏洞
CVE-2026-50557 Angular 跨站脚本漏洞
CVE-2026-50168 angular 输入验证错误漏洞
CVE-2026-50556 Angular 跨站脚本漏洞
CVE-2026-50555 Angular 跨站脚本漏洞
CVE-2026-50184 Angular 信息泄露漏洞
CVE-2026-50170 Angular 信息泄露漏洞
CVE-2026-50178 Angular 跨站脚本漏洞
CVE-2026-46417 Angular 服务端请求伪造漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-54266

暂无评论


发表评论