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

media: verisilicon: AV1: Fix tile info buffer size

Each tile info is composed of: row_sb, col_sb, start_pos
and end_pos (4 bytes each). So the total required memory
is AV1_MAX_TILES * 16 bytes.
Use the correct #define to allocate the buffer and avoid
writing tile info in non-allocated memory.
Published: 2026-05-06
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel AV1 decoder incorrectly calculates the buffer size for tile information, allocating less memory than required. Each tile should account for 16 bytes of metadata, yet the wrong constant led to writes beyond the allocated buffer. This kernel memory corruption can overwrite critical data structures, potentially allowing an attacker to execute arbitrary code with kernel privileges or induce system instability. This is a buffer overflow flaw classified as CWE-131.

Affected Systems

The vulnerability is present in the Linux kernel media subsystem’s AV1 decoder whenever the affected kernel source is used. All distributions shipping a kernel build that has not applied the buffer‑size fix are potentially impacted. No specific kernel version range is listed in the advisory, so any kernel compiled from the unpatched code contains the flaw.

Risk and Exploitability

Buffer overflows in kernel space pose a high-security risk because they can give an attacker elevated privileges. The vulnerability requires exploitation in a kernel context; no network‑exposed trigger or publicly available exploit is documented. The CVSS score of 7.8 indicates a high severity, while the EPSS score of < 1% indicates a very low current exploitation probability. The issue is not listed in CISA's KEV catalog, which suggests that widespread exploitation has not yet been observed. The likely attack vector is inferred to be local privileged or compromised kernel access, as the flaw does not expose a remote entry point in the current description.

Generated by OpenCVE AI on May 8, 2026 at 22:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that includes the AV1 decoder buffer size fix.
  • Reboot the system after upgrading the kernel to ensure the patched code is loaded.
  • If a kernel upgrade cannot be performed immediately, disable or remove the AV1 media driver from the system to eliminate the vulnerable code path.

Generated by OpenCVE AI on May 8, 2026 at 22:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 08 May 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo

Fri, 08 May 2026 13:00:00 +0000

Type Values Removed Values Added
Metrics 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, 07 May 2026 00:15:00 +0000


Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: AV1: Fix tile info buffer size Each tile info is composed of: row_sb, col_sb, start_pos and end_pos (4 bytes each). So the total required memory is AV1_MAX_TILES * 16 bytes. Use the correct #define to allocate the buffer and avoid writing tile info in non-allocated memory.
Title media: verisilicon: AV1: Fix tile info buffer size
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-05-11T22:20:21.954Z

Reserved: 2026-05-01T14:12:55.994Z

Link: CVE-2026-43222

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:41.900

Modified: 2026-05-08T21:12:57.527

Link: CVE-2026-43222

cve-icon Redhat

Severity :

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43222 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-08T22:30:18Z

Weaknesses