CVE-2026-97576

HIGHCVSS 7.8/10

Last modified

CVE-2026-97576 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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..

Description

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.

Metrics

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 256fa3920874b0f1f4cb79ad6766493a22187153, < 400cd78a63cc647412cf069c9851bdea2818340c; >= 256fa3920874b0f1f4cb79ad6766493a22187153, < c7b1ef6dc57f4e57fe27cfdd3bf82033ed91ca34; >= 256fa3920874b0f1f4cb79ad6766493a22187153, < ba1023d3a6d5d244d59f20c4ba6af4879ae08a9f; >= 256fa3920874b0f1f4cb79ad6766493a22187153, < dc694a9929f7cb9c88ef91e45eb982b7bbe5a477
LinuxLinux5.5

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-97576?
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.
How severe is CVE-2026-97576?
CVE-2026-97576 has a CVSS score of 7.8/10 (HIGH severity).
How do I fix CVE-2026-97576?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-97576?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST