CVE-2026-46276
Last modified
CVE-2026-46276 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix zero-size GDS range init on RDNA4 RDNA4 (GFX 12) hardware removes the GDS, GWS, and OA on-chip memory resources. The gfx_v12_0 initialisation code correctly leaves adev->gds.gds_size, adev->gds.gws_size, and adev->gds.oa_size at zero to reflect this. amdgpu_ttm_init() unconditionally calls amdgpu_ttm_init_on_chip() for each of these resources regardless of size. 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/amdgpu: fix zero-size GDS range init on RDNA4 RDNA4 (GFX 12) hardware removes the GDS, GWS, and OA on-chip memory resources. The gfx_v12_0 initialisation code correctly leaves adev->gds.gds_size, adev->gds.gws_size, and adev->gds.oa_size at zero to reflect this. amdgpu_ttm_init() unconditionally calls amdgpu_ttm_init_on_chip() for each of these resources regardless of size. When the size is zero, amdgpu_ttm_init_on_chip() forwards the call to ttm_range_man_init(), which calls drm_mm_init(mm, 0, 0). drm_mm_init() immediately fires DRM_MM_BUG_ON(start + size <= start) -- trivially true when size is zero -- crashing the kernel during modprobe of amdgpu on an RX 9070 XT. Guard against this by returning 0 early from amdgpu_ttm_init_on_chip() when size_in_page is zero. This skips TTM resource manager registration for hardware resources that are absent, without affecting any other GPU type. DRM_MM_BUG_ON() only asserts if CONFIG_DRM_DEBUG_MM is enabled in the kernel config. This is apparently rarely enabled as these chips have been in the market for over a year and this issue was only reported now. Oops-Analysis: http://oops.fenrus.org/reports/bugzilla.korg/221376/report.html (cherry picked from commit 5719ce5865279cad4fd5f01011fe037168503f2d)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.20, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.86 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.27 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.4 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46276?
How severe is CVE-2026-46276?
How do I fix CVE-2026-46276?
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-46270In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-46271In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46272In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46273In the Linux kernel, the following vulnerability has been re…8.6
- CVE-2026-46274In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46275In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46277In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46278In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46279In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4628A flaw was found in Keycloak. An improper Access Control vul…4.3
- CVE-2026-46280In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46281In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46276?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
