Debian等の複数ベンダの製品におけるNULL ポインタデリファレンスに関する脆弱性
タイトル Debian等の複数ベンダの製品におけるNULL ポインタデリファレンスに関する脆弱性
概要

Linuxカーネルにおいて、SR-IOV VF(仮想機能)が作成される際にbe2netドライバが直ちにクラッシュする脆弱性が存在していました。この問題は、be_cmd_set_mac_list関数がspin_lock_bhの下でdma_free_coherentを呼び出したことで発生していました。修正では、ロック解除後にメモリを解放するように変更されています。

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

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

公表日 2025年8月19日0:00
登録日 2026年1月13日14:58
最終更新日 2026年1月13日14:58
CVSS3.0 : 警告
スコア 5.5
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
影響を受けるシステム
Debian
Debian GNU/Linux 11.0
Linux
Linux Kernel 5.10.235 以上 5.10.241 未満
Linux Kernel 5.15.179 以上 5.15.190 未満
Linux Kernel 5.4.291 以上 5.4.297 未満
Linux Kernel 6.1.131 以上 6.1.148 未満
Linux Kernel 6.12.19 以上 6.12.42 未満
Linux Kernel 6.13.7 以上 6.14 未満
Linux Kernel 6.14
Linux Kernel 6.14.1 以上 6.15.10 未満
Linux Kernel 6.16 以上 6.16.1 未満
Linux Kernel 6.6.83 以上 6.6.102 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2026年01月13日]
  掲載
2026年1月13日14:58

NVD脆弱性情報
CVE-2025-38569
概要

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

benet: fix BUG when creating VFs

benet crashes as soon as SRIOV VFs are created:

kernel BUG at mm/vmalloc.c:3457!
Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI
CPU: 4 UID: 0 PID: 7408 Comm: test.sh Kdump: loaded Not tainted 6.16.0+ #1 PREEMPT(voluntary)
[...]
RIP: 0010:vunmap+0x5f/0x70
[...]
Call Trace:
<TASK>
__iommu_dma_free+0xe8/0x1c0
be_cmd_set_mac_list+0x3fe/0x640 [be2net]
be_cmd_set_mac+0xaf/0x110 [be2net]
be_vf_eth_addr_config+0x19f/0x330 [be2net]
be_vf_setup+0x4f7/0x990 [be2net]
be_pci_sriov_configure+0x3a1/0x470 [be2net]
sriov_numvfs_store+0x20b/0x380
kernfs_fop_write_iter+0x354/0x530
vfs_write+0x9b9/0xf60
ksys_write+0xf3/0x1d0
do_syscall_64+0x8c/0x3d0

be_cmd_set_mac_list() calls dma_free_coherent() under a spin_lock_bh.
Fix it by freeing only after the lock has been released.

公表日 2025年8月20日2:15
登録日 2025年8月20日4:00
最終更新日 2025年8月20日2:15
関連情報、対策とツール
共通脆弱性一覧