CVE-2023-54266
Memory Leak in Linux DVB-USB m920x I2C Transfer Module
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential memory leak in the Linux kernel's media driver for dvb-usb devices, specifically in the m920x component. The issue occurs because memory allocated for 'read' is freed only when it is known to be NULL, but not when a read error happens, leading to a small memory leak if the m920x_read() call fails.
How can this vulnerability impact me? :
The vulnerability can cause a small memory leak in the Linux kernel when a read error occurs in the m920x driver. Over time, this could lead to increased memory usage and potentially degrade system performance or stability.