Security Advisory

CVE-2022-50181

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-06-18 11:03:30
Last updated 2026-05-11 19:14:21
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: virtio-gpu: fix a missing check to avoid NULL dereference 'cache_ent' could be set NULL inside virtio_gpu_cmd_get_capset() and it will lead to a NULL dereference by a lately use of it (i.e., ptr = cache_ent->caps_cache). Fix it with a NULL check. [ kraxel: minor codestyle fixup ]