製品・ソフトウェアに関する情報
Debian等の複数ベンダの製品におけるNULL ポインタデリファレンスに関する脆弱性
Title Debian等の複数ベンダの製品におけるNULL ポインタデリファレンスに関する脆弱性
Summary

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

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

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

Publication Date Aug. 19, 2025, midnight
Registration Date Jan. 13, 2026, 2:58 p.m.
Last Update Jan. 13, 2026, 2:58 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 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 (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年01月13日]
  掲載
Jan. 13, 2026, 2:58 p.m.

NVD Vulnerability Information
CVE-2025-38569
Summary

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.

Publication Date Aug. 20, 2025, 2:15 a.m.
Registration Date Aug. 20, 2025, 4 a.m.
Last Update Aug. 20, 2025, 2:15 a.m.
Related information, measures and tools
Common Vulnerabilities List