Filtered by vendor Raw-cpuid Project Subscriptions
Total 3 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2021-45687 1 Raw-cpuid Project 1 Raw-cpuid 2024-08-04 9.8 Critical
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.
CVE-2021-26307 1 Raw-cpuid Project 1 Raw-cpuid 2024-08-03 5.5 Medium
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.
CVE-2021-26306 1 Raw-cpuid Project 1 Raw-cpuid 2024-08-03 7.5 High
An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within as_string() methods.