Vulnerability Description
Incorrect Authorization vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.API.OAuthController' module) allows Privilege Escalation. An API key created with read-only permissions (domain: "api", resource: "read") can be escalated to full write access under specific conditions. When exchanging a read-only API key via the OAuth client_credentials grant, the resource qualifier is ignored. The resulting JWT receives the broad "api" scope instead of the expected "api:read" scope. This token is therefore treated as having full API access. If an attacker is able to obtain a victim's read-only API key and a valid 2FA (TOTP) code for the victim account, they can use the incorrectly scoped JWT to create a new full-access API key with unrestricted API permissions that does not expire by default and can perform write operations such as publishing, retiring, or modifying packages. This vulnerability is associated with program files lib/hexpm_web/controllers/api/oauth_controller.ex and program routines 'Elixir.HexpmWeb.API.OAuthController':validate_scopes_against_key/2. This issue affects hexpm: from 71829cb6f6559bcceb1ef4e43a2fb8cdd3af654b before 71c127afebb7ed7cc637eb231b98feb802d62999.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Hex | Hexpm | >= 2025-10-17, < 2026-03-05 |
Related Weaknesses (CWE)
References
- https://cna.erlef.org/cves/CVE-2026-21621.html
- https://github.com/hexpm/hexpm/commit/71c127afebb7ed7cc637eb231b98feb802d62999Patch
- https://github.com/hexpm/hexpm/security/advisories/GHSA-739m-8727-j6w3MitigationVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-21621
FAQ
What is CVE-2026-21621?
CVE-2026-21621 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Incorrect Authorization vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.API.OAuthController' module) allows Privilege Escalation. An API key created with read-only permissions (domain: "api", re...
How severe is CVE-2026-21621?
CVE-2026-21621 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-21621?
Check the references section above for vendor advisories and patch information. Affected products include: Hex Hexpm.