Am I affected?

type your hex version to check

Description

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 the checksum values from the registry, erasing evidence of tampering.

This issue affects hex: from 0.16.0 before 2.4.2.

Weaknesses & attack patterns

Weakness

CWE-354 · Improper Validation of Integrity Check Value in catalog → MITRE ↗
CWE-494 · Download of Code Without Integrity Check in catalog → MITRE ↗

Affected — Hex Mix Integration Repository ↗

0.16.0 < 2.4.2 affected
every other version: unaffected
cpe cpe:2.3:a:hexpm:hex:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Hex.RemoteConverger'
source files lib/hex/remote_converger.ex
routines 'Elixir.Hex.RemoteConverger':verify_resolved/2

Affected — GitHub / hexpm/hex Repository ↗

e01576f < d7528c8 affected
every other version: unaffected
cpe cpe:2.3:a:hexpm:hex:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Hex.RemoteConverger'
source files lib/hex/remote_converger.ex
routines 'Elixir.Hex.RemoteConverger':verify_resolved/2

References

Credits

Paul Fleischer Finder
Jonatan Männchen / EEF Remediation developer
Eric Meadows-Jönsson / Hex.pm Remediation reviewer

CVSS breakdown

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
« All CVEs