Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can let a local user trigger a kernel crash through the virtio GPU display path. It is mainly an availability risk, not a data theft or privilege escalation issue based on the provided CVSS and sources.
Executive priority
Treat as routine but real patch work for affected Linux virtualized systems. It is not supported as actively exploited, but it can affect service availability where local users or workloads can reach the vulnerable graphics path.
Technical view
CVE-2022-49532 is a CWE-476 NULL pointer dereference in drm/virtio, specifically virtio_gpu_conn_get_modes. drm_cvt_mode can return NULL, and the vulnerable code failed to check that return before use. Syzkaller found the crash under allocation-failure fault injection.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with the virtio_gpu DRM driver available or in use, especially virtualized environments using virtio graphics. The CVSS vector requires local privileges.
Exploitation context
The provided sources do not show active exploitation, and KEV is false. The issue was identified by syzkaller testing. Impact is availability: a local privileged-enough user path can cause a kernel NULL pointer dereference and crash.
Researcher notes
The evidence supports a local availability bug in the virtio GPU connector mode enumeration path. The trigger shown relies on allocation failure and DRM ioctl call flow; do not infer remote reachability or confidentiality impact from the provided sources.
Mitigation direction
Apply Linux distribution kernel updates that include the referenced stable fixes.
Confirm vendor guidance for the exact fixed kernel package on each distribution.
Prioritize virtualized Linux hosts or guests using virtio GPU graphics.
Reduce local untrusted user access on affected systems until patched.
Validation and detection
Inventory Linux kernel versions against the affected version list in the CVE record.
Check whether virtio_gpu or DRM virtio graphics is present or used.
Verify the installed kernel includes the applicable stable fix commit or vendor backport.
Review crash telemetry for NULL dereferences in virtio_gpu_conn_get_modes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.