CVE-2026-43369
Last modified
CVE-2026-43369 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix NULL pointer dereference in device cleanup When GPU initialization fails due to an unsupported HW block IP blocks may have a NULL version pointer. During cleanup in amdgpu_device_fini_hw, the code calls amdgpu_device_set_pg_state and amdgpu_device_set_cg_state which iterate over all IP blocks and access adev->ip_blocks[i].version without NULL checks, leading to a kernel NULL pointer dereference. Add NULL checks for adev->ip_blocks[i].version in both amdgpu_device_set_cg_state and amdgpu_device_set_pg_state to prevent dereferencing NULL pointers during GPU teardown when initialization has failed. (cherry picked from commit b7ac77468cda92eecae560b05f62f997a12fe2f2). EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix NULL pointer dereference in device cleanup When GPU initialization fails due to an unsupported HW block IP blocks may have a NULL version pointer. During cleanup in amdgpu_device_fini_hw, the code calls amdgpu_device_set_pg_state and amdgpu_device_set_cg_state which iterate over all IP blocks and access adev->ip_blocks[i].version without NULL checks, leading to a kernel NULL pointer dereference. Add NULL checks for adev->ip_blocks[i].version in both amdgpu_device_set_cg_state and amdgpu_device_set_pg_state to prevent dereferencing NULL pointers during GPU teardown when initialization has failed. (cherry picked from commit b7ac77468cda92eecae560b05f62f997a12fe2f2)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.18.16, < 6.18.19 |
| Linux | Linux Kernel | >= 6.19.6, < 6.19.9 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43369?
How severe is CVE-2026-43369?
How do I fix CVE-2026-43369?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43363In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43364In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43365In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-43366In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43367In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43368In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43370In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43371In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43372In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43373In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43374In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43375In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43369?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
