CVE-2026-93143

Source
https://cve.org/CVERecord?id=CVE-2026-93143
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93143.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93143
Downstream
Published
2026-09-17T16:11:42Z
Modified
2026-09-18T03:48:44Z
Summary
staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93143.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5
Fixed
593fda71983b9c23c84a566b20c53dc402c6b376
Fixed
437d6d15936db87485afabf7d52754b7b19cc787
Fixed
b298b80814dd0fc3cb1c8c0e0082fc14fdb5fecf

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93143.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.17.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93143.json"