Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 6, 2025

🚨 This automated pull request was created by Frogbot and fixes the below:

📦 Vulnerable Dependencies

Severity ID Contextual Analysis Direct Dependencies Impacted Dependency Fixed Versions
low
Low
CVE-2025-66453 Not Covered org.mozilla:rhino:1.8.0 org.mozilla:rhino 1.8.0 [1.7.14.1]
[1.7.15.1]
[1.8.1]

🔖 Details

Vulnerability Details

Contextual Analysis: Not Covered
Direct Dependencies: org.mozilla:rhino:1.8.0
Impacted Dependency: org.mozilla:rhino:1.8.0
Fixed Versions: [1.7.14.1], [1.7.15.1], [1.8.1]
CVSS V3: -

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.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants