VYPR

cargo

by Rust Lang

Source repositories

CVEs (7)

  • CVE-2023-38497HigAug 4, 2023
    risk 0.44cvss 7.9epss 0.01

    Cargo downloads the Rust project’s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files…

  • CVE-2026-5222MedMay 25, 2026
    risk 0.35cvss 6.5epss 0.00

    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…

  • CVE-2022-46176MedJan 11, 2023
    risk 0.35cvss 5.3epss 0.01

    Cargo is a Rust package manager. The Rust Security Response WG was notified that Cargo did not perform SSH host key verification when cloning indexes and dependencies via SSH. An attacker could exploit this to perform man-in-the-middle (MITM) attacks. This vulnerability has been…

  • CVE-2023-40030MedAug 24, 2023
    risk 0.33cvss 6.1epss 0.01

    Cargo downloads a Rust project’s dependencies and compiles the project. Starting in Rust 1.60.0 and prior to 1.72, Cargo did not escape Cargo feature names when including them in the report generated by `cargo build --timings`. A malicious package included as a dependency may…

  • CVE-2026-5223MedMay 25, 2026
    risk 0.27cvss 5.3epss 0.00

    Cargo incorrectly handled symlinks inside of crate tarballs downloaded from third-party registries, allowing a malicious crate to override the source code of another crate from the same registry. The severity of the vulnerability is **medium** for users of third-party…

  • CVE-2022-36114MedSep 14, 2022
    risk 0.24cvss 4.8epss 0.01

    Cargo is a package manager for the rust programming language. It was discovered that Cargo did not limit the amount of data extracted from compressed archives. An attacker could upload to an alternate registry a specially crafted package that extracts way more data than its size…

  • CVE-2022-36113MedSep 14, 2022
    risk 0.23cvss 4.6epss 0.01

    Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the ~/.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the…