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

exploitDog

github логотип

GHSA-fgmr-vx7c-5wj6

Опубликовано: 26 сент. 2019
Источник: github
Github: Прошло ревью
CVSS3: 9.8

Описание

Timing attack on HMAC signature comparison in Apache Tapestry

The code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.

Пакеты

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

org.apache.tapestry:tapestry-core

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

>= 5.4, < 5.4.5

5.4.5

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-203
CWE-697

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

CVSS3: 9.8
nvd
больше 6 лет назад

The code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.

CVSS3: 9.8
fstec
больше 6 лет назад

Уязвимость функции String.equals() программной платформы для создания веб-приложений Apache Tapestry, позволяющая нарушителю выполнить произвольный код

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-203
CWE-697