HIGH🇵🇱 Wersja polska

CVE-2026-54267

CVSS 8.6v4.0pub. 2026-06-22upd. 2026-07-09

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.

CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Angular

    APP
    Angular
    ≤ 19.2.2520.0.0 – 20.3.25 (excl.)21.0.0 – 21.2.17 (excl.)22.0.0 – 22.0.1 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
ContainerXSS
CWE
References

Related vulnerabilities

CVE-2026-69151HIGH7.6PL ✓same product

Angular: XSS przez złośliwy plik tłumaczeń i18n (event-handler injection)

CVE-2026-69149HIGH8.6PL ✓same product

XSS w Angular platform-server podczas serializacji elementów fallback

CVE-2026-68945HIGH8.8PL ✓same product

Angular HttpTransferCache — błędne łączenie parametrów zapytań (CWE-345)

CVE-2026-46417HIGH8.8same product

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript...

CVE-2026-50168HIGH8.8same product

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript...