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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-50168— angular 输入验证错误漏洞

一分钟漏洞结论

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

Angular是Angular组织开源的一个开发平台。用于使用 Typescript / JavaScript 和其他语言构建移动和桌面 Web 应用程序。 Angular存在安全漏洞,该漏洞源于解析器差异问题,允许远程攻击者绕过主机允许列表限制并将服务器端传出请求重定向到任意外部端点。以下版本受到影响:22.0.0-rc.2之前版本、21.2.15之前版本、20.3.22之前版本、19.2.23之前版本和18.2.14及之前版本。

AI 预测 8.1 利用难度: 较易 EPSS 0.24% · P14

影响版本矩阵 5

厂商产品 版本范围状态
angular angular >= 22.0.0-next.0, < 22.0.0-rc.2 affected
>= 21.0.0-next.0, < 21.2.15 affected
>= 20.0.0-next.0, < 20.3.22 affected
>= 19.0.0-next.0, < 19.2.23 affected
<= 18.2.14 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Angular: URL Parser Differential in @angular/platform-server leading to SSRF Allowlist Bypass
来源: 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.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, an issue in the @angular/platform-server package allows remote attackers to bypass host allowlist constraints and direct server-side outgoing requests to arbitrary external endpoints. This occurs due to a parser differential between the strict WHATWG URL parser used for allowlist validation and the lenient Domino URL parser used to initialize the server emulated DOM. When a server-side request contains a malformed URL with a double port structure (e.g., http://evil.com:80:80/path), Node's strict URL.canParse(url) logic returns false and skips host check validation entirely. However, the same malformed URL is later accepted and parsed leniently by Domino's internal parser, which resolves the origin to http://evil.com:80. The Angular SSR HTTP request interceptor (relativeUrlsTransformerInterceptorFn) then resolves all relative backend HTTP requests against this adopted origin, executing the SSRF attack. This vulnerability is fixed in 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23.
来源: 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存在安全漏洞,该漏洞源于解析器差异问题,允许远程攻击者绕过主机允许列表限制并将服务器端传出请求重定向到任意外部端点。以下版本受到影响:22.0.0-rc.2之前版本、21.2.15之前版本、20.3.22之前版本、19.2.23之前版本和18.2.14及之前版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-52725 Angular 跨站脚本漏洞
CVE-2026-54265 Angular 跨站脚本漏洞
CVE-2026-54268 Angular 资源管理错误漏洞
CVE-2026-54266 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-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-50168

暂无评论


发表评论