CVE-2026-97967
Last modified
CVE-2026-97967 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5997eb60f896830126bc1783465b678b110e2fdd, < ae01aafd8214e48cb7eff11e92dfbf3778d52d9d; >= 5997eb60f896830126bc1783465b678b110e2fdd, < a5de53b08cc319dadce6fb68d33749ea37962952; >= 5997eb60f896830126bc1783465b678b110e2fdd, < fdc1bc23ff59ee308042342cefcb918d6efba409; >= 5997eb60f896830126bc1783465b678b110e2fdd, < 4ee875c423c66c45d7ef7bbff403cd0e3971e0a2 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97967?
How severe is CVE-2026-97967?
How do I fix CVE-2026-97967?
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-97961In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97962In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97965In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97968In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97969In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97970In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97971In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97972In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97973In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97967?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
