CVE-2022-50758
Linux Kernel <=6.0.3 Memory Leak in vt6655 Device Initialization
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix potential memory leak In function device_init_td0_ring, memory is allocated for member td_info of priv->apTD0Rings[i], with i increasing from 0. In case of allocation failure, the memory is freed in reversed order, with i decreasing to 0. However, the case i=0 is left out and thus memory is leaked. Modify the memory freeing loop to include the case i=0.
References (7)
Core 7
Core References
Scores
EPSS
0.0022
EPSS Percentile
13.1%
Details
Status
published
Products (22)
linux/Kernel
4.18.0 - 4.19.262linux
linux/Kernel
4.20.0 - 5.4.220linux
linux/Kernel
5.11.0 - 5.15.75linux
linux/Kernel
5.16.0 - 5.19.17linux
linux/Kernel
5.20.0 - 6.0.3linux
linux/Kernel
5.5.0 - 5.10.150linux
Linux/Linux
< 4.18
Linux/Linux
4.18
Linux/Linux
4.19.262 - 4.19.*
Linux/Linux
5.10.150 - 5.10.*
... and 12 more
Published
Dec 24, 2025
Tracked Since
Feb 18, 2026