CVE-2022-49532
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-71142N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-modules-core
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • kernel-doc
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-abi-stablelists
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-modules
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management