
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49687 is a vulnerability in the Linux kernel's virtio_net driver that manifests during suspend/resume operations. The issue was discovered when a specific sequence of network interface operations combined with system suspend causes a driver bug warning. The vulnerability affects the virtio_net driver's handling of xdp_rxq_info during system power management operations (Kernel Git).
The vulnerability occurs when the virtnet_freeze() function frees the receive_queue completely (including struct xdp_rxq_info) without calling xdp_rxq_info_unreg(), and similarly, virtnet_restore() sets up the receive_queue again without calling xdp_rxq_info_reg(). This leads to a driver bug warning when executing the following sequence: setting a network interface up, putting the system to sleep, and then bringing the interface down. The issue manifests as a 'Missing register, driver bug WARNING' at net/core/xdp.c:138 (Kernel Git).
When triggered, the vulnerability results in a driver bug warning and potential system instability during network interface operations following a suspend/resume cycle. The impact is primarily related to system reliability rather than security (Kernel Git).
The issue has been fixed by modifying the virtnet_freeze_down() and virtnet_restore_up() functions to properly handle the xdp_rxq_info registration and unregistration by calling virtnet_close() and virtnet_open() functions respectively. The fix ensures proper cleanup and initialization of network resources during suspend/resume operations (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."