CVE-2026-50171
CVE-2026-50171 is a medium-severity vulnerability in Angularjs with a CVSS 3.x base score of 6.1. 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-400.
Key facts
- Severity: Medium (CVSS 3.x base score 6.1)
- CVSS v4: 8.2
- EPSS exploit prediction: 0% (6th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-38298
- Weakness: CWE-400
- 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, a Denial of Service (DoS) vulnerability exists in the @angular/common package of Angular. The formatNumber function, which is also utilized by DecimalPipe, PercentPipe, and CurrencyPipe, does not properly validate the upper bounds of the digitsInfo parameter. Specifically, the minimum and maximum fraction digits parsed from the digitsInfo string (e.g., 1.2-4) are converted to integers and used without limits. When parsing a maliciously crafted digitsInfo string with excessively large fraction digit values (e.g., 1.200000000-200000000), the internal roundNumber function attempts to pad the digits array to match the requested fraction size. This results in an unbounded loop that repeatedly pushes elements into an array. 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-50171?
- 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, a Denial of Service (DoS) vulnerability exists in the @angular/common package of Angular. The formatNumber function, which is also utilized by DecimalPipe, PercentPipe, and CurrencyPipe, does not properly validate the upper bounds of the digitsInfo parameter. Specifically, the minimum and maximum fraction digits parsed from the digitsInfo string (e.g., 1.2-4) are converted to integers and used without limits. When parsing a maliciously crafted digitsInfo string with excessively large fraction digit values (e.g., 1.200000000-200000000), the internal roundNumber function attempts to pad the digits array to match the requested fraction size. This results in an unbounded loop that repeatedly pushes elements into an array. 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-50171?
- CVE-2026-50171 has a CVSS 3.x base score of 6.1, rated medium severity. It is exploitable over network with low attack complexity, requires no privileges and user interaction. Impact on confidentiality is low, integrity low, and availability none.
- Is CVE-2026-50171 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (6th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-50171?
- CVE-2026-50171 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-50171?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-50171 have an EU (EUVD) identifier?
- Yes. CVE-2026-50171 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-38298.
- When was CVE-2026-50171 published?
- CVE-2026-50171 was published on 2026-06-22 and last updated on 2026-06-26.
References
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-50168 — High (CVSS 8.2): Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and…
- 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…
All CVEs affecting Angularjs →
Other CWE-400 (Uncontrolled Resource Consumption) vulnerabilities
- CVE-2026-46775 — Critical (CVSS 9.9): Vulnerability in Oracle REST Data Services (component: Core). Supported versions that are affected are 24.2.0-26.1.0.…
- CVE-2025-61303 — Critical (CVSS 9.8): Hatching Triage Sandbox Windows 10 build 2004 (2025-08-14) and Windows 10 LTSC 2021(2025-08-14) contains a…
- CVE-2025-43193 — Critical (CVSS 9.8): The issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.6, macOS Sonoma 14.7.7,…
- CVE-2025-24269 — Critical (CVSS 9.8): The issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.4. An app may be able to…
- CVE-2025-24264 — Critical (CVSS 9.8): The issue was addressed with improved memory handling. This issue is fixed in Safari 18.4, iOS 18.4 and iPadOS 18.4,…
- CVE-2025-24260 — Critical (CVSS 9.8): The issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.4, macOS Sonoma 14.7.5,…
Browse all CWE-400 (Uncontrolled Resource Consumption) vulnerabilities →