CVE-2026-43049

Summary

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

HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure

Presently, if the force feedback initialisation fails when probing the Logitech G920 Driving Force Racing Wheel for Xbox One, an error number will be returned and propagated before the userspace infrastructure (sysfs and /dev/input) has been torn down. If userspace ignores the errors and continues to use its references to these dangling entities, a UAF will promptly follow.

We have 2 options; continue to return the error, but ensure that all of the infrastructure is torn down accordingly or continue to treat this condition as a warning by emitting the message but returning success. It is thought that the original author's intention was to emit the warning but keep the device functional, less the force feedback feature, so let's go with that.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxabdd3d0b344fdf72a4904d09b97bc964d74c4419 < 772f99cc8d6e5d95613bce93c9624e154c1abe88affected
LinuxLinuxabdd3d0b344fdf72a4904d09b97bc964d74c4419 < b846fb0a73e99174f08238e083e284c0463a2102affected
LinuxLinuxabdd3d0b344fdf72a4904d09b97bc964d74c4419 < 9a793ac19eb84f44ed759c0fce80cf29bc2a2453affected
LinuxLinuxabdd3d0b344fdf72a4904d09b97bc964d74c4419 < f7a4c78bfeb320299c1b641500fe7761eadbd101affected
LinuxLinux5f7fd3576cf30d502a8b2aec4e7a49c4f894e253affected
LinuxLinux5.3.9 < 5.4affected
LinuxLinux5.4affected
LinuxLinux0 < 5.4unaffected
LinuxLinux6.12.81 <= 6.12.*unaffected
LinuxLinux6.18.22 <= 6.18.*unaffected
LinuxLinux6.19.12 <= 6.19.*unaffected
LinuxLinux7.0 <= *unaffected

Weaknesses

References