Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Hex | Hex | >= 0.16.0, < 2.4.2 |
Related Weaknesses (CWE)
References
- https://cna.erlef.org/cves/CVE-2026-32148.htmlThird Party Advisory
- https://github.com/hexpm/hex/commit/d7528c8199a1144511508bf3a6460026a5a14c8ePatch
- https://github.com/hexpm/hex/security/advisories/GHSA-hmv9-4mfr-m92vExploitPatchVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-32148ExploitThird Party Advisory
- https://github.com/hexpm/hex/security/advisories/GHSA-hmv9-4mfr-m92vExploitPatchVendor Advisory
FAQ
What is CVE-2026-32148?
CVE-2026-32148 is a vulnerability with a CVSS score of 5.9 (MEDIUM). Insufficient Verification of Data Authenticity vulnerability in hexpm hex (Hex.RemoteConverger module) allows dependency integrity bypass via unverified lockfile checksums. Hex stores checksums for d...
How severe is CVE-2026-32148?
CVE-2026-32148 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32148?
Check the references section above for vendor advisories and patch information. Affected products include: Hex Hex.