CVE-2026-90330 PUBLISHED

HID: logitech-hidpp: Fix FF device cleanup on init failure

Assigner: Linux
Reserved: 11.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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

HID: logitech-hidpp: Fix FF device cleanup on init failure

hidpp_ff_init() creates the input force-feedback device with input_ff_create(), then allocates the HID++ FF private data, effect ID array, and workqueue.

If any of those allocations fail after input_ff_create() succeeds, the function returns an error without destroying the FF device. Add an unwind path that frees the private allocations made by hidpp_ff_init() and calls input_ff_destroy() for failures after input_ff_create() succeeds.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from ff21a635dd1a9c6ca378847160897649cdbbfae4 to 13378c9ac0a1bcdf49ba158e4199594aafb589cd (excl.)
  • affected from ff21a635dd1a9c6ca378847160897649cdbbfae4 to dd5be4d9ce2dfc4d4a4527ef7d31d21a78e3cdac (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 4.6 is affected
  • unaffected from 0 to 4.6 (excl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References