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

exploitDog

github логотип

GHSA-3rp9-gq85-w2mf

Опубликовано: 17 июл. 2026
Источник: github
Github: Не прошло ревью
CVSS3: 5.3

Описание

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison.

The decode() method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of matching leading bytes.

A caller that decodes attacker supplied tokens leaks the expected signature through this timing variation, which can be aggregated over many requests to recover the signature and forge a token.

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison.

The decode() method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of matching leading bytes.

A caller that decodes attacker supplied tokens leaks the expected signature through this timing variation, which can be aggregated over many requests to recover the signature and forge a token.

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-208

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

CVSS3: 5.3
ubuntu
14 дней назад

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode() method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of matching leading bytes. A caller that decodes attacker supplied tokens leaks the expected signature through this timing variation, which can be aggregated over many requests to recover the signature and forge a token.

CVSS3: 5.3
nvd
14 дней назад

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode() method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of matching leading bytes. A caller that decodes attacker supplied tokens leaks the expected signature through this timing variation, which can be aggregated over many requests to recover the signature and forge a token.

CVSS3: 5.3
debian
14 дней назад

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a ...

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-208