CVE-2026-46239
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
28/05/2026
Última modificación:
28/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: i2c: ov5647: Fix runtime PM refcount leak in s_ctrl<br />
<br />
Three control cases (AUTOGAIN, EXPOSURE_AUTO, ANALOGUE_GAIN) directly<br />
return without calling pm_runtime_put(), causing runtime PM reference<br />
count leaks.<br />
<br />
Change these cases from &#39;return&#39; to &#39;ret = ... break&#39; pattern to ensure<br />
pm_runtime_put() is always called before function exit.



