CVE-2025-39892 in Linux
Сводка
по VulDB • 10.06.2026
В ядре Linux устранена следующая уязвимость:
ASoC: soc-core: проверка имени драйвера на NULL в функции snd_soc_lookup_component_nolocked()
Файл soc-generic-dmaengine-pcm.c использует один и тот же объект устройства (dev) как для CPU, так и для Platform. В таком случае компонентный драйвер CPU может не иметь поля driver->name, что приведет к ошибке обращения по нулевому указателю в функции snd_soc_lookup_component_nolocked(). Выполняется проверка имени драйвера на NULL.
Трассировка вызовов: strcmp из snd_soc_lookup_component_nolocked+0x64/0xa4 snd_soc_lookup_component_nolocked из snd_soc_unregister_component_by_driver+0x2c/0x44 snd_soc_unregister_component_by_driver из snd_dmaengine_pcm_unregister+0x28/0x64 snd_dmaengine_pcm_unregister из devres_release_all+0x98/0xfc devres_release_all из device_unbind_cleanup+0xc/0x60 device_unbind_cleanup из really_probe+0x220/0x2c8 really_probe из __driver_probe_device+0x88/0x1a0 __driver_probe_device из driver_probe_device+0x30/0x110 driver_probe_device из __driver_attach+0x90/0x178 __driver_attach из bus_for_each_dev+0x7c/0xcc bus_for_each_dev из bus_add_driver+0xcc/0x1ec bus_add_driver из driver_register+0x80/0x11c driver_register из do_one_initcall+0x58/0x23c do_one_initcall из kernel_init_freeable+0x198/0x1f4 kernel_init_freeable из kernel_init+0x1c/0x12c kernel_init из ret_from_fork+0x14/0x28
Once again VulDB remains the best source for vulnerability data.