---
id: CVE-2026-97576
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  media: v4l2-ctrls: validate HEVC tile counts

  The stateless HEVC decoders read num_tile_columns_minus1 + 1 entries from
  column_width_minus1[] and num_tile_rows_minus1 +…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  media: v4l2-ctrls: validate HEVC tile counts

  The stateless HEVC decoders read num_tile_columns_minus1 + 1 entries from
  column_width_minus1[] and num_tile_rows_minus1 +…
severity: high
cvss: 7.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 256fa3920874b0f1f4cb79ad6766493a22187153 <
    400cd78a63cc647412cf069c9851bdea2818340c
  - >-
    Linux >= 256fa3920874b0f1f4cb79ad6766493a22187153 <
    c7b1ef6dc57f4e57fe27cfdd3bf82033ed91ca34
  - >-
    Linux >= 256fa3920874b0f1f4cb79ad6766493a22187153 <
    ba1023d3a6d5d244d59f20c4ba6af4879ae08a9f
  - >-
    Linux >= 256fa3920874b0f1f4cb79ad6766493a22187153 <
    dc694a9929f7cb9c88ef91e45eb982b7bbe5a477
  - Linux 5.5
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:17:59.687'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97576'
references:
  - url: 'https://git.kernel.org/stable/c/400cd78a63cc647412cf069c9851bdea2818340c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ba1023d3a6d5d244d59f20c4ba6af4879ae08a9f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c7b1ef6dc57f4e57fe27cfdd3bf82033ed91ca34'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/dc694a9929f7cb9c88ef91e45eb982b7bbe5a477'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.910Z'
---

## Overview

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

media: v4l2-ctrls: validate HEVC tile counts

The stateless HEVC decoders read num_tile_columns_minus1 + 1 entries from
column_width_minus1[] and num_tile_rows_minus1 + 1 from row_height_minus1[]
and use them as tile-loop bounds, but std_validate_compound() does not
bound these u8 counts. Reject a V4L2_CTRL_TYPE_HEVC_PPS with tiling
enabled whose tile counts exceed the uAPI array capacity, mirroring the
existing compound-control range checks.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
