Bug 2424978 (CVE-2023-54009) - CVE-2023-54009 kernel: i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
Summary: CVE-2023-54009 kernel: i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM l...
Keywords:
Status: NEW
Alias: CVE-2023-54009
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 12:05 UTC by OSIDB Bzimport
Modified: 2026-06-29 20:33 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 12:05:23 UTC
In the Linux kernel, the following vulnerability has been resolved:

i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path

The cdns_i2c_master_xfer() function gets a runtime PM reference when the
function is entered. This reference is released when the function is
exited. There is currently one error path where the function exits
directly, which leads to a leak of the runtime PM reference.

Make sure that this error path also releases the runtime PM reference.


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