Rhino is an open-source implementation of JavaScript written entirely in Java. Prior to 1.8.1, 1.7.15.1, and 1.7.14.1, when an application passed an attacker controlled float poing number into the toFixed() function, it might lead to high CPU consumption and a potential Denial of Service. Small numbers go through this call stack: NativeNumber.numTo > DToA.JS_dtostr > DToA.JS_dtoa > DToA.pow5mult where pow5mult attempts to raise 5 to a ridiculous power. This vulnerability is fixed in 1.8.1, 1.7.15.1, and 1.7.14.1.
References
| Link | Resource |
|---|---|
| https://github.com/mozilla/rhino/security/advisories/GHSA-3w8q-xq97-5j7x | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
14 Apr 2026, 15:39
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Mozilla
Mozilla rhino |
|
| CPE | cpe:2.3:a:mozilla:rhino:1.8.0:*:*:*:*:*:*:* cpe:2.3:a:mozilla:rhino:*:*:*:*:*:*:*:* cpe:2.3:a:mozilla:rhino:1.7.15:*:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
| References | () https://github.com/mozilla/rhino/security/advisories/GHSA-3w8q-xq97-5j7x - Vendor Advisory |
03 Dec 2025, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-12-03 20:16
Updated : 2026-04-14 15:39
NVD link : CVE-2025-66453
Mitre link : CVE-2025-66453
CVE.ORG link : CVE-2025-66453
JSON object : View
Products Affected
mozilla
- rhino
CWE
CWE-400
Uncontrolled Resource Consumption
