A flaw was found in libnbd, due to a malicious Network Block Device (NBD), a protocol for accessing Block Devices such as hard disks over a Network. This issue may allow a malicious NBD server to cause a Denial of Service.
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Libnbd | Redhat | 1.17.4 (including) | 1.18.2 (excluding) |
Libnbd | Redhat | 1.19.1 (including) | 1.19.1 (including) |
Enterprise_linux | Redhat | 9.0 (including) | 9.0 (including) |
Red Hat Enterprise Linux 9 | RedHat | libnbd-0:1.18.1-3.el9 | * |
Libnbd | Ubuntu | bionic | * |
Libnbd | Ubuntu | lunar | * |
Libnbd | Ubuntu | mantic | * |
Libnbd | Ubuntu | trusty | * |
Libnbd | Ubuntu | upstream | * |
Libnbd | Ubuntu | xenial | * |
While assertion is good for catching logic errors and reducing the chances of reaching more serious vulnerability conditions, it can still lead to a denial of service. For example, if a server handles multiple simultaneous connections, and an assert() occurs in one single connection that causes all other connections to be dropped, this is a reachable assertion that leads to a denial of service.