CVE-2024-26866

Source
https://cve.org/CVERecord?id=CVE-2024-26866
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26866.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26866
Downstream
Related
Published
2024-04-17T10:27:28Z
Modified
2026-08-12T03:51:16Z
Summary
spi: lpspi: Avoid potential use-after-free in probe()
Details

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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/26xxx/CVE-2024-26866.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5314987de5e5f5e38436ef4a69328bc472bbd63e
Fixed
da83ed350e4604b976e94239b08d8e2e7eaee7ea
Fixed
1543418e82789cc383cd36d41469983c64e3fc7f
Fixed
996ce839606afd0fef91355627868022aa73eb68
Fixed
2ae0ab0143fcc06190713ed81a6486ed0ad3c861

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26866.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.10.0
Fixed
6.6.23
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.7.11
Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.8.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26866.json"