CVE-2026-50168
CVE-2026-50168 is a high-severity vulnerability in Angularjs with a CVSS 3.x base score of 8.2. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-346.
Key facts
- Severity: High (CVSS 3.x base score 8.2)
- CVSS v4: 8.8
- EPSS exploit prediction: 0% (9th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-38293
- Weakness: CWE-346
- Affected product: Angularjs
- Published:
- Last modified:
Description
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, an issue in the @angular/platform-server package allows remote attackers to bypass host allowlist constraints and direct server-side outgoing requests to arbitrary external endpoints. This occurs due to a parser differential between the strict WHATWG URL parser used for allowlist validation and the lenient Domino URL parser used to initialize the server emulated DOM. When a server-side request contains a malformed URL with a double port structure (e.g., http://evil.com:80:80/path), Node's strict URL.canParse(url) logic returns false and skips host check validation entirely. However, the same malformed URL is later accepted and parsed leniently by Domino's internal parser, which resolves the origin to http://evil.com:80. The Angular SSR HTTP request interceptor (relativeUrlsTransformerInterceptorFn) then resolves all relative backend HTTP requests against this adopted origin, executing the SSRF attack. This vulnerability is fixed in 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23.
Frequently asked questions
- What is CVE-2026-50168?
- Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, an issue in the @angular/platform-server package allows remote attackers to bypass host allowlist constraints and direct server-side outgoing requests to arbitrary external endpoints. This occurs due to a parser differential between the strict WHATWG URL parser used for allowlist validation and the lenient Domino URL parser used to initialize the server emulated DOM. When a server-side request contains a malformed URL with a double port structure (e.g., http://evil.com:80:80/path), Node's strict URL.canParse(url) logic returns false and skips host check validation entirely. However, the same malformed URL is later accepted and parsed leniently by Domino's internal parser, which resolves the origin to http://evil.com:80. The Angular SSR HTTP request interceptor (relativeUrlsTransformerInterceptorFn) then resolves all relative backend HTTP requests against this adopted origin, executing the SSRF attack. This vulnerability is fixed in 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23.
- How severe is CVE-2026-50168?
- CVE-2026-50168 has a CVSS 3.x base score of 8.2, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity low, and availability none.
- Is CVE-2026-50168 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (9th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-50168?
- CVE-2026-50168 primarily affects Angularjs. In total, 16 product configurations (CPEs) are listed as vulnerable; see the affected-products list for the exact versions.
- How do I fix CVE-2026-50168?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-50168 have an EU (EUVD) identifier?
- Yes. CVE-2026-50168 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-38293.
- When was CVE-2026-50168 published?
- CVE-2026-50168 was published on 2026-06-22 and last updated on 2026-06-30.
References
- https://github.com/angular/angular/pull/68928
- https://github.com/angular/angular/security/advisories/GHSA-xrxm-cp7j-8xf6
Affected products (16)
- cpe:2.3:a:angularjs:angularjs:*:*:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next0:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next1:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next10:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next11:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next12:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next2:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next3:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next4:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next5:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next6:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next7:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next8:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:next9:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:rc0:*:*:*:*:*:*
- cpe:2.3:a:angularjs:angularjs:22.0.0:rc1:*:*:*:*:*:*
More vulnerabilities in Angularjs
- CVE-2026-50170 — High (CVSS 7.5): Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and…
- CVE-2026-54268 — High (CVSS 7.5): Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and…
- CVE-2019-10768 — High (CVSS 7.5): In AngularJS before 1.7.9 the function `merge()` could be tricked into adding or modifying properties of…
- CVE-2026-50556 — Medium (CVSS 6.1): Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and…
- CVE-2026-50555 — Medium (CVSS 6.1): Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and…
- CVE-2026-50184 — Medium (CVSS 6.1): Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and…
All CVEs affecting Angularjs →
Other CWE-346 vulnerabilities
- CVE-2026-42901 — Critical (CVSS 10.0): Origin validation error in Microsoft Entra ID allows an unauthorized attacker to elevate privileges over a network.
- CVE-2026-6508 — Critical (CVSS 9.8): Origin Validation Error vulnerability in TUBITAK BILGEM Software Technologies Research Institute Liderahenk allows…
- CVE-2026-2790 — Critical (CVSS 9.8): Same-origin policy bypass in the Networking: JAR component. This vulnerability was fixed in Firefox 148, Firefox ESR…
- CVE-2022-50925 — Critical (CVSS 9.8): Prowise Reflect version 1.0.9 contains a remote keystroke injection vulnerability that allows attackers to send…
- CVE-2025-30466 — Critical (CVSS 9.8): This issue was addressed through improved state management. This issue is fixed in Safari 18.4, iOS 18.4 and iPadOS…
- CVE-2024-8487 — Critical (CVSS 9.8): A Cross-Origin Resource Sharing (CORS) vulnerability exists in modelscope/agentscope version v0.0.4. The CORS…