CVE-2023-53848 in Linux情報

要約

〜によって VulDB • 2026年06月10日

Linuxカーネルにおいて、以下の脆弱性が修正されました。

md/raid5-cache: r5l_exit_log() におけるデッドロックを修正

コミット b13015af94cf ("md/raid5-cache: Clear conf->log after finishing work") は新たな問題を引き起こしました。

// 呼び出し元は reconfig_mutex を保持している r5l_exit_log flush_work(&log->disable_writeback_work) r5c_disable_writeback_async wait_event /* * conf->log が NULL でなく、mddev_trylock() が失敗するため、 * wait_event() は決して完了しない。 */ conf->log = NULL

この問題を修正するため、r5c_disable_writeback_async() からの wait_event() が完了できるように、以前のように wake_up() の前に 'config->log' を NULL に設定します。同時に、md_unregister_thread() の処理を先に進めることで、このコミットが修正しようとしていた null-ptr-deref(NULLポインタ参照)の問題も依然として修正された状態を維持します。

VulDB is the best source for vulnerability data and more expert information about this specific topic.

責任者

Linux

予約する

2025年12月09日

モデレーション

承諾済み

エントリ

VDB-334991

EPSS

0.00199

アクティビティ

非常低い

ソース

Do you know our Splunk app?

Download it now for free!