CVE-2026-97900

Source
https://cve.org/CVERecord?id=CVE-2026-97900
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97900.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97900
Downstream
Published
2026-09-25T10:22:28Z
Modified
2026-09-26T03:48:40Z
Summary
drm/drm_exec: fix up contended obj when num_objects is 0
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97900.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
09593216bff15866f95c8ad406cb7fdcec1ee40a
Fixed
831cd124ce99c3e61266bed30519d52f7c26abed
Fixed
f3e74866018dab793ebee1fdf0ef34f7271d1f8c
Fixed
a565022c02f218ec9789c2baf4690792e7a48cbb
Fixed
159720704d9d652b64390c11fb971e15b0a78d23

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97900.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97900.json"