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

drm/amdgpu/vcn4: avoid rereading IB param length

Reuse the parameter length returned by
vcn_v4_0_enc_find_ib_param() instead of rereading it from
the IB.

This avoids a potential TOCTOU issue if the IB contents
change between reads.

(cherry picked from commit dbb02b4755f8c1f3773263f2d779872c1c0c073a)
Published: 2026-08-10
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, a race condition exists in the VCN4 subsystem where the interval buffer (IB) parameter length is re‑read instead of reused, allowing the length value to change between the check and the use. This time‑of‑check‑to‑time‑of‑use flaw can lead to inconsistent data handling within the driver, potentially causing unintended behavior.

Affected Systems

The vulnerability is present in all Linux kernel releases that include the VCN4 driver before the commit dbb02b4755f8c1f3773263f2d779872c1c0c073a. Generic kernel builds from major distributions that ship the older driver code are affected. Systems that do not run the VCN4 driver, or are using a kernel version that includes the fix, are not impacted.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity. Exploitation would require precise timing and control over GPU command buffer submission during the race. The EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog, suggesting a low likelihood of widespread exploitation. Based on the description, accidental instability could occur in environments that process untrusted GPU command streams.

Generated by OpenCVE AI on August 14, 2026 at 01:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit dbb02b4755f8c1f3773263f2d779872c1c0c073a.
  • If upgrading is not immediately possible, disable the VCN4 driver on critical systems or limit its usage.
  • Restrict or sandbox the submission of untrusted GPU command buffers to mitigate race conditions.

Generated by OpenCVE AI on August 14, 2026 at 01:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics 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'}

cvssV3_1

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


Thu, 13 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367
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

Moderate


Mon, 10 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcn_v4_0_enc_find_ib_param() instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. (cherry picked from commit dbb02b4755f8c1f3773263f2d779872c1c0c073a)
Title drm/amdgpu/vcn4: avoid rereading IB param length
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-17T04:58:56.350Z

Reserved: 2026-07-30T09:28:09.368Z

Link: CVE-2026-68107

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:55.477

Modified: 2026-08-17T05:18:10.103

Link: CVE-2026-68107

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68107 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T02:00:15Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition