CVE-2023-52883·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible null pointer dereference abo->tbo.resource may be NULL in amdgpu_vm_bo_update.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.5.9
- Published
- 2024-06-20
Affected versions
From: 6.4
Until: 6.5.9
Fixed in: 6.5.9
How to fix this CVE
Update your Linux kernel to version 6.5.9 or later to patch a null pointer dereference vulnerability in the AMD GPU driver's virtual memory management code. This issue could allow an attacker to trigger a denial of service condition. Apply the kernel update through your distribution's package manager and reboot your system to activate the patched version.
sudo dnf update kernel kernel-devel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Step 1: Check current kernel version with `uname -r` and compare against affected range (6.4 to 6.5.9)
- Step 2: Verify AMD GPU driver presence with `lspci | grep -i amd` and check if amdgpu module is loaded via `lsmod | grep amdgpu`
- Step 3: Search kernel logs for amdgpu-related NULL pointer dereference crashes using `sudo dmesg | grep -i 'null pointer\|amdgpu.*NULL\|amdgpu_vm_bo_update'`
- Step 4: After patching, verify the new kernel version with `uname -r` and confirm it is 6.5.9 or later
FAQ
What is CVE-2023-52883?
This vulnerability is a null pointer dereference in the AMD GPU (amdgpu) kernel driver's virtual memory buffer object update function. If a buffer object's resource pointer is not properly validated before use, it can cause a kernel panic or denial of service.
Is CVE-2023-52883 being actively exploited?
No, this vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog and no public exploits are currently available. However, it poses a high denial-of-service risk and should be patched promptly.
What versions of Kernel are affected by CVE-2023-52883?
Linux kernel versions 6.4 through 6.5.8 are vulnerable. The vulnerability is patched in kernel version 6.5.9 and later.
How do I check if my server is vulnerable to CVE-2023-52883?
Run `uname -r` to display your kernel version. If it shows a version between 6.4 and 6.5.8 (inclusive) and you have AMD GPU support enabled, your system is vulnerable. Cross-check with `cat /proc/version` for confirmation.
Does Defensia detect CVE-2023-52883?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2023-52883 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2023-52883. Free for 1 server.
Get started free