【活用ガイド】

JVNDB-2026-024876

LinuxのLinux Kernelにおける不特定の脆弱性

概要

Linuxカーネルにおいて、以下の脆弱性が修正されました。af_unix:unix_gc()内でgc_in_progressをtrueに設定しました。Igor Ushakovは、unix_gc()がgc_in_progressがfalseの状態で実行される可能性があることを報告しました。これは次のような並行処理の状況で発生します。 スレッド1 スレッド2 スレッド3 -------- -------- -------- unix_schedule_gc() unix_schedule_gc() `- if (!gc_in_progress) `- if (!gc_in_progress) |- gc_in_progress = true | `- queue_work() | unix_gc() <----------------/ | | |- gc_in_progress = true ... `- queue_work() | | `- gc_in_progress = false | | unix_gc() <---------------------------------------------' | ... /* gc_in_progress == false */ | `- gc_in_progress = falseunix_peek_fpl()はMSG_PEEKによってGCを混乱させないために、gc_in_progressがfalseでないことに依存しています。そのため、unix_gc()内でgc_in_progressをtrueに設定することとしました。
CVSS による深刻度 (CVSS とは?)

CVSS v3 による深刻度
基本値: 7.1 (重要) [その他]
  • 攻撃元区分: ローカル
  • 攻撃条件の複雑さ: 低
  • 攻撃に必要な特権レベル: 低
  • 利用者の関与: 不要
  • 影響の想定範囲: 変更なし
  • 機密性への影響(C): なし
  • 完全性への影響(I): 高
  • 可用性への影響(A): 高
影響を受けるシステム


Linux
  • Linux Kernel 6.1.141 以上 6.2 未満
  • Linux Kernel 6.13 以上 6.18.38 未満
  • Linux Kernel 6.19 以上 7.1 未満
  • Linux Kernel 6.6.93 以上 6.6.144 未満
  • Linux Kernel 6.9 以上 6.12.95 未満
  • Linux Kernel 7.1

想定される影響

・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。
・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。
・当該ソフトウェアが完全に停止する可能性があります。
対策

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。
ベンダ情報

CWEによる脆弱性タイプ一覧  CWEとは?

  1. 情報不足(CWE-noinfo) [NVD評価]
共通脆弱性識別子(CVE)  CVEとは?

  1. CVE-2026-53361
参考情報

  1. National Vulnerability Database (NVD) : CVE-2026-53361
  2. 関連文書 : af_unix: Set gc_in_progress to true in unix_gc(). - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/591f1ac217428a6d2b32a8ac14aac0fab44f155a)
  3. 関連文書 : af_unix: Set gc_in_progress to true in unix_gc(). - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/82c17e13d404f686e164590483fd6c1abaa675d0)
  4. 関連文書 : af_unix: Set gc_in_progress to true in unix_gc(). - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/d82ba05263c69fa2437fe93e4e561cc40f4c03af)
  5. 関連文書 : af_unix: Set gc_in_progress to true in unix_gc(). - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/0cfa78c050662784fc8e3ab26dbfd1dc632b2082)
更新履歴

  • [2026年07月24日]
      掲載