Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-3w8q-xq97-5j7x

Опубликовано: 03 дек. 2025
Источник: github
Github: Прошло ревью
CVSS4: 2.7

Описание

Rhino has high CPU usage and potential DoS when passing specific numbers to toFixed() function

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.

Example code: (4.47118444E-314).toFixed(2)

Пакеты

Наименование

org.mozilla:rhino

maven
Затронутые версииВерсия исправления

< 1.7.14.1

1.7.14.1

Наименование

org.mozilla:rhino

maven
Затронутые версииВерсия исправления

>= 1.7.15, < 1.7.15.1

1.7.15.1

Наименование

org.mozilla:rhino

maven
Затронутые версииВерсия исправления

= 1.8.0

1.8.1

EPSS

Процентиль: 19%
0.0006
Низкий

2.7 Low

CVSS4

Дефекты

CWE-400

Связанные уязвимости

ubuntu
2 месяца назад

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.

nvd
2 месяца назад

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.

debian
2 месяца назад

Rhino is an open-source implementation of JavaScript written entirely ...

suse-cvrf
около 2 месяцев назад

Security update for rhino

EPSS

Процентиль: 19%
0.0006
Низкий

2.7 Low

CVSS4

Дефекты

CWE-400