
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-48896 is a vulnerability in the Linux kernel's ixgbe driver that involves a PCI device reference count leak. The issue was discovered in the Linux kernel versions from 5.0 through 6.2-rc3. The vulnerability specifically affects the ixgbe driver's handling of PCI device references in the functions ixgbe_get_first_secondary_devfn() and ixgbe_x550em_a_has_mii() (NVD).
The vulnerability stems from improper handling of PCI device reference counting. When using pci_get_domain_bus_and_slot(), the function returns a PCI device with an incremented reference count. The caller must properly decrement this reference count by calling pci_dev_put() when finished using it. The bug was present in the ixgbe_get_first_secondary_devfn() and ixgbe_x550em_a_has_mii() functions, which failed to properly release these references (Kernel Patch). The vulnerability has been assigned a CVSS v3.1 base score of 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 memory leak due to missing release of memory after effective lifetime (CWE-401). This can lead to resource exhaustion and potential system instability over time as PCI device references accumulate without being properly released (NVD).
The vulnerability requires local access with low complexity and low privileges to exploit. No user interaction is required. The attack vector is local (AV:L), indicating that the attacker needs local access to the system to exploit this vulnerability (NVD).
The vulnerability has been fixed in the Linux kernel through patches that properly implement PCI device reference counting. The fix involves adding appropriate pci_dev_put() calls in the affected functions to properly release PCI device references when they are no longer needed (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."