Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @angular/platform-server
  4. ›
  5. CVE-2026-69149

CVE-2026-69149: Angular SSR: Missing Fallback Raw-Content Serialization Escaping leads to Cross-Site Scripting (XSS)

August 3, 2026

A Cross-Site Scripting (XSS) vulnerability exists in @angular/platform-server’s DOM emulation dependency (domino) when serializing the content of fallback raw-content elements (<iframe>, <noembed>, <noframes>, and <noscript>).

When rendering dynamic text content inside fallback raw-content elements via template bindings, the template engine expects the browser to render the content safely. Under Server-Side Rendering (SSR), domino is configured with scripting enabled, meaning these elements are treated as raw-text elements.

However, domino’s serializer previously did not escape text nodes within fallback raw-content elements (<iframe>, <noembed>, <noframes>, <noscript>) during DOM serialization. As a result, any occurrence of closing tags in the bound dynamic text was not escaped.

The unescaped closing tag could be serialized directly into the output HTML. When parsed by a browser or re-parsed during SSR post-processing without preserving raw-content parser state, an injected closing tag closes the element early, allowing an injected script block to execute in the user’s browser context, causing same-origin Cross-Site Scripting (XSS).

References

  • github.com/advisories/GHSA-vpx6-8pjr-4g3v
  • github.com/angular/angular/pull/69675
  • github.com/angular/angular/pull/69714
  • github.com/angular/angular/pull/69929
  • github.com/angular/angular/pull/69930
  • github.com/angular/angular/security/advisories/GHSA-vpx6-8pjr-4g3v
  • github.com/angular/domino/commit/f88e5aa49cf2804d7c2df22ef1640eb4ec43dd56
  • github.com/angular/domino/pull/32
  • nvd.nist.gov/vuln/detail/CVE-2026-69149

Code Behaviors & Features

Detect and mitigate CVE-2026-69149 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 19.2.25, all versions starting from 20.0.0-next.0 before 20.3.27, all versions starting from 21.0.0-next.0 before 21.2.19, all versions starting from 22.0.0-next.0 before 22.0.7

Fixed versions

  • 20.3.27
  • 21.2.19
  • 22.0.7

Solution

Upgrade to versions 20.3.27, 21.2.19, 22.0.7 or above.

Impact 8.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

npm/@angular/platform-server/CVE-2026-69149.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 05 Aug 2026 00:18:02 +0000.