CVE Vulnerabilities

CVE-2026-11998

Incomplete Filtering of Special Elements

Published: Jun 24, 2026 | Modified: Jun 25, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

A flaw in AngularJS Strict Contextual Escaping (SCE) logic allows bypassing certain SCE policies for resource URLs and can lead to arbitrary JavaScript execution within the context of the victims browser session.

SCEs purpose is to ensure that only trusted or safe values are used in certain security-sensitive contexts, such as resource URLs, including URLs that define executable JavaScript scripts, documents, route templates, etc. A flaw in the logic that tries to match entire URLs against regular expression matchers can result in partial matches for certain types of regular expressions, effectively bypassing the policies and allowing the use of unsafe values as resource URLs.

This issue affects AngularJS versions greater than or equal to 1.2.0-rc.3.

Note: The AngularJS project was already End-of-Life when this CVE was published and will not receive any updates to address this issue. For more information see theĀ  End-of-Life announcement https://docs.angularjs.org/misc/version-support-status .

Weakness

The product receives data from an upstream component, but does not completely filter special elements before sending it to a downstream component.

References