VRDA Feed by JPCERT/CC
  Vulnerability Response Decision Assistance Feed : 脆弱性脅威分析用情報の定型データ配信
[ about VRDA Feed | JPCERT/CC



 
分析対象脆弱性情報 (リビジョン番号 : 1) [ Download XML
JVNDB-2026-032049     ( CVE-2026-64318 | CVE-2026-64318 )
LinuxのLinux Kernelにおける不特定の脆弱性
https://jvndb.jvn.jp/ja/contents/2026/JVNDB-2026-032049.html

原文

Linuxカーネルにおいて、以下の脆弱性が修正されました。partitions: aix: pp_countによるスキャン範囲をppe配列に制限しました。aix_partition()は物理ボリューム記述子を固定サイズのstruct pvdに読み込み、その物理パーティションエクステント配列をスキャンします。具体的には、int numpps = be16_to_cpu(pvd->pp_count); ... for (i = 0; i < numpps; i += 1) { struct ppe *p = pvd->ppe + i; ... lp_ix = be16_to_cpu(p->lp_ix); }のように動作します。pvdは単一のkmalloc()で確保されたstruct pvdを指しており、そのppe[]メンバは固定サイズのARRAY_SIZE(pvd->ppe)(1016)エントリを持っていますが、ループはオンディスクのpp_countまで繰り返します。pp_countは記述子から直接読み込まれる検証されていない__be16であり、pp_countが1016を超えるように細工されたAIXイメージにより、ループは割り当て範囲の末尾を超えてpvd->ppe[i]を読み込みます(最大65535エントリ、約2MBの境界外読み取りとなります)。このパーティションスキャンは、ブロックデバイスに細工されたAIX/IBMパーティションテーブルが存在する場合に、マウントせずに実行されます(losetup -Pでアタッチされた攻撃者作成のイメージやudevによる自動スキャンされたデバイス経由で行われます)。msdos_partition() -> aix_partition()を通じてこの処理が行われます。また、スキャンをppe[]配列が保持できるエントリ数に制限(クランプ)しました。

翻訳   (表示)





この情報について
分析情報提供元:
JVN iPedia
初版公開日:
2026-09-04
分析対象脆弱性情報の分類:
アドバイザリ・注意喚起
最終更新日:
2026-09-04




脆弱性の影響を受ける製品の識別子
cpe:/o:linux:linux_kernel
 


脆弱性の分析内容
[攻撃元区分]  [?]
未評価 [?]

ローカル [?]
隣接 [?]
ネットワーク [?]

[攻撃条件の複雑さ]  [?]
未評価 [?]

 [?]
 [?]
 [?]

[攻撃前の認証要否]  [?]
未評価 [?]

複数 [?]
単一 [?]
不要 [?]

[機密性への影響]  [?]
未評価 [?]

影響なし [?]
部分的 [?]
全面的 [?]

[完全性への影響]  [?]
未評価 [?]

影響なし [?]
部分的 [?]
全面的 [?]

[可用性への影響]  [?]
未評価 [?]

影響なし [?]
部分的 [?]
全面的 [?]

関連情報
Common Vulnerabilities and Exposures (CVE) CVE-2026-64318




National Vulnerability Database (NVD) CVE-2026-64318








参考情報
JVNDB CWE-noinfo 情報不足




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/44f37ee92fdcd377c41bdf6a31cdd8cc7d4c410e)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/4671bb74bba05fdd4acf670a35758c29e8c97b83)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/09861651617ba0fec089e8b9477439e68398c110)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/b5e9c09309e18fd9839ad007c238120353ca0cc4)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/ce93228e2193a17d2c58b656e439bb39fe5c3af8)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/fd94a779020f2ecc8b2607f4c20b34acb1763b9a)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/2dc0bfd2fe355fb930de63c2f2eb8ced8570c579)




関連文書 partitions: aix: bound the pp_count scan to the ppe array - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/5eacdb1967378f5e5591cd27a2d8cdee2df1a599)





Copyright © 2026 JPCERT/CC All Rights Reserved.