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.
References
Configurations
Configuration 1 (hide)
|
History
13 May 2026, 18:41
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/1dabf00ee206eceb0f08a1fe5d1ce635f9064338 - Patch | |
| References | () https://git.kernel.org/stable/c/7cde76db8883ec8a3d1456068079ecadbfb15ca5 - Patch | |
| References | () https://git.kernel.org/stable/c/d4457f23ac0130240053a34be663f0fade3bb371 - Patch | |
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
06 May 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-06 12:16
Updated : 2026-05-13 18:41
NVD link : CVE-2026-43142
Mitre link : CVE-2026-43142
CVE.ORG link : CVE-2026-43142
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
