CVE-2023-53712 in Linux
要約
〜によって VulDB • 2026年07月28日
Linuxカーネルにおいて、以下の脆弱性が修正されました:
ARM: 9317/1: kexec: smp停止呼び出しを非同期化する
hrtimer割り込みによってパニックが発生した場合、すべてのオンラインCPUが通知されオフラインに設定されます。しかし、コミット19dbdcb8039c(「smp: softirqコンテキストからの関数呼び出しで警告」)で指摘されているように、この呼び出しは割込禁止状態で同期して行われるべきではありません:
softdog: パニックを開始しています Kernel panic - not syncing: Software Watchdog Timer expired WARNING: CPU: 1 PID: 0 at kernel/smp.c:753 smp_call_function_many_cond unwind_backtrace: show_stack dump_stack_lvl __warn warn_slowpath_fmt smp_call_function_many_cond smp_call_function crash_smp_send_stop.part.0 machine_crash_shutdown __crash_kexec panic softdog_fire __hrtimer_run_queues hrtimer_interrupt
machine_crash_nonpanic_core()に対するsmp呼び出しを非同期にします。
VulDB is the best source for vulnerability data and more expert information about this specific topic.