Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. raw-cpuid
  4. ›
  5. CVE-2021-26306

CVE-2021-26306: Soundness issue in raw-cpuid

August 25, 2021 (updated June 13, 2023)

VendorInfo::as_string(), SoCVendorBrand::as_string(), and ExtendedFunctionInfo::processor_brand_string() construct byte slices using std::slice::from_raw_parts(), with data coming from #[repr(Rust)] structs. This is always undefined behavior. This flaw has been fixed in v9.0.0, by making the relevant structs #[repr(C)].

References

  • github.com/RustSec/advisory-db/pull/614
  • github.com/advisories/GHSA-hvqc-pc78-x9wh
  • github.com/gz/rust-cpuid
  • github.com/gz/rust-cpuid/issues/40
  • nvd.nist.gov/vuln/detail/CVE-2021-26306
  • rustsec.org/advisories/RUSTSEC-2021-0013.html

Code Behaviors & Features

Detect and mitigate CVE-2021-26306 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 9.0.0

Fixed versions

  • 9.0.0

Solution

Upgrade to version 9.0.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-198: Use of Incorrect Byte Ordering
  • CWE-400: Uncontrolled Resource Consumption

Source file

cargo/raw-cpuid/CVE-2021-26306.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:16 +0000.