fix(deps): update dependency org.mozilla:rhino to v1.7.14.1 [security]#348
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency org.mozilla:rhino to v1.7.14.1 [security]#348renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
c329594 to
dab578a
Compare
dab578a to
ac5122d
Compare
bb052f5 to
226c896
Compare
226c896 to
8f87aa9
Compare
8f87aa9 to
d082996
Compare
37d8e7d to
9fbb714
Compare
9fbb714 to
076164d
Compare
076164d to
c07b5d3
Compare
0f2fdbe to
a12366a
Compare
ec885bb to
abe6fb7
Compare
421299a to
c1eb770
Compare
a1f209e to
67da13a
Compare
333a2bf to
bbe23e4
Compare
010f08f to
9c6491a
Compare
9c6491a to
472c2be
Compare
09d556e to
366f5f9
Compare
366f5f9 to
3075296
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.13→1.7.14.1GitHub Vulnerability Alerts
CVE-2025-66453
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.pow5multwhere
pow5multattempts to raise5to a ridiculous power.Example code:
(4.47118444E-314).toFixed(2)Release Notes
mozilla/rhino (org.mozilla:rhino)
v1.7.14.1December 2, 2025
These releases fix a bug in the code that formats floating-point numbers into strings
that could result in very bad performance in some cases.
We recommend that all users of Rhino upgrade to release 1.8.1 if possible,
and upgrade to Java 17 or 21.
Users who need an older release, or who cannot yet leave Java 8, can also
use 1.7.15.1 or 1.7.14.1.
v1.7.14December 2, 2025
These releases fix a bug in the code that formats floating-point numbers into strings
that could result in very bad performance in some cases.
We recommend that all users of Rhino upgrade to release 1.8.1 if possible,
and upgrade to Java 17 or 21.
Users who need an older release, or who cannot yet leave Java 8, can also
use 1.7.15.1 or 1.7.14.1.
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.