SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-88060

HIGH · CVSS 8.6 EPSS 0.70% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Angular's server-side rendering (SSR) prior to specified versions is vulnerable to a flaw that allows untrusted input to be serialized within fallback raw-content elements, potentially leading to arbitrary JavaScript execution. This vulnerability can be exploited when HTML5 RAWTEXT parsing encounters unescaped closing tags, allowing attackers to manipulate the DOM. Organizations using affected versions of Angular for web applications should prioritize updating to the patched versions to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-88060
Severity
HIGH
CVSS
8.6
EPSS
0.70%
Java

Original NVD Description

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.30, 21.2.22, and 22.1.4, Angular server-side rendering (SSR) in @angular/platform-server serializes untrusted input inside template content nested in fallback raw-content elements such as noscript, iframe, noembed, and noframes. The Domino serializer's fallbackRawContentTags traversal stopped at the DocumentFragment used by template.content, so matching closing tags in xmp, style, script, comments, or text nodes were not escaped. Standard interpolation with comments or text nodes is reachable without relaxed schemas; literal xmp or style requires CUSTOM_ELEMENTS_SCHEMA or NO_ERRORS_SCHEMA, while Renderer2 imperative DOM construction is unconditionally affected. When HTML5 RAWTEXT browser parsing encounters the unescaped closing tag, it exits the fallback container and interprets trailing markup as active DOM elements, enabling arbitrary JavaScript execution. This issue is fixed in versions 20.3.30, 21.2.22, and 22.1.4.