CVE-2026-72359
Last modified
CVE-2026-72359 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix NPD in bo_meminfo() When a buffer object is purged, its ttm.resource is set to NULL via the TTM pipeline gutting flow. However, the BO remains in the client's object list until userspace explicitly closes the GEM handle. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix NPD in bo_meminfo() When a buffer object is purged, its ttm.resource is set to NULL via the TTM pipeline gutting flow. However, the BO remains in the client's object list until userspace explicitly closes the GEM handle. If memory stats are queried during this time, accessing bo->ttm.resource->mem_type will result in a NULL pointer dereference. Fix this by safely skipping purged BOs in bo_meminfo, as they no longer consume any memory. User is getting NPD on device resume, and possible theory is that in bo_move(), if we need to evict something to SYSTEM to save the CCS state, but the BO is marked as dontneed, this won't trigger a move but will nuke the pages, leaving us with a NULL bo resource. And the meminfo() doesn't look ready to handle a NULL resource. v2 (Sashiko): - There could potentially be other cases where we might end up with a NULL resource, so make this a general NULL check for now. (cherry picked from commit c9a8e7daa0afe3161111e27fd92176e608c7f186)
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ad9843aac91a1eda12912a4922042ea04cfc29dc, < 5ff2212f0e0779b0b0cbf91fbf970144107c4257; >= ad9843aac91a1eda12912a4922042ea04cfc29dc, < b5c55015d4164a0f206bcdcf2985da948b3c7837 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72359?
How severe is CVE-2026-72359?
How do I fix CVE-2026-72359?
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-72353In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72354In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72355In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72356In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72357In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72358In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72360In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72361In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72362In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72363In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72364In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72365In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72359?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
