CVE-2026-93192

Source
https://cve.org/CVERecord?id=CVE-2026-93192
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93192.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93192
Downstream
Published
2026-09-17T16:12:16Z
Modified
2026-09-18T03:48:45Z
Summary
drm/v3d: Clear queue->active_job when v3d_fence_create() fails
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Clear queue->active_job when v3d_fence_create() fails

The run_job() callbacks for BIN, RENDER, TFU and CSD assign the incoming job to queue->active_job before calling v3d_fence_create(). If v3d_fence_create() fails, the callback returns NULL without clearing active_job, leaving a dangling pointer.

Create a failure path in all run_job() callbacks that clears the active job before returning NULL. The BIN path takes queue->queue_lock around the clear as it races against v3d_overflow_mem_work(); RENDER, TFU and CSD paths have no concurrent reader, so the clear is lock-free.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93192.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
a783a09ee76d6259296dc6aeea2b6884fa526980
Fixed
bdeb73d7312100e00c3e643ff233f09b6ec114aa
Fixed
3a8aa74859dd73eaa76c55eb74da708e56ef51c5
Fixed
0b9878aba5cf93bc2b55ba9eb807757ce3239bec
Fixed
25a1669907512e927fab9ad4d4fb74ff57f63cd9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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