CVE-2026-97968
Last modified
CVE-2026-97968 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Create debugfs entries after hwmon registration ccp_debugfs_init() registers debugfs files whose private data is the devm allocated ccp. It runs before hwmon_device_register_with_info(), so when that registration fails, ccp_probe() returns with the files still in place.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Create debugfs entries after hwmon registration ccp_debugfs_init() registers debugfs files whose private data is the devm allocated ccp. It runs before hwmon_device_register_with_info(), so when that registration fails, ccp_probe() returns with the files still in place. The HID core then frees ccp, and ccp_remove() is not called for a failed probe, so nothing removes them later either. Reading one of the files dereferences the freed pointer. Create the debugfs entries only after the hwmon device has been registered, so no failing path can leave them behind. The two version queries stay where they are. They send USB commands without holding ccp->mutex, which is only safe as long as nothing else can call send_usb_cmd(); once the hwmon device is registered its callbacks can do so concurrently. Only the debugfs creation moves, and it is told which queries succeeded.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5997eb60f896830126bc1783465b678b110e2fdd, < 6c5d333216a937044acd3336e9ec7e30ff2eaee4; >= 5997eb60f896830126bc1783465b678b110e2fdd, < a58a966a440071bb877ef62535d1016952f83101; >= 5997eb60f896830126bc1783465b678b110e2fdd, < fdfe17cb865715aad30328678344eb79889207ab; >= 5997eb60f896830126bc1783465b678b110e2fdd, < 508baf1713f32f287bfb4f85d759403ec8ba35a3 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97968?
How severe is CVE-2026-97968?
How do I fix CVE-2026-97968?
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-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-97967In 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…
- CVE-2026-97974In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97968?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
