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

exploitDog

nvd логотип

CVE-2026-32148

Опубликовано: 30 апр. 2026
Источник: nvd
CVSS3: 5.9
EPSS Низкий

Описание

Insufficient Verification of Data Authenticity vulnerability in hexpm hex (Hex.RemoteConverger module) allows dependency integrity bypass via unverified lockfile checksums.

Hex stores checksums for dependencies in the mix.lock file to ensure reproducible and integrity-checked builds. However, Hex.RemoteConverger.verify_resolved/2 never executes checksum verification because the lock data returned by Hex.Utils.lock/1 uses string-based dependency names, while the verification logic compares against atom-based names. This type mismatch causes the verification code path to be silently skipped. Checksums are still validated when packages are initially downloaded from the registry, but mismatches between the lockfile and resolved dependencies are not detected.

An attacker who can influence cached packages (e.g., via local cache poisoning or a compromised registry) can provide modified dependency contents that will be accepted without detection. The mix.lock file is silently rewritten with

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:hex:hex:*:*:*:*:*:*:*:*
Версия от 0.16.0 (включая) до 2.4.2 (исключая)

EPSS

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

5.9 Medium

CVSS3

Дефекты

CWE-354

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

msrc
3 месяца назад

Lockfile checksums not verified in Hex allows dependency integrity bypass

CVSS3: 5.9
debian
3 месяца назад

Insufficient Verification of Data Authenticity vulnerability in hexpm ...

EPSS

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

5.9 Medium

CVSS3

Дефекты

CWE-354