CVE-2026-21621: Improper Scope Enforcement in OAuth client_credentials Flow Allows Read-Only API Key to Escalate to Full Access
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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-21621?
CVE-2026-21621 is considered to be a high severity vulnerability due to the potential for privilege escalation.
How does CVE-2026-21621 affect API key permissions?
CVE-2026-21621 allows a read-only API key to escalate to full access permissions, compromising security.
Which software versions are impacted by CVE-2026-21621?
CVE-2026-21621 affects hexpm/hexpm versions between 71829cb6f6559bcceb1ef4e43a2fb8cdd3af654b and 71c127afebb7ed7cc637eb231b98feb802d62999.
How can I mitigate the issues caused by CVE-2026-21621?
To mitigate CVE-2026-21621, ensure that API keys are correctly scoped and restrict their permissions appropriately.
What component of the hexpm application is vulnerable in CVE-2026-21621?
The vulnerability in CVE-2026-21621 is found in the Elixir.HexpmWeb.API.OAuthController module.