CVE-2023-54266
Unknown Unknown - Not Provided
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
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer() 'read' is freed when it is known to be NULL, but not when a read error occurs. Revert the logic to avoid a small leak, should a m920x_read() call fail.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-06-16
AI Q&A
2025-12-30
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54266. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart