VYPR

Network Block Device

by Network Block Device Project

CVEs (2)

  • CVE-2022-26496CriMar 6, 2022
    risk 0.64cvss 9.8epss 0.04

    In nbd-server in nbd before 3.24, there is a stack-based buffer overflow. An attacker can cause a buffer overflow in the parsing of the name field by sending a crafted NBD_OPT_INFO or NBD_OPT_GO message with an large value as the length of the name.

  • CVE-2022-26495CriMar 6, 2022
    risk 0.64cvss 9.8epss 0.03

    In nbd-server in nbd before 3.24, there is an integer overflow with a resultant heap-based buffer overflow. A value of 0xffffffff in the name length field will cause a zero-sized buffer to be allocated for the name, resulting in a write to a dangling pointer. This issue exists…