← Back

Raw Cpuid

raw-cpuid

Vendor: Raw Cpuid Project • 3 CVEs

CVEs (3)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Raw Cpuid Project
1Raw Cpuid
Jun 17, 2026
Dec 27, 2021
N/A· v4
9.8 CRITICAL· v3
6.8 MEDIUM· v2
An issue was discovered in the raw-cpuid crate before 9.1.1 for Rust. If the serialize feature is used (which is not the the default), a Deserialize operation may lack sufficient validation, leading to memory corruption...Show more
An issue was discovered in the raw-cpuid crate before 9.1.1 for Rust. If the serialize feature is used (which is not the the default), a Deserialize operation may lack sufficient validation, leading to memory corruption or a panic.Show less
1Raw Cpuid Project
1Raw Cpuid
Jun 17, 2026
Jan 29, 2021
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It allows __cpuid_count() calls even if the processor does not support the CPUID instruction, which is unsound and causes a deterministic crash.
1Raw Cpuid Project
1Raw Cpuid
Jun 17, 2026
Jan 29, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within as_string() methods.