CVE-2026-97900
Last modified
CVE-2026-97900 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/drm_exec: fix up contended obj when num_objects is 0 drm_exec_prepare_array() silently returns success without calling drm_exec_lock_contended() when num_objects is zero. This breaks the invariant upheld by drm_exec_lock_obj(), where every entry point into the locking sequence must first attempt to lock any previously contended object before proceeding. Drivers that chain multiple drm_exec_prepare_array() calls per drm_exec_until_all_locked() iteration (e.g.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/drm_exec: fix up contended obj when num_objects is 0 drm_exec_prepare_array() silently returns success without calling drm_exec_lock_contended() when num_objects is zero. This breaks the invariant upheld by drm_exec_lock_obj(), where every entry point into the locking sequence must first attempt to lock any previously contended object before proceeding. Drivers that chain multiple drm_exec_prepare_array() calls per drm_exec_until_all_locked() iteration (e.g. amdgpu's userq signal/wait ioctls, which prepare separate read and write BO arrays) can pass an empty array for one of the two calls. If contention is hit while preparing the non-empty array, exec->contended is set and the loop retries; on retry, the empty-array call preceding it is a no-op that never clears exec->contended, so drm_exec_retry_on_contention() immediately jumps back to the top of the loop without ever reaching the call that would resolve the contention. This spins forever. Fix it by having drm_exec_prepare_array() call drm_exec_lock_contended() directly when num_objects is zero, so a pending contended object dont loop infinitely.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 09593216bff15866f95c8ad406cb7fdcec1ee40a, < 831cd124ce99c3e61266bed30519d52f7c26abed; >= 09593216bff15866f95c8ad406cb7fdcec1ee40a, < f3e74866018dab793ebee1fdf0ef34f7271d1f8c; >= 09593216bff15866f95c8ad406cb7fdcec1ee40a, < a565022c02f218ec9789c2baf4690792e7a48cbb; >= 09593216bff15866f95c8ad406cb7fdcec1ee40a, < 159720704d9d652b64390c11fb971e15b0a78d23 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97900?
How severe is CVE-2026-97900?
How do I fix CVE-2026-97900?
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-9789A Local Privilege Escalation (LPE) vulnerability affects Ace…8.5
- CVE-2026-97895A vulnerability was determined in krayin laravel-crm up to 2…6.3
- CVE-2026-97896A vulnerability was identified in krayin laravel-crm up to 2…3.5
- CVE-2026-97897A security flaw has been discovered in Krayin laravel-crm up…3.5
- CVE-2026-97898Insecure Direct Object Reference / missing object-level auth…8.4
- CVE-2026-97899In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97901In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97902In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97903In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97904In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97905In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97906In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97900?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
