CVE Watchtower

← Back to CVE List

CVE-2026-93192NVD

Vulnerability Summary

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.
Severity Level
HIGH(7.8)
Published Date
Sep 17, 2026
Last Modified
Sep 18, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.15%Probability
Root Weakness (CWE)
N/A
CVSS v3.1 Base Metrics — Score 7.8 (HIGH)
Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

Affected & Patched Versions

Affected Versions
  • Linux Linux >= a783a09ee76d6259296dc6aeea2b6884fa526980 and < bdeb73d7312100e00c3e643ff233f09b6ec114aa
  • Linux Linux >= a783a09ee76d6259296dc6aeea2b6884fa526980 and < 3a8aa74859dd73eaa76c55eb74da708e56ef51c5
  • Linux Linux >= a783a09ee76d6259296dc6aeea2b6884fa526980 and < 0b9878aba5cf93bc2b55ba9eb807757ce3239bec
  • Linux Linux >= a783a09ee76d6259296dc6aeea2b6884fa526980 and < 25a1669907512e927fab9ad4d4fb74ff57f63cd9
  • Linux Linux >= 5.3
Patched Versions
  • Linux Linux bdeb73d7312100e00c3e643ff233f09b6ec114aa
  • Linux Linux 3a8aa74859dd73eaa76c55eb74da708e56ef51c5
  • Linux Linux 0b9878aba5cf93bc2b55ba9eb807757ce3239bec
  • Linux Linux 25a1669907512e927fab9ad4d4fb74ff57f63cd9
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.