【活用ガイド】

JVNDB-2026-022506

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

概要

Linux カーネルにおいて、次の脆弱性が修正されました: netfilter に関しては、eth_hdr() を使用する前に Ethernet の MAC ヘッダが必須であるようにしました。`ip6t_eui64`、`xt_mac`、ipset の `bitmap:ip,mac`、`hash:ip,mac`、`hash:mac` 型、および `nf_log_syslog` は、skb が Ethernet デバイスに関連付けられていることを仮定するか、`skb_mac_header(skb)` が指す位置の `ETH_HLEN` バイトが `skb->head` と `skb->data` の間に収まっていることだけを確認した後に、`eth_hdr(skb)` にアクセスしていました。これらのコードパスでは、`eth_hdr(skb)` にアクセスする前に、skb が Ethernet デバイスに関連付けられていること、MAC ヘッダが設定されていること、そして少なくとも Ethernet ヘッダ全体を含む長さがあることをまず検証するように変更しました。
CVSS による深刻度 (CVSS とは?)

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


Linux
  • Linux Kernel 2.6.12.1 以上 5.15.210 未満
  • Linux Kernel 5.16 以上 6.1.176 未満
  • Linux Kernel 6.13 以上 6.18.36 未満
  • Linux Kernel 6.19 以上 7.0.13 未満
  • Linux Kernel 6.2 以上 6.6.143 未満
  • Linux Kernel 6.7 以上 6.12.94 未満
  • Linux Kernel 2.6.12

想定される影響

・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。
・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。
・当該ソフトウェアが完全に停止する可能性があります。
対策

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

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

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

  1. CVE-2026-53131
参考情報

  1. National Vulnerability Database (NVD) : CVE-2026-53131
  2. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/367abcacc13a8e2e7624408b7f593bd1e60e49d9)
  3. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/62443dc21114c0bbc476fa62973db89743f2f137)
  4. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/4435888e1bf139d2bfe5911643d4217382136743)
  5. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/5d634afb8b83b49de562792fd0d047416a43bd4d)
  6. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/063f43361e884acd7300790e90194430275d0d0c)
  7. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/726abf97566867f808fec9d8a408eb9698bd570a)
  8. 関連文書 : netfilter: require Ethernet MAC header before using eth_hdr() - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/cea435ea7e868ea6fdf039bc4f2090c1d829b556)
更新履歴

  • [2026年07月07日]
      掲載