🔐 CVE Alert

CVE-2026-32148

UNKNOWN 0.0

Lockfile checksums not verified in Hex allows dependency integrity bypass

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-354 CWE-494
Vendor hexpm
Product hex
Published Apr 30, 2026
Last Updated Apr 30, 2026
Stay Ahead of the Next One

Get instant alerts for hexpm hex

Be the first to know when new unknown vulnerabilities affecting hexpm hex are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

hexpm / hex
0.16.0 < 2.4.2
hexpm / hex
e01576f28c64af9fae6eb17e2dad30f6efcb303c < d7528c8199a1144511508bf3a6460026a5a14c8e

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/hexpm/hex/security/advisories/GHSA-hmv9-4mfr-m92v cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-32148.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-32148 github.com: https://github.com/hexpm/hex/commit/d7528c8199a1144511508bf3a6460026a5a14c8e

Credits

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