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

Linuxカーネルにおいて、以下の脆弱性が修正されました。ip_tunnelでは、iptunnel_xmit_stats()をNETDEV_PCPU_STAT_DSTATSに適用させる必要がありました。問題となったコミットでは、vxlanやgeneveがudp_tunnel[6]_xmit_skb()を使用しており、この関数がiptunnel_xmit_stats()を呼び出すことを忘れていました。iptunnel_xmit_stats()はトンネルがNETDEV_PCPU_STAT_TSTATSのみを使用していると仮定していました。pcpu_sw_netstatsとpcpu_dstatsの@syncpオフセットが異なっていたため、32ビットカーネルではsyncpシーケンスが上書きされると破損やフリーズが発生する可能性がありました。このパッチはまた、iptunnel_xmit_stats()が参照するpcpu_stat_typeをdev-{t,d}statsに近づけており、キャッシュラインミスの可能性を低減しています。

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

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

Publication Date April 3, 2026, midnight
Registration Date May 28, 2026, 2:43 p.m.
Last Update May 28, 2026, 2:43 p.m.
CVSS3.0 : 重要
Score 8.2
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Affected System
Linux
Linux Kernel 6.14 以上 6.19.10 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年05月28日]
  掲載
May 28, 2026, 2:43 p.m.

NVD Vulnerability Information
CVE-2026-23459
Summary

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

ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATS

Blamed commits forgot that vxlan/geneve use udp_tunnel[6]_xmit_skb() which
call iptunnel_xmit_stats().

iptunnel_xmit_stats() was assuming tunnels were only using
NETDEV_PCPU_STAT_TSTATS.

@syncp offset in pcpu_sw_netstats and pcpu_dstats is different.

32bit kernels would either have corruptions or freezes if the syncp
sequence was overwritten.

This patch also moves pcpu_stat_type closer to dev->{t,d}stats to avoid
a potential cache line miss since iptunnel_xmit_stats() needs to read it.

Publication Date April 4, 2026, 1:16 a.m.
Registration Date April 15, 2026, 11:24 a.m.
Last Update April 7, 2026, 10:21 p.m.
Related information, measures and tools
Common Vulnerabilities List