Visit Angular NES Home Page
Angular 5
Comprehensive release notes and changelog for Angular 5, including security patches, bug fixes, and feature updates across all supported versions.
4 Patched Vulnerabilities
VEX Statements
Angular
v5.2.18 - May 5, 2026
Notes
- Full package name(s) and version(s):
@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]
Security Fixes
- core: Sanitize sensitive attributes on SVG script elements.
- This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2026-22610).
v5.2.17 - December 19, 2025
Notes
- Full package name(s) and version(s):
@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]
Security Fixes
- compiler: Prevent stored XSS via SVG animation
attributeNameand MathML/SVG URLs.- This fixes a high-severity Cross-Site Scripting (XSS) vulnerability (CVE-2025-66412).
v5.2.16 - December 10, 2025
Notes
- Full package name(s) and version(s):
@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]
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).
v5.2.15 - June 16, 2025
Notes
- This release contains no functional changes from NES v5.2.14.
- This release implements a new package naming scheme for the Angular packages. More information about the change can be found in the NES Decoupled Namespace Specification.
- Full package name(s) and version(s):
@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]@neverendingsupport/[email protected]
v5.2.14 - February 6, 2025
Notes
- This release contains no functional changes from NES v5.2.13.
- This release contains metadata fixes and improvements: Updated licensing information.
- Full Version:
5.2.11-{PACKAGE_NAME}-5.2.14
v5.2.13 - January 10, 2025
Notes
- This release contains no functional changes from NES v5.2.12.
- This release contains metadata fixes and improvements: Updated
package.jsonfiles. - Full Version:
5.2.11-{PACKAGE_NAME}-5.2.13
v5.2.12 - January 9, 2025
Notes
- Full Version:
5.2.11-{PACKAGE_NAME}-5.2.12
Security Fixes
- common: Use
ContentType: application/json(instead oftext/plain) for boolean values withHttpClientrequest body. - core:
- Ensure sanitizer works if
DOMParserreturnsnullbody. - Fix possible XSS vulnerability in development through SSR.
- This fixes a low-severity Cross-Site Scripting (XSS) vulnerability (CVE-2021-4231).
- Ensure sanitizer works if
- platform-browser: Prevent memory leak of style nodes if shadow DOM encapsulation is used.