Visit Angular NES Home Page

Angular 7

Comprehensive release notes and changelog for Angular 7, including security patches, bug fixes, and feature updates across all supported versions.

20 Patched Vulnerabilities
VEX Statements

Angular

v7.2.28 - September 16, 2026

Notes

Security Fixes

  • platform-server:
    • Escape fallback raw-content ancestor tags in comments and nested raw-text elements when serializing server-rendered output.
    • Escape fallback raw-content ancestor tags across SVG and MathML foreign content when serializing server-rendered output.
    • Escape processing instruction nodes in fallback raw-content elements when serializing server-rendered output.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-88058).
    • Escape <template> content across DocumentFragment boundaries in fallback raw-content elements when serializing server-rendered output.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-88060).
    • Escape comment content that abruptly closes the comment when serializing server-rendered output.
    • Avoid an infinite loop when parsing a malformed DOCTYPE during server-side rendering.

v7.2.27 - September 14, 2026

Notes

Security Fixes

  • compiler:
    • Strip namespaced SVG script elements during template compilation.
      • This fixes a medium-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-50557).
    • Sanitize dynamic href and xlink:href bindings on SVG elements.
      • This fixes a medium-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-50557).
    • Normalize tag names with custom namespaces in DomElementSchemaRegistry.
      • This fixes a medium-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-50557).
  • core:
    • Support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation.
    • Normalize tag names in runtime i18n attribute security context lookup.
      • This fixes a medium-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-50557).
    • Synchronize core sanitization schema with compiler.
    • Reject script element as a dynamic component host.
      • This fixes a medium-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-52725).
    • Validate lowercase SVG animation attribute names.
      • This fixes a medium-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-52725).

v7.2.26 - August 20, 2026

Notes

Security Fixes

  • common:
    • Add upper bounds for digitsInfo to prevent roundNumber from allocating a large array.
      • This fixes a high-severity Denial of Service (DoS) vulnerability (CVE-2026-50171).
    • Limit date format string length to 256 characters.
      • This fixes a high-severity Denial of Service (DoS) vulnerability (CVE-2026-54268).
  • compiler:
    • Disallow i18n translation of event-handler attributes.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-69151).
    • Reject i18n translation of event-handler attributes on the View Engine path.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-69151).
  • platform-browser:
    • Harden TransferState restoration against DOM clobbering.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-54267).
  • platform-server:
    • Escape matching closing tags correctly when raw-text content contains astral characters.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-50555).
    • Escape <noscript> text content when serializing server-rendered output.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-50556).
    • Escape text in fallback raw-content elements (<iframe>, <noembed>, <noframes>, <noscript>) when serializing server-rendered output.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-69149).

v7.2.25 - July 24, 2026

Notes

Security Fixes

  • core:
    • Validate security-sensitive attributes in i18n bindings.
    • Disallow event attribute bindings in host bindings unconditionally.
  • service-worker:
    • Preserve redirect policy on reconstructed asset requests.
      • This fixes a medium-severity Information Exposure vulnerability (CVE-2026-50169).
    • Preserve explicit credentials: 'omit' in asset requests.
      • This fixes a medium-severity Information Exposure vulnerability (CVE-2026-50184).
    • Preserve HTTP cache mode in asset group requests.
      • This fixes a medium-severity Information Exposure vulnerability (CVE-2026-50184).

v7.2.24 - April 9, 2026

Notes

Security Fixes

  • core:
    • Sanitize sensitive attributes on SVG script elements.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-22610).
    • Block creation of sensitive URI attributes from ICU messages.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-27970).

Breaking Changes

core
  • Block creation of sensitive URI attributes from ICU messages:
    Translators can no longer introduce URI attributes—attribute values are blocked to avoid malicious links, and sanitization now relies on an allowlist of known attributes (still sanitizing URI ones). Translated ICU content keeps only recognized attributes and drops everything else.

v7.2.23 - December 19, 2025

Notes

Security Fixes

  • compiler:
    • Prevent stored XSS via SVG animation attributeName and MathML/SVG URLs.
      • This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2025-66412).

v7.2.22 - December 10, 2025

Notes

Security Fixes

  • common:
    • Prevent Cross-Site Request Forgery (XSRF) token leakage to protocol-relative URLs.
      • This fixes a high-severity Information Exposure vulnerability (CVE-2025-66035).

v7.2.21 - June 16, 2025

Notes

v7.2.20 - February 5, 2025

Notes

  • This release contains no functional changes from NES v7.2.19.
  • This release contains metadata fixes and improvements: Updated licensing information.
  • Full Version: 7.2.16-{PACKAGE_NAME}-7.2.20

v7.2.19 - January 22, 2025

Notes

  • This release adds the following packages: bazel, elements, language-service
  • This release contains metadata fixes and improvements: Updated origination version to 7.2.16.
  • Full Version: 7.2.16-{PACKAGE_NAME}-7.2.19

v7.2.18 - May 16, 2024

Notes

  • This release contains no functional changes from NES v7.2.17.
  • This release contains only metadata fixes and improvements: Updated peer dependency versions.
  • Full Version: 7.2.15-{PACKAGE_NAME}-7.2.18

v7.2.17 - March 15, 2024

Notes

  • Full Version: 7.2.17-{PACKAGE_NAME}

Security Fixes

  • common:
    • Use ContentType: application/json (instead of text/plain) for boolean values with HttpClient request body.
  • core:
    • Ensure sanitizer works if DOMParser returns null body.
    • Fix possible XSS vulnerability in development through SSR.
      • This fixes a low-severity Cross-Site Scripting (XSS) vulnerability (CVE-2021-4231).
  • platform-browser:
    • Prevent memory leak of style nodes if shadow DOM encapsulation is used.

Angular CLI

7.3.14 (NES) - September 2025

Notes

Bug Fixes

  • Fixed build issues: updated peer dependency version numbers

7.3.13 (NES) - June 5, 2025

Notes

7.3.12 (NES) - February 28, 2025

Security

7.3.11 (NES) - February 20, 2025

Notes

  • This is the initial release of the NES Angular CLI 7.3.x series.