๐Ÿ” CVE Alert

CVE-2026-43162

UNKNOWN 0.0

media: tegra-video: Fix memory leak in __tegra_channel_try_format()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: media: tegra-video: Fix memory leak in __tegra_channel_try_format() The state object allocated by __v4l2_subdev_state_alloc() must be freed with __v4l2_subdev_state_free() when it is no longer needed. In __tegra_channel_try_format(), two error paths return directly after v4l2_subdev_call() fails, without freeing the allocated 'sd_state' object. This violates the requirement and causes a memory leak. Fix this by introducing a cleanup label and using goto statements in the error paths to ensure that __v4l2_subdev_state_free() is always called before the function returns.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 6, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1ebaeb09830f36c1111b72a95420814225bd761c < 6c6f419fa9c44a4b7149b0292e01bff47308ba14 1ebaeb09830f36c1111b72a95420814225bd761c < ca921be7a1174d5d58b28f84b683c2c0079f18c5 1ebaeb09830f36c1111b72a95420814225bd761c < 3ca2f09061736e72ef25eec2597d00f7f44094d3 1ebaeb09830f36c1111b72a95420814225bd761c < 2dff8966a3a889dd9d248a7e15d963b4097efcc5 1ebaeb09830f36c1111b72a95420814225bd761c < d92e9a18f97a1d19d4c2ff81dcfbe43591f75b5a 1ebaeb09830f36c1111b72a95420814225bd761c < 43e5302d22334f1183dec3e0d5d8007eefe2817c
Linux / Linux
5.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/6c6f419fa9c44a4b7149b0292e01bff47308ba14 git.kernel.org: https://git.kernel.org/stable/c/ca921be7a1174d5d58b28f84b683c2c0079f18c5 git.kernel.org: https://git.kernel.org/stable/c/3ca2f09061736e72ef25eec2597d00f7f44094d3 git.kernel.org: https://git.kernel.org/stable/c/2dff8966a3a889dd9d248a7e15d963b4097efcc5 git.kernel.org: https://git.kernel.org/stable/c/d92e9a18f97a1d19d4c2ff81dcfbe43591f75b5a git.kernel.org: https://git.kernel.org/stable/c/43e5302d22334f1183dec3e0d5d8007eefe2817c