CVE-2025-40140
The CVE-2025-40140 issue affects the Linux kernel USB Realtek RTL8150 ethernet driver. The root cause is a race in rtl8150_set_multicast where netif_stop_queue() is followed by netif_wake_queue(), waking the TX queue before the URB completes and enabling a potential double submission in rtl8150_s...