Bug 2426136 (CVE-2023-54266) - CVE-2023-54266 kernel: media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer()
Summary: CVE-2023-54266 kernel: media: dvb-usb: m920x: Fix a potential memory leak in ...
Keywords:
Status: NEW
Alias: CVE-2023-54266
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:11 UTC by OSIDB Bzimport
Modified: 2025-12-31 06:39 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:11:35 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.