Files
CVEs-PoC/2019/CVE-2019-3900.md
T
2024-06-18 02:51:15 +02:00

1.1 KiB

CVE-2019-3900

Description

An infinite loop issue was found in the vhost_net kernel module in Linux Kernel up to and including v5.1-rc6, while handling incoming packets in handle_rx(). It could occur if one end sends packets faster than the other end can process them. A guest user, maybe remote one, could use this flaw to stall the vhost_net kernel thread, resulting in a DoS scenario.

POC

Reference

Github