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

exploitDog

github логотип

GHSA-49xc-52mp-cc9j

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

Описание

nimiq-blockchain is missing a wall-clock upper bound on block timestamps

Impact

Block timestamp validation enforces that timestamp >= parent.timestamp for non-skip blocks and timestamp == parent.timestamp + MIN_PRODUCER_TIMEOUT for skip blocks, but there is no visible upper bound check against the wall clock. A malicious block-producing validator can set block timestamps arbitrarily far in the future. This directly affects reward calculations via Policy::supply_at() and batch_delay() in blockchain/src/reward.rs, inflating the monetary supply beyond the intended emission schedule.

Patches

TBD

Workarounds

No know workarounds.

Пакеты

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

nimiq-blockchain

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

<= 1.3.0

Отсутствует

EPSS

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

9.1 Critical

CVSS3

Дефекты

CWE-1284
CWE-20

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

CVSS3: 8.1
nvd
5 месяцев назад

nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In 1.3.0 and earlier, block timestamp validation enforces that timestamp >= parent.timestamp for non-skip blocks and timestamp == parent.timestamp + MIN_PRODUCER_TIMEOUT for skip blocks, but there is no visible upper bound check against the wall clock. A malicious block-producing validator can set block timestamps arbitrarily far in the future. This directly affects reward calculations via Policy::supply_at() and batch_delay() in blockchain/src/reward.rs, inflating the monetary supply beyond the intended emission schedule.

EPSS

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

9.1 Critical

CVSS3

Дефекты

CWE-1284
CWE-20