HOMEVULNERABILITIESCVE-2026-53139
NONE

CVE-2026-53139

Published: June 25, 2026· Updated: Jun 30, 2026

EPSS:0.17%probability of exploitation in 30 daysPercentile:6.2th

Official Description

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

drm/v3d: Skip CSD when it has zeroed workgroups

A compute shader dispatch encodes its workgroup counts in the CFG0..CFG2

registers. Kicking off a dispatch with a zero count in any of the three

dimensions is invalid. First, the hardware will process 0 as 65536,

while the user-space driver exposes a maximum of 65535. Over that, a

submission with a zeroed workgroup dimension should be a no-op.

These zeroed counts can reach the dispatch path through an indirect CSD

job, whose workgroup counts are only known once the indirect buffer is

read and may legitimately be zero, but such scenario should only result in

a no-op.

Overwrite the indirect CSD job workgroup counts with the indirect BO

ones, even if they are zeroed, and don't submit the job to the hardware

when any of the workgroup counts is zero, so the job completes immediately

instead of running the shader.

NVD Source

Technical Analysis

CVE-2026-53139 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-53139
SeverityNONE
CISA KEVNo
EPSS (30d)0.17%
PublishedJun 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53139 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.