NONE · 0

CVE-2023-54009

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 refe...

Vulnerability 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.

References

FAQ

What is CVE-2023-54009?

CVE-2023-54009 is a documented vulnerability. 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 refe...

How severe is CVE-2023-54009?

CVSS scoring is not yet available for CVE-2023-54009. Check NVD for updates.

Is there a patch for CVE-2023-54009?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.