An integer underflow in dpdk versions before 18.11.10 and before 19.11.5 in the move_desc
function can lead to large amounts of CPU cycles being eaten up in a long running loop. An attacker could cause move_desc
to get stuck in a 4,294,967,295-count iteration loop. Depending on how vhost_crypto
is being used this could prevent other VMs or network tasks from being serviced by the busy DPDK lcore for an extended period.
The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Data_plane_development_kit | Dpdk | 18.02.1 (including) | 18.11.10 (excluding) |
Data_plane_development_kit | Dpdk | 19.02 (including) | 19.11.5 (excluding) |
Dpdk | Ubuntu | devel | * |
Dpdk | Ubuntu | focal | * |
Dpdk | Ubuntu | trusty | * |