製品・ソフトウェアに関する情報
Linuxカーネルのnetfilter nf_tablesにおけるコミットミューテックスの管理不備によりリソース不整合が発生する脆弱性
Title Linuxカーネルのnetfilter nf_tablesにおけるコミットミューテックスの管理不備によりリソース不整合が発生する脆弱性
Summary

Linuxカーネルのnetfilter nf_tablesにおいて、commitミューテックスがnft_gc_seq_begin()とnft_gc_seq_end()の間のクリティカルセクション内で解放されると、非同期GCワーカーが同じGCシーケンス内で期限切れオブジェクトを回収し、ロックを取得する可能性がありました。この問題が悪用されると、nf_tablesのトランザクション中にリソースの不整合や予期しない動作が発生するおそれがあります。修正では、nf_tables_module_autoload()のアボート処理においてミューテックスを解放するタイミングをnft_gc_seq_end()の呼び出し後に移動することで、適切に対策しています。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date April 25, 2024, midnight
Registration Date Dec. 25, 2025, 5:01 p.m.
Last Update Dec. 25, 2025, 5:01 p.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
Debian
Debian GNU/Linux 10.0
Linux
Linux Kernel 4.19.316 から 4.20 未満
Linux Kernel 5.10.198 から 5.10.215 未満
Linux Kernel 5.15.134 から 5.15.155 未満
Linux Kernel 5.4.262 から 5.4.274 未満
Linux Kernel 6.1.56 から 6.1.86 未満
Linux Kernel 6.4.13 から 6.5 未満
Linux Kernel 6.5
Linux Kernel 6.5.1 から 6.6.26 未満
Linux Kernel 6.7 から 6.8.5 未満
Linux Kernel 6.9
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 5:01 p.m.

NVD Vulnerability Information
CVE-2024-26925
Summary

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path

The commit mutex should not be released during the critical section
between nft_gc_seq_begin() and nft_gc_seq_end(), otherwise, async GC
worker could collect expired objects and get the released commit lock
within the same GC sequence.

nf_tables_module_autoload() temporarily releases the mutex to load
module dependencies, then it goes back to replay the transaction again.
Move it at the end of the abort phase after nft_gc_seq_end() is called.

Publication Date April 25, 2024, 3:15 p.m.
Registration Date April 25, 2024, 8 p.m.
Last Update Nov. 21, 2024, 6:03 p.m.
Related information, measures and tools
Common Vulnerabilities List