CWE
79
Advisory Published
CVE Published
Updated

CVE-2023-40030: Malicious dependencies can inject arbitrary JavaScript into cargo-generated timing reports

First published: Thu Aug 24 2023(Updated: )

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 inject nearly arbitrary HTML here, potentially leading to cross-site scripting if the report is subsequently uploaded somewhere. The vulnerability affects users relying on dependencies from git, local paths, or alternative registries. Users who solely depend on crates.io are unaffected. Rust 1.60.0 introduced `cargo build --timings`, which produces a report of how long the different steps of the build process took. It includes lists of Cargo features for each crate. Prior to Rust 1.72, Cargo feature names were allowed to contain almost any characters (with some exceptions as used by the feature syntax), but it would produce a future incompatibility warning about them since Rust 1.49. crates.io is far more stringent about what it considers a valid feature name and has not allowed such feature names. As the feature names were included unescaped in the timings report, they could be used to inject Javascript into the page, for example with a feature name like `features = ["<img src='' onerror=alert(0)"]`. If this report were subsequently uploaded to a domain that uses credentials, the injected Javascript could access resources from the website visitor. This issue was fixed in Rust 1.72 by turning the future incompatibility warning into an error. Users should still exercise care in which package they download, by only including trusted dependencies in their projects. Please note that even with these vulnerabilities fixed, by design Cargo allows arbitrary code execution at build time thanks to build scripts and procedural macros: a malicious dependency will be able to cause damage regardless of these vulnerabilities. crates.io has server-side checks preventing this attack, and there are no packages on crates.io exploiting these vulnerabilities. crates.io users still need to excercise care in choosing their dependencies though, as remote code execution is allowed by design there as well.

Credit: security-advisories@github.com security-advisories@github.com

Affected SoftwareAffected VersionHow to fix
Rust-lang Rust>=1.60.0<1.72.0

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is CVE-2023-40030?

    CVE-2023-40030 is a vulnerability in Cargo, the package manager for the Rust programming language, which allows a malicious package to inject arbitrary HTML in the report generated by `cargo build --timings`, potentially leading to cross-site scripting (XSS) attacks.

  • How does CVE-2023-40030 impact Rust projects?

    CVE-2023-40030 can impact Rust projects by allowing a malicious package included as a dependency to inject arbitrary HTML in the build report, which can lead to cross-site scripting (XSS) attacks.

  • What is the severity of CVE-2023-40030?

    The severity of CVE-2023-40030 is medium, with a CVSS score of 6.1.

  • How can I fix CVE-2023-40030?

    To fix CVE-2023-40030, users are advised to update to Rust 1.72 or later, which includes the necessary fixes for Cargo.

  • Where can I find more information about CVE-2023-40030?

    More information about CVE-2023-40030 can be found in the official security advisory and commits on the Rust Cargo GitHub repository.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2024 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203