CVE-2026-43162
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/05/2026
Last modified:
13/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: tegra-video: Fix memory leak in __tegra_channel_try_format()<br />
<br />
The state object allocated by __v4l2_subdev_state_alloc() must be freed<br />
with __v4l2_subdev_state_free() when it is no longer needed.<br />
<br />
In __tegra_channel_try_format(), two error paths return directly after<br />
v4l2_subdev_call() fails, without freeing the allocated &#39;sd_state&#39;<br />
object. This violates the requirement and causes a memory leak.<br />
<br />
Fix this by introducing a cleanup label and using goto statements in the<br />
error paths to ensure that __v4l2_subdev_state_free() is always called<br />
before the function returns.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.10 (including) | 6.1.167 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.130 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.77 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.17 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/2dff8966a3a889dd9d248a7e15d963b4097efcc5
- https://git.kernel.org/stable/c/3ca2f09061736e72ef25eec2597d00f7f44094d3
- https://git.kernel.org/stable/c/43e5302d22334f1183dec3e0d5d8007eefe2817c
- https://git.kernel.org/stable/c/6c6f419fa9c44a4b7149b0292e01bff47308ba14
- https://git.kernel.org/stable/c/ca921be7a1174d5d58b28f84b683c2c0079f18c5
- https://git.kernel.org/stable/c/d92e9a18f97a1d19d4c2ff81dcfbe43591f75b5a



