3 matches found
CVE-2026-68180
A flaw was found in the intelth Intel Trace Hub driver within the Linux kernel. This vulnerability occurs because the intelthoutputopen function acquires a device reference that is not properly released by the intelthmscrelease function when handling Message Signaled Interrupt MSC outputs...
CVE-2026-68180
CVE-2026-68180: In the Linux kernel intel_th MSC output path, a reference leak occurred. intel_th_output_open() selects the output device via bus_find_device_by_devt(), which returns a device reference that must be dropped. The release path for MSC outputs, intel_th_msc_release(), only removed th...
EUVD-2026-55281
In the Linux kernel, the following vulnerability has been resolved: intelth: fix MSC output device reference leak intelthoutputopen looks up the output device with busfinddevicebydevt, which returns the device with a reference that must be dropped after use. commit 95fc36a234da "intelth: fix devi...