CVE-2021-47657 Details
Description
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.
A vulnerability in the Linux kernel's virtio GPU driver can lead to a NULL pointer dereference. This issue arises in the 'virtio_gpu_array_put_free()' function, which can be called with a NULL 'objs' parameter if the 'virtio_gpu_object_shmem_init()' function fails. Such a failure could occur due to fault injection, as reported by syzbot.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/6b79f96f4a23846516e5e6e4dd37fc06f43a60dd | kernel.org | Patch |
| https://git.kernel.org/stable/c/abc9ad36df16e27ac1c665085157f1a082d39bac | kernel.org | Patch |
| https://git.kernel.org/stable/c/ac92b474eeeed75b8660374ba1d129a121c09da8 | kernel.org | Patch |
| https://git.kernel.org/stable/c/b094fece3810c71ceee6f0921676cb65d4e68c5a | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
| CWE-476 | NULL Pointer Dereference | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.11.20, < 5.12 >= 5.12.3, < 5.15.32 >= 5.16, < 5.16.18 >= 5.17, < 5.17.1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 1, 2025 | CVE Modified | CISA-ADP |
| Mar 18, 2025 | Initial Analysis | [email protected] |
| Feb 26, 2025 | New CVE Received | kernel.org |