NONE · 0

CVE-2026-90330

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_c...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-90330?

CVE-2026-90330 is a documented vulnerability. 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_c...

How severe is CVE-2026-90330?

CVSS scoring is not yet available for CVE-2026-90330. Check NVD for updates.

Is there a patch for CVE-2026-90330?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.