Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe() fsl_lpspi_probe() is allocating/disposing memory manually with spi_alloc_host()/spi_alloc_target(), but uses devm_spi_register_controller(). In case of error after the latter call the memory will be explicitly freed in the probe function by spi_controller_put() call, but used afterwards by "devm" management outside probe() (spi_unregister_controller() <- devm_spi_unregister() below). Unable to handle kernel NULL pointer dereference at virtual address 0000000000000070 ... Call trace: kernfs_find_ns kernfs_find_and_get_ns sysfs_remove_group sysfs_remove_groups device_remove_attrs device_del spi_unregister_controller devm_spi_unregister release_nodes devres_release_all really_probe driver_probe_device __device_attach_driver bus_for_each_drv __device_attach device_initial_probe bus_probe_device deferred_probe_work_func process_one_work worker_thread kthread ret_from_fork
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.10, < 6.6.23 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7fPatch
- https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861Patch
- https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68Patch
- https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7eaPatch
- https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7fPatch
- https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861Patch
- https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68Patch
- https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7eaPatch
FAQ
What is CVE-2024-26866?
CVE-2024-26866 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe() fsl_lpspi_probe() is allocating/disposing memory manually with spi_alloc_hos...
How severe is CVE-2024-26866?
CVE-2024-26866 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-26866?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.