製品・ソフトウェアに関する情報
Linuxカーネルのi40eドライバーにおける未初期化VFによるサーバーハングの脆弱性
Title Linuxカーネルのi40eドライバーにおける未初期化VFによるサーバーハングの脆弱性
Summary

Linuxカーネルのi40eドライバーでは、未初期化のままVFが使用される可能性がある警告に対する修正が適用されました。リセット処理中に予期しない状態が発生すると、サーバーがハングする問題が報告されていました。この問題は、関数内で複数の情報源からVFポインタを参照していたために発生していました。修正により冗長な変数が削除され、関数全体で単一のVFポインタのみが使用されるようになり、ポインタの整合性が保たれるようになりました。

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

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

Publication Date May 30, 2024, midnight
Registration Date Dec. 25, 2025, 5 p.m.
Last Update Dec. 25, 2025, 5 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 10.0
Linux
Linux Kernel 4.19.264 から 4.19.312 未満
Linux Kernel 5.10.153 から 5.10.215 未満
Linux Kernel 5.15.77 から 5.15.154 未満
Linux Kernel 5.4.223 から 5.4.274 未満
Linux Kernel 6.0.7 から 6.1 未満
Linux Kernel 6.1
Linux Kernel 6.1.1 から 6.1.85 未満
Linux Kernel 6.2 から 6.6.26 未満
Linux Kernel 6.7 から 6.8.5 未満
Linux Kernel 6.9
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 5 p.m.

NVD Vulnerability Information
CVE-2024-36020
Summary

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

i40e: fix vf may be used uninitialized in this function warning

To fix the regression introduced by commit 52424f974bc5, which causes
servers hang in very hard to reproduce conditions with resets races.
Using two sources for the information is the root cause.
In this function before the fix bumping v didn't mean bumping vf
pointer. But the code used this variables interchangeably, so stale vf
could point to different/not intended vf.

Remove redundant "v" variable and iterate via single VF pointer across
whole function instead to guarantee VF pointer validity.

Publication Date May 31, 2024, 12:15 a.m.
Registration Date May 31, 2024, 10:01 a.m.
Last Update Nov. 21, 2024, 6:21 p.m.
Related information, measures and tools
Common Vulnerabilities List