CVE-2026-97967 PUBLISHED

hwmon: (corsair-cpro) Remove debugfs entries when probe fails

Assigner: Linux
Reserved: 25.09.2026 Published: 25.09.2026 Updated: 25.09.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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 5997eb60f896830126bc1783465b678b110e2fdd to ae01aafd8214e48cb7eff11e92dfbf3778d52d9d (excl.)
  • affected from 5997eb60f896830126bc1783465b678b110e2fdd to a5de53b08cc319dadce6fb68d33749ea37962952 (excl.)
  • affected from 5997eb60f896830126bc1783465b678b110e2fdd to fdc1bc23ff59ee308042342cefcb918d6efba409 (excl.)
  • affected from 5997eb60f896830126bc1783465b678b110e2fdd to 4ee875c423c66c45d7ef7bbff403cd0e3971e0a2 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.11 is affected
  • unaffected from 0 to 6.11 (excl.)
  • unaffected from 6.12.111 to 6.12.* (incl.)
  • unaffected from 6.18.53 to 6.18.* (incl.)
  • unaffected from 7.2.7 to 7.2.* (incl.)
  • unaffected from 7.3-rc3 to * (incl.)

References