CVE-2022-50842
Unknown Unknown - Not Provided
Null Pointer Dereference in Linux drm/virtio 2D BO Handling

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Check whether transferred 2D BO is shmem Transferred 2D BO always must be a shmem BO. Add check for that to prevent NULL dereference if userspace passes a VRAM BO.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel's drm/virtio component occurs because there was no check to ensure that a transferred 2D buffer object (BO) is a shared memory (shmem) BO. If userspace passes a VRAM BO instead, it can cause a NULL pointer dereference, potentially leading to a crash or other unintended behavior. The fix adds a check to verify that the transferred 2D BO is indeed a shmem BO to prevent this issue.


How can this vulnerability impact me? :

This vulnerability can cause a NULL pointer dereference in the Linux kernel when a VRAM BO is passed instead of a shmem BO, which may lead to system crashes or instability. This could affect the reliability and availability of systems running the vulnerable kernel.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart