Ad

CVE-2026-80643

NONE EPSS 0.17%
Обновлено 28 августа 2026
Linux
Параметр Значение
Поставщик Linux
Публичный эксплойт Нет

В ядре Linux устранена следующая уязвимость: EDAC/igen6: исправлена трассировка вызовов из-за отсутствия Release(). При выгрузке драйвера igen6_edac есть трассировка вызова: Устройство «(null)» не имеет функции Release(), оно сломано и должно быть исправлено. См. документацию/core-api/kobject.rst.

ВНИМАНИЕ: driver/base/core.c:2567 по адресу device_release+0x84/0x90, CPU#5: rmmod/127209. ... RIP: 0010:device_release+0x84/0x90 Отслеживание вызова: <ЗАДАЧА> kobject_put+0x8c/0x220 put_device+0x17/0x30 igen6_unregister_mcis+0xa2/0xe0 [igen6_edac] igen6_remove+0x82/0xb0 [igen6_edac] ... Исправьте трассировку вызова, предоставив пустые функции Release() для устройства контроллера памяти.

Показать оригинальное описание (EN)

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Fix call trace due to missing release() When unloading the igen6_edac driver, there is a call trace: Device '(null)' does not have a release() function, it is broken and must be fixed. See Documentation/core-api/kobject.rst. WARNING: drivers/base/core.c:2567 at device_release+0x84/0x90, CPU#5: rmmod/127209 ... RIP: 0010:device_release+0x84/0x90 Call Trace: <TASK> kobject_put+0x8c/0x220 put_device+0x17/0x30 igen6_unregister_mcis+0xa2/0xe0 [igen6_edac] igen6_remove+0x82/0xb0 [igen6_edac] ... Fix the call trace by providing empty release() functions for the memory controller devices.