CVE-2026-72090
Last modified
CVE-2026-72090 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Use caller client for debug BO sync amdxdna_drm_sync_bo_ioctl() looks up args->handle in the ioctl caller's drm_file. For SYNC_DIRECT_FROM_DEVICE, it then calls amdxdna_hwctx_sync_debug_bo(), but passes abo->client. amdxdna_hwctx_sync_debug_bo() uses the passed client both as the handle namespace for debug_bo_hdl and as the owner of the hardware context xarray. Those must match the file that supplied args->handle. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Use caller client for debug BO sync amdxdna_drm_sync_bo_ioctl() looks up args->handle in the ioctl caller's drm_file. For SYNC_DIRECT_FROM_DEVICE, it then calls amdxdna_hwctx_sync_debug_bo(), but passes abo->client. amdxdna_hwctx_sync_debug_bo() uses the passed client both as the handle namespace for debug_bo_hdl and as the owner of the hardware context xarray. Those must match the file that supplied args->handle. The BO's stored client pointer is object state, not the ioctl context. Pass filp->driver_priv instead, matching the original handle lookup.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7ea0468380216c10b73633b976d33efa8c12d375, < 216e43d93dd49ec253052741aa476e51a8c54cd8; >= 7ea0468380216c10b73633b976d33efa8c12d375, < 7caf2a2351d4053075670ff3e26a6815da0a9e1e |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72090?
How severe is CVE-2026-72090?
How do I fix CVE-2026-72090?
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-72085In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72086In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72088In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72089In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-7209The Simple Link Directory plugin for WordPress is vulnerable…6.4
- CVE-2026-72091In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72095In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72096In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72090?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
