Tracker / CVE-2026-43162
CVE-2026-43162
Media 5.5
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.
Prodotti e versioni affette
| linux | linux_kernel · 5.10 → 6.1.167 |
|---|---|
| linux | linux_kernel · 6.13 → 6.18.17 |
| linux | linux_kernel · 6.19 → 6.19.6 |
| linux | linux_kernel · 6.2 → 6.6.130 |
| linux | linux_kernel · 6.7 → 6.12.77 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.