
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-46914 affects the Linux kernel's ixgbe driver, specifically related to device enable/disable handling during suspend/resume operations. The vulnerability was discovered in the Linux kernel versions from 5.9.0 up to (excluding) 5.10.32 and from 5.11.0 up to (excluding) 5.11.16. The issue stems from an unbalanced device enable/disable operation in the ixgbe driver's suspend/resume functionality (NVD).
The vulnerability occurs due to an unbalanced device enable/disable counter in the ixgbe driver. Specifically, pci_disable_device() called in __ixgbe_shutdown() decreases dev->enable_cnt by 1, while the corresponding pci_enable_device_mem() which should increase dev->enable_cnt by 1 was previously removed from ixgbe_resume() in commit 6f82b2558735. This imbalance leads to device state inconsistency. The CVSS v3.1 base score for this vulnerability is 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability results in a device state inconsistency that can lead to system instability. When triggered, it produces an error message 'disabling already-disabled device' and can cause operational issues with the network interface. The impact primarily affects system availability without compromising confidentiality or integrity (NVD).
The vulnerability has been fixed by adding back the pci_enable_device_mem() call in the ixgbe_resume() function. The fix was implemented through patches in the Linux kernel. Users should upgrade to Linux kernel versions 5.10.32 or later for the 5.10 series, or 5.11.16 or later for the 5.11 series (Kernel Patch).
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."