CVE-2026-2739
Received
Received - Intake
Infinite Loop Vulnerability in bn.js Before 5.2.3 Causes Process Hang
Publication date: 2026-02-20
Last updated on: 2026-02-20
Assigner: Snyk
Description
Description
This affects versions of the package bn.js before 5.2.3. Calling maskn(0) on any BN instance corrupts the internal state, causing toString(), divmod(), and other methods to enter an infinite loop, hanging the process indefinitely.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| indutny | bn.js | to 5.2.3 (exc) |
| indutny | bn.js | to 5.2.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-835 | The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop. |