CVE-2026-89627
Last modified
CVE-2026-89627 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: HID: roccat: free buffered reports when destroying device roccat_report_event() duplicates each report with kmemdup() and stores the allocation in a circular-buffer slot. The allocation is released only when that slot is reused. The device destruction paths free struct roccat_device without releasing reports still stored in cbuf[]. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: HID: roccat: free buffered reports when destroying device roccat_report_event() duplicates each report with kmemdup() and stores the allocation in a circular-buffer slot. The allocation is released only when that slot is reused. The device destruction paths free struct roccat_device without releasing reports still stored in cbuf[]. This makes those allocations unreachable and leaks up to ROCCAT_CBUF_SIZE report buffers per device. Add a small destructor that frees every buffered report before freeing the device, and use it in both paths that can destroy a registered device.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < cebb20b9a29cfc90bf56e54337333084f85a69dd; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < 690da9177e64bcfda2f4c0b5b8465178e4a236d8; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < b3cc411daa50b39ba5706492a80a5a0804d9c85f; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < 4cb3ff31d237ad1f515455c497ef07d7172d912b; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < 943b8dc2c6044c01e36395f51bb809a4b6bdfd22; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < da00eac19feef209c9591e48c860afc2014603be; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < fbb5a60f5c31b5625f0d89a79912fbcb2559289b; >= 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378, < bbff0ccbff360a5498075525005f6a913239a3d7 |
| Linux | Linux | 2.6.35 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89627?
How severe is CVE-2026-89627?
How do I fix CVE-2026-89627?
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-89621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89622In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89623In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89624In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89625In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89626In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89628In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89629In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8963Spoofing issue in the Web Speech component. This vulnerabili…7.5
- CVE-2026-89630In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89631In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89632In the Linux kernel, the following vulnerability has been re…8.2
Are you affected by CVE-2026-89627?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
