
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49532 affects the Linux kernel's DRM (Direct Rendering Manager) subsystem, specifically in the virtio GPU driver. The vulnerability was discovered in the virtio_gpu_conn_get_modes function where a NULL pointer dereference could occur. The issue arises when drm_cvt_mode returns NULL and the code attempts to access the returned pointer without proper validation (Kernel Git).
The vulnerability is a NULL pointer dereference bug in the virtio_gpu_conn_get_modes function within the virtio GPU driver. When drm_cvt_mode returns NULL, the code continues to access the mode pointer without checking for NULL, leading to a potential system crash. The issue was discovered using the syzkaller kernel fuzzer with KASAN (Kernel Address Sanitizer) enabled. The CVSS score and specific version information are not provided in the available sources (Kernel Git).
When exploited, this vulnerability can cause a kernel crash through NULL pointer dereference, potentially leading to a denial of service condition. The bug was demonstrated through a KASAN report showing a null-ptr-deref in virtio_gpu_conn_get_modes (Kernel Git).
The fix involves adding a NULL pointer check before accessing the mode returned by drm_cvt_mode. The patch adds the following check: 'if (!mode) return count;' to prevent the NULL pointer dereference. This fix has been merged into the Linux kernel (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."