Answer in brief
CVE-2026-93143 records a Unknown severity vulnerability in staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5 <593fda71983b9c23c84a566b20c53dc402c6b376 || >=b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5 <437d6d15936db87485afabf7d52754b7b19cc787 || >=b7fe4c0019b12d60ece3e99eeb0ccfd5a1d103e5 <b298b80814dd0fc3cb1c8c0e0082fc14fdb5fecf | 593fda71983b9c23c84a566b20c53dc402c6b376, 437d6d15936db87485afabf7d52754b7b19cc787, b298b80814dd0fc3cb1c8c0e0082fc14fdb5fecf |
| Linux/Linuxgeneric | 6.17 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.