CVE-2026-5222
Analyzed
Analyzed - Analysis Complete
Cargo Registry URL Normalization Issue Leading to Credential Exposure
Publication date: 2026-05-25
Last updated on: 2026-06-01
Assigner: rust
Description
Description
Cargo between 1.68 and 1.96 incorrectly normalized the URLs of third-party registries using the sparse index protocol. If a hosting provider allowed multiple registries to be hosted with arbitrary names within the same domain, an attacker able to publish crates in a registry could obtain the credentials of others users of the same registry.Β The severity of the vulnerability is **low**, due to the extremely niche requirements needed to achieve the attack.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rust-lang | cargo | From 1.68.0 (inc) to 1.96.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-647 | The product defines policy namespaces and makes authorization decisions based on the assumption that a URL is canonical. This can allow a non-canonical URL to bypass the authorization. |