CVE-2026-54267
Last modified
CVE-2026-54267 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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(). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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 <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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
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
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Angular | Angular | <= 19.2.25 |
| Angular | Angular | >= 20.0.0, < 20.3.25 |
| Angular | Angular | >= 21.0.0, < 21.2.17 |
| Angular | Angular | >= 22.0.0, < 22.0.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54267?
How severe is CVE-2026-54267?
How do I fix CVE-2026-54267?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54261Wagtail is an open source content management system built on…6.5
- CVE-2026-54262Wagtail is an open source content management system built on…4.3
- CVE-2026-54263Wagtail is an open source content management system built on…7.3
- CVE-2026-54264Angular is a development platform for building mobile and de…6.1
- CVE-2026-54265Angular is a development platform for building mobile and de…6.1
- CVE-2026-54266Angular is a development platform for building mobile and de…6.1
- CVE-2026-54268Angular is a development platform for building mobile and de…7.5
- CVE-2026-54269protobufjs compiles protobuf definitions into JavaScript (JS…5.3
- CVE-2026-5427The Kubio plugin for WordPress is vulnerable to Arbitrary Fi…5.3
- CVE-2026-54270protobufjs compiles protobuf definitions into JavaScript (JS…5.3
- CVE-2026-54271protobufjs-cli is the command line add-on for protobuf.js. P…8.2
- CVE-2026-54272ip-address is a library for parsing and manipulating IPv4 an…6.9
Are you affected by CVE-2026-54267?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
