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

drm/v3d: Reject invalid indirect BO handle in indirect CSD setup

v3d_get_cpu_indirect_csd_params() looks up the indirect buffer object
from a userspace-supplied handle but never checks the result. A bogus
or stale handle makes drm_gem_object_lookup() return NULL, which is
then stored in info->indirect and only dereferenced later when the
indirect CSD job runs, turning a userspace mistake into a NULL pointer
dereference in the kernel.

Bail out with -ENOENT as soon as the lookup fails, so the bad handle is
rejected at submission time.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs when the v3d DRM driver processes a userspace request to set up an indirect CSD job. The driver assumes the buffer object handle supplied by userspace is valid and uses drm_gem_object_lookup to obtain the indirect buffer object. If the handle is bogus or stale, the lookup returns NULL, which the driver stores and later dereferences when the job runs. The dereference causes a kernel null pointer fault, forcing the system to reboot. The impact is a denial of service; no code execution or information disclosure is afforded to the attacker.

Affected Systems

This flaw is present in any Linux kernel that includes the v3d DRM driver prior to the patch. The driver is part of the kernel’s DRM subsystem for VideoCore graphics, used mainly on devices such as the Raspberry Pi. All distributions or custom images running a vulnerable kernel version are at risk, regardless of whether additional driver modules are loaded or not.

Risk and Exploitability

The flaw can be triggered by any userspace process that submits an invalid handle to the v3d driver, meaning local attackers can readily cause a kernel crash. No remote exploitation has been documented, and the EPSS score is < 1%, while the vulnerability is absent from the CISA KEV catalogue. Nonetheless, the potential for a kernel panic and the absence of mitigations beyond a patch elevate the risk. Attacker with local control can repeatedly crash the system, impacting availability but not confidentiality or integrity. The CVSS score of 5.5 indicates moderate severity.

Generated by OpenCVE AI on August 18, 2026 at 02:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the v3d null‑pointer safeguard
  • Reboot the system to load the updated kernel and driver
  • If custom builds of the drm‑v3d module exist, recompile or reinstall them against the updated kernel source

Generated by OpenCVE AI on August 18, 2026 at 02:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 15 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject invalid indirect BO handle in indirect CSD setup v3d_get_cpu_indirect_csd_params() looks up the indirect buffer object from a userspace-supplied handle but never checks the result. A bogus or stale handle makes drm_gem_object_lookup() return NULL, which is then stored in info->indirect and only dereferenced later when the indirect CSD job runs, turning a userspace mistake into a NULL pointer dereference in the kernel. Bail out with -ENOENT as soon as the lookup fails, so the bad handle is rejected at submission time.
Title drm/v3d: Reject invalid indirect BO handle in indirect CSD setup
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:12:33.922Z

Reserved: 2026-08-09T03:40:39.919Z

Link: CVE-2026-72327

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:05.780

Modified: 2026-08-17T06:18:36.263

Link: CVE-2026-72327

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72327 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T02:45:03Z

Weaknesses