CVE-2022-50175
Analyzed Analyzed - Analysis Complete
BaseFortify

Publication date: 2025-06-18

Last updated on: 2025-11-28

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: tw686x: Fix memory leak in tw686x_video_init video_device_alloc() allocates memory for vdev, when video_register_device() fails, it doesn't release the memory and leads to memory leak, call video_device_release() to fix this.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-18
Last Modified
2025-11-28
Generated
2026-05-07
AI Q&A
2025-06-18
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 4 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 4.7 (inc) to 5.10.137 (exc)
linux linux_kernel From 5.11 (inc) to 5.15.61 (exc)
linux linux_kernel From 5.16 (inc) to 5.18.18 (exc)
linux linux_kernel From 5.19 (inc) to 5.19.2 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-401 The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's tw686x media driver. Specifically, when the function video_register_device() fails after memory has been allocated by video_device_alloc(), the allocated memory is not released properly, causing a memory leak. The fix involves calling video_device_release() to free the allocated memory when the registration fails.


How can this vulnerability impact me? :

The memory leak can lead to increased memory usage over time, potentially causing system instability or crashes if the leaked memory accumulates significantly. This can degrade system performance or availability, especially on systems using the affected tw686x media driver.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart