Answer in brief
CVE-2026-68463 records a Unknown severity vulnerability in mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend. 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 | >=676a83855614635af3bf31ad3f8fec4031f81354 <5b8f11cbe8ad5726b2b63ff1574d5cffa4df18c2 || >=676a83855614635af3bf31ad3f8fec4031f81354 <6355749aebf6c78081f7096a52edcd28d2aa0fab || >=676a83855614635af3bf31ad3f8fec4031f81354 <8da5930144712412d85e7f868693d96ec5c2018c | 5b8f11cbe8ad5726b2b63ff1574d5cffa4df18c2, 6355749aebf6c78081f7096a52edcd28d2aa0fab, 8da5930144712412d85e7f868693d96ec5c2018c |
| Linux/Linuxgeneric | 6.16 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend Replace pm_runtime_get_sync() with pm_runtime_resume_and_get() to simplify error handling. pm_runtime_resume_and_get() automatically drops the usage counter on failure, avoiding the need for a separate pm_runtime_put_noidle() call. If it fails, the device is unclocked and accessing hardware registers would cause a kernel panic, so return the error immediately.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-68463 records a Unknown severity vulnerability in mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend. 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 | >=676a83855614635af3bf31ad3f8fec4031f81354 <5b8f11cbe8ad5726b2b63ff1574d5cffa4df18c2 || >=676a83855614635af3bf31ad3f8fec4031f81354 <6355749aebf6c78081f7096a52edcd28d2aa0fab || >=676a83855614635af3bf31ad3f8fec4031f81354 <8da5930144712412d85e7f868693d96ec5c2018c | 5b8f11cbe8ad5726b2b63ff1574d5cffa4df18c2, 6355749aebf6c78081f7096a52edcd28d2aa0fab, 8da5930144712412d85e7f868693d96ec5c2018c |
| Linux/Linuxgeneric | 6.16 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend Replace pm_runtime_get_sync() with pm_runtime_resume_and_get() to simplify error handling. pm_runtime_resume_and_get() automatically drops the usage counter on failure, avoiding the need for a separate pm_runtime_put_noidle() call. If it fails, the device is unclocked and accessing hardware registers would cause a kernel panic, so return the error immediately.
Quoted source text, attributed separately from HOL analysis.