Linux Kernel Intel ISHTP HID Driver Use-After-Free Vulnerability

Vulnerability

A use-after-free vulnerability has been identified in the Intel ISHTP HID driver within the Linux kernel. This issue arises during the 'rmmod' operation, specifically in the 'hid_ishtp_cl_remove()' function. The vulnerability occurs because 'hid_ishtp_cl_deinit()' is called before 'ishtp_hid_remove()', leading to the potential access of freed memory or resources. The problem is exacerbated by the fact that 'ishtp_hid_remove()' is a HID-level power-off operation, which should precede the ISHTP-level disconnection. The vulnerability has been addressed by reordering the function calls, ensuring 'ishtp_hid_remove()' is executed before 'hid_ishtp_cl_deinit()'.

Impact

Exploitation of this vulnerability can lead to memory corruption issues, where freed memory is accessed, potentially causing undefined behavior in the kernel.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
3.1
exploitability
4.0
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.