CVE-2022-50355
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
17/09/2025
Última modificación:
17/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
staging: vt6655: fix some erroneous memory clean-up loops<br />
<br />
In some initialization functions of this driver, memory is allocated with<br />
&#39;i&#39; acting as an index variable and increasing from 0. The commit in<br />
"Fixes" introduces some clean-up codes in case of allocation failure,<br />
which free memory in reverse order with &#39;i&#39; decreasing to 0. However,<br />
there are some problems:<br />
- The case i=0 is left out. Thus memory is leaked.<br />
- In case memory allocation fails right from the start, the memory<br />
freeing loops will start with i=-1 and invalid memory locations will<br />
be accessed.<br />
<br />
One of these loops has been fixed in commit c8ff91535880 ("staging:<br />
vt6655: fix potential memory leak"). Fix the remaining erroneous loops.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/2a2db520e3ca5aafba7c211abfd397666c9b5f9d
- https://git.kernel.org/stable/c/637672a71f5016a40b0a6c0f3c8ad25eacedc8c3
- https://git.kernel.org/stable/c/88b9cc60f26e8a05d1ddbddf91b09ca2915f20e0
- https://git.kernel.org/stable/c/95ac62e8545be2b0a8cae0beef7c682e2e470e48
- https://git.kernel.org/stable/c/a9e9806d1c315bc50dce05479a079b9a104474b8
- https://git.kernel.org/stable/c/ed11b73c963292e7b49c0f37025c58ed3b7921d6
- https://git.kernel.org/stable/c/f19e5b7df54590c831f350381963f25585c8f7d5