CVE-2026-90402 in Linux
الملخص
بحسب MITRE • 17/09/2026
In the Linux kernel, the following vulnerability has been resolved:
bus: mhi: host: Fix controller cleanup on EDL sysfs failure
mhi_register_controller() adds the controller device before creating the optional trigger_edl sysfs file. If sysfs_create_file() fails, the error path only drops the device reference and leaves the device registered.
Hence, call device_del() in the error path before put_device().
Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.