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

exploitDog

github логотип

GHSA-r6v5-fh4h-64xc

Опубликовано: 05 фев. 2026
Источник: github
Github: Прошло ревью
CVSS4: 6.8

Описание

time vulnerable to stack exhaustion Denial of Service attack

Impact

When user-provided input is provided to any type that parses with the RFC 2822 format, a Denial of Service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary, non-malicious input will never encounter this scenario.

Patches

A limit to the depth of recursion was added in v0.3.47. From this version, an error will be returned rather than exhausting the stack.

Workarounds

Limiting the length of user input is the simplest way to avoid stack exhaustion, as the amount of the stack consumed would be at most a factor of the length of the input.

Пакеты

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

time

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

>= 0.3.6, < 0.3.47

0.3.47

EPSS

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

6.8 Medium

CVSS4

Дефекты

CWE-121

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

ubuntu
2 дня назад

time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary, non-malicious input will never encounter this scenario. A limit to the depth of recursion was added in v0.3.47. From this version, an error will be returned rather than exhausting the stack.

nvd
2 дня назад

time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary, non-malicious input will never encounter this scenario. A limit to the depth of recursion was added in v0.3.47. From this version, an error will be returned rather than exhausting the stack.

debian
2 дня назад

time provides date and time handling in Rust. From 0.3.6 to before 0.3 ...

EPSS

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

6.8 Medium

CVSS4

Дефекты

CWE-121