CVE-2026-32148
Severity CVSS v4.0:
HIGH
Type:
Unavailable / Other
Publication date:
30/04/2026
Last modified:
05/05/2026
Description
Insufficient Verification of Data Authenticity vulnerability in hexpm hex (Hex.RemoteConverger module) allows dependency integrity bypass via unverified lockfile checksums.<br />
<br />
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.<br />
<br />
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.<br />
<br />
This issue affects hex: from 0.16.0 before 2.4.2.
Impact
Base Score 4.0
8.90
Severity 4.0
HIGH
Base Score 3.x
5.90
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:hex:hex:*:*:*:*:*:*:*:* | 0.16.0 (including) | 2.4.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://cna.erlef.org/cves/CVE-2026-32148.html
- https://github.com/hexpm/hex/commit/d7528c8199a1144511508bf3a6460026a5a14c8e
- https://github.com/hexpm/hex/security/advisories/GHSA-hmv9-4mfr-m92v
- https://osv.dev/vulnerability/EEF-CVE-2026-32148
- https://github.com/hexpm/hex/security/advisories/GHSA-hmv9-4mfr-m92v



