CVE-2026-97575: media: v4l2-ctrls: validate AV1 tile counts

Published Sep 25, 2026
·
Updated

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

media: v4l2-ctrls: validate AV1 tile counts

The stateless AV1 decoders use tileinfo.tilecols and tilerows as loop bounds and as indices into the mistarts[] and insbsminus1[] arrays, as the divisor for contextupdatetileid, and their product bounds the per-tile descriptor buffers, but stdvalidatecompound() does not bound these u8 fields. Reject a V4L2CTRLTYPEAV1FRAME whose tilecols or tilerows exceeds V4L2AV1MAXTILECOLS / ROWS, or whose product exceeds V4L2AV1MAXTILECOUNT. A zero tile count is left to the consuming driver so the zero-initialised control that existing userspace submits is still accepted.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Validate V4L2_CTRL_TYPE_AV1_FRAME controls and reject any control whose tile_cols exceeds V4L2_AV1_MAX_TILE_COLS, tile_rows exceeds V4L2_AV1_MAX_TILE_ROWS, or tile_cols multiplied by tile_rows exceeds V4L2_AV1_MAX_TILE_COUNT; continue accepting the zero-initialized control submitted by existing userspace.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:21 AM
Data Sourced
via MITRE·10:21 AM
Description
Data Sourced
via NVD·11:17 AM
DescriptionSeverity

Frequently Asked Questions

1

What access does an attacker need to trigger this issue?

An attacker needs to submit a V4L2_CTRL_TYPE_AV1_FRAME control to a stateless AV1 decoder with tile_cols or tile_rows values beyond the supported limits, or with a tile-count product beyond V4L2_AV1_MAX_TILE_COUNT.

2

Which configurations are exposed?

The affected path is the Linux kernel V4L2 control validation used by stateless AV1 decoders. Exposure depends on a system providing such a decoder interface to the party submitting AV1 frame controls.

3

How can I determine whether a system has the fix?

The fix causes validation to reject AV1 frame controls when tile_cols exceeds V4L2_AV1_MAX_TILE_COLS, tile_rows exceeds V4L2_AV1_MAX_TILE_ROWS, or their product exceeds V4L2_AV1_MAX_TILE_COUNT. The listed stable references contain the corresponding changes.

4

Are zero tile counts rejected by this validation?

No. Zero tile counts are intentionally left for the consuming driver to handle so that existing userspace submitting zero-initialized controls continues to be accepted.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203