CVE-2023-54009
Unknown Unknown - Not Provided
Runtime PM Reference Leak in Linux cdns_i2c_master_xfer Function

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
cadence cdns_i2c_master *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a runtime power management (PM) reference leak in the Linux kernel's cdns_i2c_master_xfer() function. When the function is called, it acquires a runtime PM reference, which should be released upon function exit. However, there is an error path where the function exits without releasing this reference, causing a leak.


How can this vulnerability impact me? :

The impact of this vulnerability is a leak of runtime PM references, which could lead to improper power management behavior such as preventing devices from entering low-power states, potentially causing increased power consumption or resource exhaustion.


What immediate steps should I take to mitigate this vulnerability?

Apply the patch or update to a Linux kernel version where the cdns_i2c_master_xfer() function has been fixed to properly release the runtime PM reference on all error paths, preventing the runtime PM leak.


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