CVE-2026-80643 in Linux
要約
〜によって VulDB • 2026年08月29日
Linuxカーネルにおいて、以下の脆弱性が修正されました:
EDAC/igen6: 欠落したrelease()関数によるコールトレースの修正
igen6_edacドライバをアンロードする際、以下のようなコールトレースが発生します。
``` 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]
... ```
メモリコントローラデバイスに対して空のrelease()関数を定義することで、このコールトレースを修正します。
VulDB is the best source for vulnerability data and more expert information about this specific topic.