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

media: iris: gen1: Destroy internal buffers after FW releases

After the firmware releases internal buffers, the driver was not
destroying them. This left stale allocations that were no longer used,
especially across resolution changes where new buffers are allocated per
the updated requirements. As a result, memory was wasted until session
close.

Destroy internal buffers once the release response is received from the
firmware.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's media driver for Iris Gen1 hardware fails to release internal buffers after the firmware signals that they are no longer needed. The driver therefore retains stale memory allocations that are no longer used, especially when the device changes resolution and new buffers are allocated. As a result, kernel memory usage grows until the session ends, which can lead to resource exhaustion. This flaw is classified as CWE‑401 (Memory Management) and CWE‑772 (Resource Leak).

Affected Systems

All systems running a Linux kernel that includes the Iris Gen1 media driver are affected. The version information is not specified in the advisory, but the bug resides in the driver module that is part of the media subsystem. Any system that actively uses iris Gen1 modules—for example, for hardware‑accelerated camera or video capture—may be impacted by the buffer leakage.

Risk and Exploitability

The vulnerability is not listed in CISA KEV, and the EPSS score is less than 1%, indicating a low likelihood of exploitation. The CVSS score is 5.5, reflecting a medium severity. The likely attack vector is local: a user or process that interacts with the device (e.g., changing camera resolution) triggers the buffer allocation and release cycle. Because the flaw does not provide privilege escalation or remote code execution, the primary risk is a denial‑of‑service via gradual memory exhaustion on systems with limited resources.

Generated by OpenCVE AI on May 13, 2026 at 19:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that frees internal buffers on firmware release, as shown in the linked commit logs.
  • If the patch is not available, unload or blacklist the iris Gen1 driver until an official fix is released.
  • Monitor memory usage of the media subsystem and reboot if memory growth is observed.

Generated by OpenCVE AI on May 13, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 13 May 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
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'}


Thu, 07 May 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 07 May 2026 00:15:00 +0000


Wed, 06 May 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

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: iris: gen1: Destroy internal buffers after FW releases After the firmware releases internal buffers, the driver was not destroying them. This left stale allocations that were no longer used, especially across resolution changes where new buffers are allocated per the updated requirements. As a result, memory was wasted until session close. Destroy internal buffers once the release response is received from the firmware.
Title media: iris: gen1: Destroy internal buffers after FW releases
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:18:34.249Z

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

Link: CVE-2026-43142

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-05-13T18:41:13.520

Link: CVE-2026-43142

cve-icon Redhat

Severity :

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

Links: CVE-2026-43142 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-13T19:30:03Z

Weaknesses