
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49055 is a vulnerability in the Linux kernel's AMD Kernel Fusion Driver (AMDKFD) component. The issue was discovered in the drm/amdkfd module where kmallocarray() function's potential null return value was not properly checked, which could lead to a null-pointer dereference when accessing 'eventwaiters[i].wait'. This vulnerability was disclosed and patched in 2022 (Kernel Git).
The vulnerability exists in the kfdevents.c file within the AMDKFD driver. The issue occurs in the alloceventwaiters() function where kmallocarray() is called to allocate memory for event waiters. The original code did not properly check if the allocation was successful before attempting to access the allocated memory, which could result in a null-pointer dereference when trying to access event_waiters[i].wait (Kernel Git).
If exploited, this vulnerability could lead to a null-pointer dereference in the Linux kernel, potentially causing system crashes or denial of service conditions in systems using the AMD Kernel Fusion Driver (NVD).
The vulnerability has been patched by adding proper null pointer checking after the kmallocarray() call. The fix involves adding an explicit check 'if (!eventwaiters) return NULL' before attempting to access the allocated memory (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."