In the Linux kernel, the following vulnerability has been resolved:
drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
If virtio_gpu_object_shmem_init() fails (e.g. due to fault injection, as it
happened in the bug report by syzbot), virtio_gpu_array_put_free() could be
called with objs equal to NULL.
Ensure that objs is not NULL in virtio_gpu_array_put_free(), or otherwise
return from the function.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-26 06:37
Updated : 2025-10-01 20:15
NVD link : CVE-2021-47657
Mitre link : CVE-2021-47657
CVE.ORG link : CVE-2021-47657
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
