CVE-2026-74416
Last modified
CVE-2026-74416 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeon_ring_restore() on lock failure radeon_ring_restore() takes ownership of the data buffer allocated by radeon_ring_backup(). The caller (radeon_gpu_reset()) only frees it in the non-restore branch; in the restore branch it relies on radeon_ring_restore() to free it. If radeon_ring_lock() fails, the function returned early without calling kvfree(data), leaking the ring backup buffer on every GPU reset that fails at the lock stage. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeon_ring_restore() on lock failure radeon_ring_restore() takes ownership of the data buffer allocated by radeon_ring_backup(). The caller (radeon_gpu_reset()) only frees it in the non-restore branch; in the restore branch it relies on radeon_ring_restore() to free it. If radeon_ring_lock() fails, the function returned early without calling kvfree(data), leaking the ring backup buffer on every GPU reset that fails at the lock stage. During repeated GPU resets this causes cumulative kernel memory exhaustion. Free data before returning the error.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 55d7c22192becd0ec827a6901899ff56fa985658, < 63912418f1fbb6456ea04bbcdf8f4d5090d23350; >= 55d7c22192becd0ec827a6901899ff56fa985658, < 919e3e398bf301c6418dffdcd5e5c4fd9be39cf7; >= 55d7c22192becd0ec827a6901899ff56fa985658, < 07c213f3499dd72e2922c1c73fe9ffea24874bef; >= 55d7c22192becd0ec827a6901899ff56fa985658, < 1c9ba32308c02c198c378fcdf06be9ffc3111147; >= 55d7c22192becd0ec827a6901899ff56fa985658, < eecfb76129ebef7e3aa41e18a4668cd91dfc6267; >= 55d7c22192becd0ec827a6901899ff56fa985658, < 06dc892561f5a08b2493c34c8ec2cb94dea33159; >= 55d7c22192becd0ec827a6901899ff56fa985658, < ccc42187fc2d0720947a63ce1b9e399d2c068ff4; >= 55d7c22192becd0ec827a6901899ff56fa985658, < 82f1d6042611d45b8b9de423bbcb4e0ced9ec62b |
| Linux | Linux | 3.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74416?
How severe is CVE-2026-74416?
How do I fix CVE-2026-74416?
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-74410In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-74411In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74412In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74413In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74414In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74415In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74417In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74418In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74419In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-74420In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74421In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74422In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74416?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
