VYPR

Raw Cpuid

by Raw Cpuid Project

CVEs (3)

  • CVE-2021-45687CriDec 27, 2021
    risk 0.64cvss 9.8epss 0.01

    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-26307MedJan 29, 2021
    risk 0.29cvss 5.5epss 0.00

    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-26306HigJan 29, 2021
    risk 0.00cvss 7.5epss 0.01

    An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within as_string() methods.