CVE-2026-93143
Last modified
CVE-2026-93143 is a vulnerability of currently unknown severity. 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..
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5, < 593fda71983b9c23c84a566b20c53dc402c6b376; >= b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5, < 437d6d15936db87485afabf7d52754b7b19cc787; >= b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5, < b298b80814dd0fc3cb1c8c0e0082fc14fdb5fecf |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93143?
How severe is CVE-2026-93143?
How do I fix CVE-2026-93143?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93138In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9314Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93141In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93144In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93147In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93148In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93149In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93143?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
