🔐 CVE Alert

CVE-2026-75542

UNKNOWN 0.0

OAuth token exchange grants repository scopes for organizations the principal cannot access

CVSS Score
0.0
EPSS Score
0.4%
EPSS Percentile
29th

Incorrect Authorization vulnerability in the OAuth token endpoint in hexpm hexpm allows an API key holding the repositories permission to read another organization's private packages. When an API key is exchanged for a token through the OAuth client_credentials grant, validate_scopes_against_key/2 in lib/hexpm_web/controllers/api/oauth_controller.ex admits a requested scope whenever the key carries the repositories permission and the scope string begins with repository:. The organization name is never resolved against the principal, and expand_repositories_scope/3 only rewrites the literal repositories scope, so an explicit repository:<name> passes through untouched. Both CDN edges authorize repository access from the token claim without querying the database, so the minted token is read access to that organization's private packages until it expires. This issue affects hex.pm: from 2025-10-18 before 2026-08-24.

CWE CWE-863
Vendor hexpm
Product hexpm
Published Aug 24, 2026
Last Updated Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for hexpm hexpm

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

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

Affected Versions

hexpm / hexpm
2025-10-18 < 2026-08-24
hexpm / hexpm
71829cb6f6559bcceb1ef4e43a2fb8cdd3af654b < bf0fb9d208f0acfabf7a2f7467c8231659e322a8

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/hexpm/hexpm/security/advisories/GHSA-rfx8-w654-8cpr cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-75542.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-75542 github.com: https://github.com/hexpm/hexpm/commit/bf0fb9d208f0acfabf7a2f7467c8231659e322a8

Credits

Eric Meadows-Jönsson Eric Meadows-Jönsson Jonatan Männchen / EEF