Memory leak in Linux kernel - CVE-2026-90330
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to cause a resource leak.
The vulnerability exists due to improper resource cleanup in hidpp_ff_init() when initializing a force-feedback device. A local user can trigger force-feedback device initialization to cause a resource leak.
The issue occurs when allocation of the HID++ force-feedback private data, effect ID array, or workqueue fails after the force-feedback device is created.