NONE · 0

CVE-2026-93143

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume() ipu7_resume() calls pm_runtime_get_sync() before resuming the ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume() ipu7_resume() calls pm_runtime_get_sync() before resuming the device. If the runtime PM resume fails, the usage count remains incremented, but the error path returns without dropping the reference. Use pm_runtime_resume_and_get() instead, which balances the usage count on failure and avoids the leak. Keep returning 0 on error, as resume callbacks should not propagate failures to the PM core, matching the behaviour of the ipu6 driver.

References

FAQ

What is CVE-2026-93143?

CVE-2026-93143 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume() ipu7_resume() calls pm_runtime_get_sync() before resuming the ...

How severe is CVE-2026-93143?

CVSS scoring is not yet available for CVE-2026-93143. Check NVD for updates.

Is there a patch for CVE-2026-93143?

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