CVE-2026-50171
Analyzed
Analyzed - Analysis Complete
Denial of Service in Angular Framework
Vulnerability report for CVE-2026-50171, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-22
Last updated on: 2026-07-09
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| angular | angular | to 18.2.14 (inc) |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | From 19.0.0 (inc) to 19.2.23 (exc) |
| angular | angular | From 20.0.0 (inc) to 20.3.22 (exc) |
| angular | angular | From 21.0.0 (inc) to 21.2.15 (exc) |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
| angular | angular | 22.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-834 | The product performs an iteration or loop without sufficiently limiting the number of times that the loop is executed. |
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |