
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-48811 affects the Linux kernel's ibmvnic (IBM Virtual Network Interface Controller) driver. The vulnerability was discovered when a NULL pointer dereference occurred during the execution of the drmgr command for adding/removing a vnic interface. The issue stems from improper resource management in the _ibmvnicopen() function, where it unnecessarily frees NAPI structures when encountering errors (Kernel Git).
The vulnerability occurs in the _ibmvnicopen() function when it encounters an error, such as during link state setting. The function calls release_resources() which unnecessarily frees the NAPI (New API) structures. This leads to a NULL pointer dereference when attempting to read from address 0x00000010, causing a kernel crash. The issue specifically manifests when the drmgr command is executed multiple times to add/remove a vnic interface (Kernel Git).
When exploited, this vulnerability results in a kernel crash, leading to a denial of service condition. The crash occurs due to a NULL pointer dereference, which can disrupt system operations and require a system restart (NVD).
The issue has been fixed by modifying the _ibmvnicopen() function to only clean up the work it has done so far (disabling NAPI and IRQs) instead of releasing all resources. The fix ensures that resource cleanup is handled appropriately by the calling functions. If the caller is ibmvnicopen(), it releases the resources immediately, while if the caller is doreset() or dohardreset(), they will release the resources on the next reset (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."