Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/30870?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/30870?format=api", "vulnerability_id": "VCID-fa6z-bb5y-jbg8", "summary": "Cargo not respecting umask when extracting crate archives\nThe Rust Security Response WG was notified that Cargo did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user.\n\nThis vulnerability has been assigned CVE-2023-38497.\n\n## Overview\n\nIn UNIX-like systems, each file has three sets of permissions: for the user owning the file, for the group owning the file, and for all other local users. The \"[umask][1]\" is configured on most systems to limit those permissions during file creation, removing dangerous ones. For example, the default umask on macOS and most Linux distributions only allow the user owning a file to write to it, preventing the group owning it or other local users from doing the same.\n\nWhen a dependency is downloaded by Cargo, its source code has to be extracted on disk to allow the Rust compiler to read as part of the build. To improve performance, this extraction only happens the first time a dependency is used, caching the pre-extracted files for future invocations.\n\nUnfortunately, it was discovered that Cargo did not respect the umask during extraction, and propagated the permissions stored in the crate archive as-is. If an archive contained files writeable by any user on the system (and the system configuration didn't prevent writes through other security measures), another local user on the system could replace or tweak the source code of a dependency, potentially achieving code execution the next time the project is compiled.\n\n## Affected Versions\n\nAll Rust versions before 1.71.1 on UNIX-like systems (like macOS and Linux) are affected. Note that additional system-dependent security measures configured on the local system might prevent the vulnerability from being exploited.\n\nUsers on Windows and other non-UNIX-like systems are not affected.\n\n## Mitigations\n\nWe recommend all users to update to Rust 1.71.1, which will be released later today, as it fixes the vulnerability by respecting the umask when extracting crate archives. If you build your own toolchain, patches for 1.71.0 source tarballs are [available here][2].\n\nTo prevent existing cached extractions from being exploitable, the Cargo binary included in Rust 1.71.1 or later will purge the caches it tries to access if they were generated by older Cargo versions.\n\nIf you cannot update to Rust 1.71.1, we recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`:\n\n```\nchmod go= ~/.cargo\n```\n\n## Acknowledgments\n\nWe want to thank Addison Crump for responsibly disclosing this to us according to the [Rust security policy][3].\n\nWe also want to thank the members of the Rust project who helped us disclose the vulnerability: Weihang Lo for developing the fix; Eric Huss for reviewing the fix; Pietro Albini for writing this advisory; Pietro Albini, Manish Goregaokar and Josh Stone for coordinating this disclosure; Josh Triplett, Arlo Siemen, Scott Schafer, and Jacob Finkelman for advising during the disclosure.\n\n[1]: https://en.wikipedia.org/wiki/Umask\n[2]: https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\n[3]: https://www.rust-lang.org/policies/security", "aliases": [ { "alias": "CVE-2023-38497" }, { "alias": "GHSA-j3xp-wfr4-hx87" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/409791?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=riscv64&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=riscv64&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409792?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409793?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409794?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483027?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483028?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483029?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483030?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483032?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483033?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/486996?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/486997?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/486998?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/486999?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/487000?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/487001?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/487002?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=v3.18&reponame=community", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=v3.18&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/529909?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=loongarch64&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=loongarch64&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529911?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=riscv64&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=riscv64&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529912?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529913?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529914?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975863?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979904?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979905?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979906?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=loongarch64&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=loongarch64&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979907?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979908?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=riscv64&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=riscv64&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979909?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979910?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979911?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985388?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985389?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985390?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985391?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=loongarch64&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=loongarch64&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985392?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985393?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=riscv64&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=riscv64&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409786?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409787?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409788?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409789?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=loongarch64&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=loongarch64&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/409790?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=v3.21&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=v3.21&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/483031?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=v3.19&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=v3.19&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529906?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529907?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529908?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/529910?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=edge&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=edge&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975856?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975857?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armhf&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armhf&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975858?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=armv7&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=armv7&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975859?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=ppc64le&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=ppc64le&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975860?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=riscv64&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=riscv64&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975861?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/975862?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=v3.20&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=v3.20&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/979903?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=aarch64&distroversion=v3.23&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=aarch64&distroversion=v3.23&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985394?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=s390x&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=s390x&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985395?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/985396?format=api", "purl": "pkg:apk/alpine/rust@1.71.1-r0?arch=x86_64&distroversion=v3.22&reponame=main", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/rust@1.71.1-r0%3Farch=x86_64&distroversion=v3.22&reponame=main" }, { "url": "http://public2.vulnerablecode.io/api/packages/581497?format=api", "purl": "pkg:cargo/cargo@0.72.2", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:cargo/cargo@0.72.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/938590?format=api", "purl": "pkg:deb/debian/rust-cargo@0.76.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.76.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/995225?format=api", "purl": "pkg:deb/debian/rust-cargo@0.86.0-2", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.86.0-2" }, { "url": "http://public2.vulnerablecode.io/api/packages/938589?format=api", "purl": "pkg:deb/debian/rust-cargo@0.86.0-2?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.86.0-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/938588?format=api", "purl": "pkg:deb/debian/rust-cargo@0.91.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.91.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/1088733?format=api", "purl": "pkg:deb/debian/rust-cargo@0.91.0-2?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.91.0-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/78193?format=api", "purl": "pkg:ebuild/dev-lang/rust@1.71.1", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:ebuild/dev-lang/rust@1.71.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/78194?format=api", "purl": "pkg:ebuild/dev-lang/rust-bin@1.71.1", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:ebuild/dev-lang/rust-bin@1.71.1" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/581496?format=api", "purl": "pkg:cargo/cargo@0.72.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-fa6z-bb5y-jbg8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:cargo/cargo@0.72.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994578?format=api", "purl": "pkg:deb/debian/rust-cargo@0.43.1-4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-19kb-chr9-x7fm" }, { "vulnerability": "VCID-fa6z-bb5y-jbg8" }, { "vulnerability": "VCID-n4fu-fzu3-sbex" }, { "vulnerability": "VCID-r9ky-9nbm-yucw" }, { "vulnerability": "VCID-ssct-y25y-3qbw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.43.1-4" }, { "url": "http://public2.vulnerablecode.io/api/packages/938586?format=api", "purl": "pkg:deb/debian/rust-cargo@0.43.1-4?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-19kb-chr9-x7fm" }, { "vulnerability": "VCID-fa6z-bb5y-jbg8" }, { "vulnerability": "VCID-n4fu-fzu3-sbex" }, { "vulnerability": "VCID-r9ky-9nbm-yucw" }, { "vulnerability": "VCID-ssct-y25y-3qbw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.43.1-4%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/994579?format=api", "purl": "pkg:deb/debian/rust-cargo@0.66.0-1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-19kb-chr9-x7fm" }, { "vulnerability": "VCID-fa6z-bb5y-jbg8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.66.0-1" }, { "url": "http://public2.vulnerablecode.io/api/packages/938587?format=api", "purl": "pkg:deb/debian/rust-cargo@0.66.0-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-19kb-chr9-x7fm" }, { "vulnerability": "VCID-fa6z-bb5y-jbg8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rust-cargo@0.66.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/95683?format=api", "purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0?arch=1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-fa6z-bb5y-jbg8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rust@1.58.1-1.el9_0%3Farch=1" }, { "url": "http://public2.vulnerablecode.io/api/packages/95685?format=api", "purl": "pkg:rpm/redhat/rust@1.66.1-2?arch=el9_2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-fa6z-bb5y-jbg8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rust@1.66.1-2%3Farch=el9_2" }, { "url": "http://public2.vulnerablecode.io/api/packages/95684?format=api", "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2?arch=el7_9", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-fa6z-bb5y-jbg8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2%3Farch=el7_9" } ], "references": [ { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-38497.json", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.7", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-38497.json" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-38497", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90455", "published_at": "2026-05-14T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90442", "published_at": "2026-05-12T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90433", "published_at": "2026-05-11T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90349", "published_at": "2026-04-07T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90436", "published_at": "2026-05-09T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90424", "published_at": "2026-05-07T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90407", "published_at": "2026-05-05T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90393", "published_at": "2026-04-29T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90398", "published_at": "2026-04-26T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90383", "published_at": "2026-04-21T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90385", "published_at": "2026-04-18T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90386", "published_at": "2026-04-16T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.9037", "published_at": "2026-04-13T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90333", "published_at": "2026-04-02T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90377", "published_at": "2026-04-12T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90369", "published_at": "2026-04-09T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90363", "published_at": "2026-04-08T12:55:00Z" }, { "value": "0.05657", "scoring_system": "epss", "scoring_elements": "0.90345", "published_at": "2026-04-04T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-38497" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-38497", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-38497" }, { "reference_url": "https://en.wikipedia.org/wiki/Umask", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://en.wikipedia.org/wiki/Umask" }, { "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml" }, { "reference_url": "https://github.com/rust-lang/cargo", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/rust-lang/cargo" }, { "reference_url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff" }, { "reference_url": "https://github.com/rust-lang/cargo/pull/12443", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://github.com/rust-lang/cargo/pull/12443" }, { "reference_url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87" }, { "reference_url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "reference_url": "https://www.rust-lang.org/policies/security", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "7.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:02:25Z/" } ], "url": "https://www.rust-lang.org/policies/security" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043553", "reference_id": "1043553", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043553" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043554", "reference_id": "1043554", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043554" }, { "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038", "reference_id": "2228038", "reference_type": "", "scores": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "reference_url": "https://github.com/advisories/GHSA-j3xp-wfr4-hx87", "reference_id": "GHSA-j3xp-wfr4-hx87", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-j3xp-wfr4-hx87" }, { "reference_url": "https://security.gentoo.org/glsa/202409-07", "reference_id": "GLSA-202409-07", "reference_type": "", "scores": [], "url": "https://security.gentoo.org/glsa/202409-07" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2023:4634", "reference_id": "RHSA-2023:4634", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2023:4634" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2023:4635", "reference_id": "RHSA-2023:4635", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2023:4635" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2023:4651", "reference_id": "RHSA-2023:4651", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2023:4651" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2024:3418", "reference_id": "RHSA-2024:3418", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2024:3418" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2024:3428", "reference_id": "RHSA-2024:3428", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2024:3428" }, { "reference_url": "https://usn.ubuntu.com/6275-1/", "reference_id": "USN-6275-1", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/6275-1/" } ], "weaknesses": [ { "cwe_id": 278, "name": "Insecure Preserved Inherited Permissions", "description": "A product inherits a set of insecure permissions for an object, e.g. when copying from an archive file, without user awareness or involvement." }, { "cwe_id": 732, "name": "Incorrect Permission Assignment for Critical Resource", "description": "The product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors." }, { "cwe_id": 276, "name": "Incorrect Default Permissions", "description": "During installation, installed file permissions are set to allow anyone to modify those files." } ], "exploits": [], "severity_range_score": "6.7 - 8.9", "exploitability": "0.5", "weighted_severity": "8.0", "risk_score": 4.0, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-fa6z-bb5y-jbg8" }