CVE-2026-97968

Source
https://cve.org/CVERecord?id=CVE-2026-97968
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97968.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97968
Downstream
Published
2026-09-25T10:23:09Z
Modified
2026-09-26T03:48:30Z
Summary
hwmon: (corsair-cpro) Create debugfs entries after hwmon registration
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97968.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5997eb60f896830126bc1783465b678b110e2fdd
Fixed
6c5d333216a937044acd3336e9ec7e30ff2eaee4
Fixed
a58a966a440071bb877ef62535d1016952f83101
Fixed
fdfe17cb865715aad30328678344eb79889207ab
Fixed
508baf1713f32f287bfb4f85d759403ec8ba35a3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97968.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97968.json"