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

exploitDog

github логотип

GHSA-xrf2-5r3p-5wgj

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

Описание

libcrux: Panic in Signature Hint Decoding During Verification

During ML-DSA verification the serialized hint values are decoded as specified in algorithm 22 HintBitUnpack of FIPS 204, subsection 7.1. The algorithm requires that the cumulative hint counters per row of the hint vector are strictly increasing and below a maximum value which depends on the choice of ML-DSA parameter set (line 4).

In libcrux-ml-dsa, hint decoding did not check the boundedness of the cumulative hint counter of the last row of the hint vector.

Impact

A manipulated invalid hint can cause an out-of-bounds memory access since the hint decoding logic may attempt to read outside the bounds of the serialized signature, causing a runtime panic.

Mitigation

Starting from version 0.0.8, hint decoding will check the cumulative hint counter of the last row as well.

Пакеты

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

libcrux-ml-dsa

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

< 0.0.8

0.0.8

8.7 High

CVSS4

Дефекты

CWE-125
CWE-1285

8.7 High

CVSS4

Дефекты

CWE-125
CWE-1285