7.8

CVE-2026-43111

HID: roccat: fix use-after-free in roccat_report_event

In the Linux kernel, the following vulnerability has been resolved:

HID: roccat: fix use-after-free in roccat_report_event

roccat_report_event() iterates over the device->readers list without
holding the readers_lock. This allows a concurrent roccat_release() to
remove and free a reader while it's still being accessed, leading to a
use-after-free.

Protect the readers list traversal with the readers_lock mutex.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 2.6.35 < 6.6.136
LinuxLinux Kernel Version >= 6.7 < 6.12.83
LinuxLinux Kernel Version >= 6.13 < 6.18.24
LinuxLinux Kernel Version >= 6.19 < 6.19.14
LinuxLinux Kernel Version7.0 Updaterc1
LinuxLinux Kernel Version7.0 Updaterc2
LinuxLinux Kernel Version7.0 Updaterc3
LinuxLinux Kernel Version7.0 Updaterc4
LinuxLinux Kernel Version7.0 Updaterc5
LinuxLinux Kernel Version7.0 Updaterc6
LinuxLinux Kernel Version7.0 Updaterc7
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.12% 0.019
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE-416 Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

https://git.kernel.org/stable/c/e6a445513fbc6a0329d2d5ff375b6725750ec5a6
Patch
https://git.kernel.org/stable/c/e16a6d11bd77b81632165f02cf0d5946df74b3b7
Patch
https://git.kernel.org/stable/c/36bb2d0b915014bbdc5044982b31b57b78045b93
Patch
https://git.kernel.org/stable/c/bca0b595e15450dd66b1153c76c4ef1087ee011b
Patch
https://git.kernel.org/stable/c/d802d848308b35220f21a8025352f0c0aba15c12
Patch
https://git.kernel.org/stable/c/181ea51ab0f6370842c5b49cfb86824253a1189e
https://git.kernel.org/stable/c/20dca865460f7943cf70afca274b60dac371f546
https://git.kernel.org/stable/c/441689e3103694caa3e2d62b7d57c7bccefa5e37