VYPR

crates.io package

vm-memory

pkg:cargo/vm-memory

Vulnerabilities (2)

  • CVE-2023-41051Sep 1, 2023
    affected < 0.12.2fixed 0.12.2

    In a typical Virtual Machine Monitor (VMM) there are several components, such as boot loader, virtual device drivers, virtio backend drivers and vhost drivers, that need to access the VM physical memory. The vm-memory rust crate provides a set of traits to decouple VM memory cons

  • CVE-2020-13759Jun 2, 2020
    affected < 0.1.1fixed 0.1.1

    rust-vmm vm-memory before 0.1.1 and 0.2.x before 0.2.1 allows attackers to cause a denial of service (loss of IP networking) because read_obj and write_obj do not properly access memory. This affects aarch64 (with musl or glibc) and x86_64 (with musl).