Answer in brief
CVE-2026-97967 records a Unknown severity vulnerability in hwmon: (corsair-cpro) Remove debugfs entries when probe fails. 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 | >=5997eb60f896830126bc1783465b678b110e2fdd <ae01aafd8214e48cb7eff11e92dfbf3778d52d9d || >=5997eb60f896830126bc1783465b678b110e2fdd <a5de53b08cc319dadce6fb68d33749ea37962952 || >=5997eb60f896830126bc1783465b678b110e2fdd <fdc1bc23ff59ee308042342cefcb918d6efba409 || >=5997eb60f896830126bc1783465b678b110e2fdd <4ee875c423c66c45d7ef7bbff403cd0e3971e0a2 | ae01aafd8214e48cb7eff11e92dfbf3778d52d9d, a5de53b08cc319dadce6fb68d33749ea37962952, fdc1bc23ff59ee308042342cefcb918d6efba409, 4ee875c423c66c45d7ef7bbff403cd0e3971e0a2 |
| Linux/Linuxgeneric | 6.11 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Remove debugfs entries when probe fails ccp_debugfs_init() registers debugfs files whose private data is the devm allocated ccp. If hwmon_device_register_with_info() fails right after it, ccp_probe() returns without removing them: the HID core then frees ccp, and ccp_remove() is not called for a failed probe, so the files stay behind. Reading one of them dereferences the freed pointer. Remove the debugfs entries on that error path. debugfs_remove_recursive() waits for readers already inside the show callbacks, so ccp is no longer reachable through debugfs by the time probe returns.
Quoted source text, attributed separately from HOL analysis.