CVE-2026-27739

CRITICAL
中文标题:
(暂无数据)
英文标题:
Angular SSR is vulnerable to SSRF and Header Injection via request handling pipeline
CVSS分数: 9.2
发布时间: 2026-02-25 16:47:29
漏洞类型: (暂无数据)
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v2
漏洞描述
中文描述:

(暂无数据)

英文描述:

The Angular SSR is a server-rise rendering tool for Angular applications. Versions prior to 21.2.0-rc.1, 21.1.5, 20.3.17, and 19.2.21 have a Server-Side Request Forgery (SSRF) vulnerability in the Angular SSR request handling pipeline. The vulnerability exists because Angular’s internal URL reconstruction logic directly trusts and consumes user-controlled HTTP headers specifically the Host and `X-Forwarded-*` family to determine the application's base origin without any validation of the destination domain. Specifically, the framework didn't have checks for the host domain, path and character sanitization, and port validation. This vulnerability manifests in two primary ways: implicit relative URL resolution and explicit manual construction. When successfully exploited, this vulnerability allows for arbitrary internal request steering. This can lead to credential exfiltration, internal network probing, and a confidentiality breach. In order to be vulnerable, the victim application must use Angular SSR (Server-Side Rendering), the application must perform `HttpClient` requests using relative URLs OR manually construct URLs using the unvalidated `Host` / `X-Forwarded-*` headers using the `REQUEST` object, the application server must be reachable by an attacker who can influence these headers without strict validation from a front-facing proxy, and the infrastructure (Cloud, CDN, or Load Balancer) must not sanitize or validate incoming headers. Versions 21.2.0-rc.1, 21.1.5, 20.3.17, and 19.2.21 contain a patch. Some workarounds are available. Avoid using `req.headers` for URL construction. Instead, use trusted variables for base API paths. Those who cannot upgrade immediately should implement a middleware in their `server.ts` to enforce numeric ports and validated hostnames.

CWE类型:
CWE-918
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
angular angular-cli >= 21.2.0-next.2, < 21.2.0-rc.0 - - cpe:2.3:a:angular:angular-cli:>=_21.2.0-next.2,_<_21.2.0-rc.0:*:*:*:*:*:*:*
angular angular-cli >= 21.0.0-next.0, < 21.1.5 - - cpe:2.3:a:angular:angular-cli:>=_21.0.0-next.0,_<_21.1.5:*:*:*:*:*:*:*
angular angular-cli >= 20.0.0-next.0, < 20.3.17 - - cpe:2.3:a:angular:angular-cli:>=_20.0.0-next.0,_<_20.3.17:*:*:*:*:*:*:*
angular angular-cli < 19.2.21 - - cpe:2.3:a:angular:angular-cli:<_19.2.21:*:*:*:*:*:*:*
angular @nguniversal/common <= 16.2.0 - - cpe:2.3:a:angular:@nguniversal_common:<=_16.2.0:*:*:*:*:*:*:*
angular @nguniversal/express-engine <= 16.2.0 - - cpe:2.3:a:angular:@nguniversal_express-engine:<=_16.2.0:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/angular/angular-cli/security/advisories/GHSA-x288-3778-4hhx x_refsource_CONFIRM
cve.org
访问
https://github.com/angular/angular-cli/pull/32516 x_refsource_MISC
cve.org
访问
https://angular.dev/best-practices/security#preventing-server-side-request-forgery-ssrf x_refsource_MISC
cve.org
访问
https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/SSRF x_refsource_MISC
cve.org
访问
CVSS评分详情
4.0 (cna)
CRITICAL
9.2
CVSS向量: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N
机密性
HIGH
完整性
LOW
可用性
NONE
后续系统影响 (Subsequent):
机密性
HIGH
完整性
LOW
可用性
NONE
时间信息
发布时间:
2026-02-25 16:47:29
修改时间:
2026-02-25 16:47:29
创建时间:
2026-02-26 06:00:01
更新时间:
2026-02-28 06:00:02
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2026-27739 2026-02-26 03:19:54 2026-02-25 22:00:01
NVD nvd_CVE-2026-27739 2026-02-26 02:00:04 2026-02-25 22:00:04
版本与语言
当前版本: v2
主要语言: EN
支持语言:
EN
安全公告
暂无安全公告信息
变更历史
v2 NVD
2026-02-26 06:00:04
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']