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

media: v4l2-ctrls: validate HEVC active reference counts

HEVC slice parameters are shared stateless V4L2 controls, but the common
validation path does not verify the active L0/L1 reference counts before
driver-specific code consumes them.

The original report came from Cedrus, but the active count bounds are
not Cedrus-specific. Validate them in the common HEVC slice control path
so stateless HEVC drivers get the same basic guarantees as soon as the
control is queued.

Do not reject ref_idx_l0/ref_idx_l1 entries here. Existing userspace may
use out-of-range sentinel values such as 0xff for missing references, and
some hardware can use that information for concealment. Keep this common
check limited to the active reference counts.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s V4L2 control infrastructure for HEVC slice parameters lacks a verification step that ensures the active Level‑0 and Level‑1 reference counts fall within expected bounds before the driver consumes them. Because this common validation path is bypassed, a user‑space application can inject out‑of‑range reference indices—including sentinel values such as 0xff—into the kernel. The kernel forwards these values to the device driver without further checking, leaving the driver to interpret them as valid. This oversight can cause drivers to misbehave or fail, potentially resulting in incorrect decoding logic or a loss of correct operation. The CVE entry does not provide evidence of a guaranteed memory corruption or code execution and therefore does not explicitly state higher‑impact outcomes.

Affected Systems

All Linux kernel builds that expose the V4L2 HEVC slice controls are affected. The vendor list indicates Linux:Linux, meaning every kernel with this component prior to the patch. No vendor‑specific version range is provided, so all releases up to the fix are impacted.

Risk and Exploitability

The CVSS base score of 7.8 indicates a high severity. The EPSS score of less than 1% suggests a low likelihood of exploitation. The flaw is not listed in CISA KEV. Because user‑space can construct malformed V4L2 control packets, the likelihood of exploitation is limited to local attackers with the ability to access the relevant device. A local attacker could potentially trigger driver misbehavior or a denial of service, but the description does not indicate a broader privilege escalation or remote exploitation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel version that incorporates the HEVC reference count validation fix.
  • If a kernel update is not feasible, disable the V4L2 HEVC slice controls or shutdown the device that exposes them.
  • Ensure any user‑space applications interacting with V4L2 controls validate or sanitize reference indices before sending them to the kernel.

Generated by OpenCVE AI on August 14, 2026 at 01:30 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

Wed, 19 Aug 2026 16:45:00 +0000


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': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 13 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Weaknesses CWE-1284
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 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: v4l2-ctrls: validate HEVC active reference counts HEVC slice parameters are shared stateless V4L2 controls, but the common validation path does not verify the active L0/L1 reference counts before driver-specific code consumes them. The original report came from Cedrus, but the active count bounds are not Cedrus-specific. Validate them in the common HEVC slice control path so stateless HEVC drivers get the same basic guarantees as soon as the control is queued. Do not reject ref_idx_l0/ref_idx_l1 entries here. Existing userspace may use out-of-range sentinel values such as 0xff for missing references, and some hardware can use that information for concealment. Keep this common check limited to the active reference counts.
Title media: v4l2-ctrls: validate HEVC active reference counts
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-19T16:31:26.837Z

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

Link: CVE-2026-68206

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:08.273

Modified: 2026-08-19T17:20:36.550

Link: CVE-2026-68206

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68206 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:45:08Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input