CVE-2026-54267
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, 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 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., or ) before the genuine 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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@angular/corenpm | >= 22.0.0-next.0, < 22.0.1 | 22.0.1 |
@angular/corenpm | >= 21.0.0-next.0, < 21.2.17 | 21.2.17 |
@angular/corenpm | >= 20.0.0-next.0, < 20.3.25 | 20.3.25 |
@angular/corenpm | <= 19.2.25 | — |
Affected products
12- osv-coords10 versionspkg:apk/chainguard/katib-earlystoppingpkg:apk/chainguard/katib-suggestion-hyperbandpkg:apk/chainguard/katib-suggestion-hyperoptpkg:apk/chainguard/katib-suggestion-optuna-enaspkg:apk/chainguard/katib-tfevent-metricscollectorpkg:apk/wolfi/katib-earlystoppingpkg:apk/wolfi/katib-suggestion-hyperbandpkg:apk/wolfi/katib-suggestion-hyperoptpkg:apk/wolfi/katib-suggestion-optuna-enaspkg:apk/wolfi/katib-tfevent-metricscollector
< 0.19.0-r31+ 9 more
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
- (no CPE)range: < 0.19.0-r31
Patches
Vulnerability mechanics
References
5- github.com/angular/angular/commit/6bde84fa8e6a5770b54040fbbc9bf10d5d0386fanvdPatchWEB
- github.com/angular/angular/pull/69064nvdIssue TrackingPatchWEB
- github.com/advisories/GHSA-rgjc-h3x7-9mwgghsaADVISORY
- github.com/angular/angular/security/advisories/GHSA-rgjc-h3x7-9mwgnvdThird Party AdvisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2026-54267ghsaADVISORY
News mentions
1- Angular: 14 CVEs Disclosed Across Core Packages — XSS, DoS, SSRF, and Cache PoisoningVypr Intelligence · Jun 15, 2026