製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける不特定の脆弱性
Title LinuxのLinux Kernelにおける不特定の脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。ibmvethでは、小さいMSS値のパケットに対してGSOを無効化します。Powerシステム上の一部の物理アダプターは、MSSが224バイト未満の場合にセグメンテーションオフロードをサポートしていません。そのようなパケットを送信しようとすると、アダプターがフリーズし、手動でリセットするまで全ての通信が停止します。ndo_features_checkを実装して、小さいMSS値のパケットに対してGSOを無効化しました。ネットワークスタックは代わりにソフトウェアセグメンテーションを行います。224バイトの最小値は、SEA構成で同じ物理アダプターを使用するibmvnicのコミットf10b09ef687f("ibmvnic: Enforce stronger sanity checks on GSO packets")と一致します。この問題は、特にハードウェアが小さいMSSでセグメンテーションを実行しようとした場合(gso_segs 1)に発生します。単一セグメントのGSOパケット(gso_segs == 1)は問題のあるLSOコードパスをトリガーせず、通常通りにセグメンテーションなしで送信されます。そこで、ndo_features_checkコールバックを追加し、MSSが224バイト未満の場合にGSOを無効化しました。また、vlan_features_check()を呼び出してVLANパケット、特にハードウェアパーサーが一部のオフロード機能をサポートしない可能性があるQinQ(802.1ad)構成を適切に処理します。iptablesを使用して小さいMSS値を強制することで検証しました。修正がない場合、アダプターはフリーズしますが、修正後はパケットがソフトウェアでセグメント化され、送信に成功します。MSSテスト、パフォーマンス、安定性を含む包括的なリグレッションテストも完了しています。

Possible impacts ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

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

Publication Date June 3, 2026, midnight
Registration Date June 10, 2026, 2:25 p.m.
Last Update June 10, 2026, 2:25 p.m.
CVSS3.0 : 重要
Score 8.6
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
Affected System
Linux
Linux Kernel 4.2 以上 5.10.258 未満
Linux Kernel 5.11 以上 5.15.209 未満
Linux Kernel 5.16 以上 6.1.175 未満
Linux Kernel 6.13 以上 6.18.30 未満
Linux Kernel 6.19 以上 7.0.7 未満
Linux Kernel 6.2 以上 6.6.140 未満
Linux Kernel 6.7 以上 6.12.88 未満
Linux Kernel 7.1
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年06月10日]
  掲載
June 10, 2026, 2:25 p.m.

NVD Vulnerability Information
CVE-2026-46273
Summary

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

ibmveth: Disable GSO for packets with small MSS

Some physical adapters on Power systems do not support segmentation
offload when the MSS is less than 224 bytes. Attempting to send such
packets causes the adapter to freeze, stopping all traffic until
manually reset.

Implement ndo_features_check to disable GSO for packets with small MSS
values. The network stack will perform software segmentation instead.

The 224-byte minimum matches ibmvnic
commit <f10b09ef687f> ("ibmvnic: Enforce stronger sanity checks
on GSO packets")
which uses the same physical adapters in SEA configurations.

The issue occurs specifically when the hardware attempts to perform
segmentation (gso_segs > 1) with a small MSS. Single-segment GSO packets
(gso_segs == 1) do not trigger the problematic LSO code path and are
transmitted normally without segmentation.

Add an ndo_features_check callback to disable GSO when MSS < 224 bytes.
Also call vlan_features_check() to ensure proper handling of VLAN packets,
particularly QinQ (802.1ad) configurations where the hardware parser may
not support certain offload features.

Validated using iptables to force small MSS values. Without the fix,
the adapter freezes. With the fix, packets are segmented in software
and transmission succeeds. Comprehensive regression testing completedd
(MSS tests, performance, stability).

Publication Date June 4, 2026, 3:16 a.m.
Registration Date June 4, 2026, 4:17 a.m.
Last Update June 10, 2026, 2:31 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.2 5.10.258
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 5.15.209
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 6.1.175
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 6.6.140
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 6.12.88
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 6.18.30
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 7.0.7
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
Related information, measures and tools
Common Vulnerabilities List