| Title | LinuxカーネルのUDPトンネル処理におけるパケット破損を引き起こす脆弱性 |
|---|---|
| Summary | Linuxカーネルには、UDPトンネルに関するネットワーク処理で脆弱性が存在しており、非トンネルGSOパケットが誤ってトンネルに到達すると、パケットの破損やカーネルのクラッシュが発生する可能性があります。この問題は、ネットワーク名前空間をまたぐトンネル化されたUDPパケットのGRO処理に起因しています。修正では、トンネルへの着地時に適切な判定を行い、非トンネルGSOパケットが確実にセグメント化されるように改善されました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | May 19, 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 |
| Debian |
| Debian GNU/Linux 10.0 |
| Linux |
| Linux Kernel 5.11 から 5.15.154 未満 |
| Linux Kernel 5.16 から 6.1.85 未満 |
| Linux Kernel 5.6 から 5.10.215 未満 |
| Linux Kernel 6.2 から 6.6.26 未満 |
| Linux Kernel 6.7 から 6.8.5 未満 |
| Linux Kernel 6.9 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2025年12月25日] 掲載 |
Dec. 25, 2025, 5 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: udp: do not accept non-tunnel GSO skbs landing in a tunnel When rx-udp-gro-forwarding is enabled UDP packets might be GROed when We saw this with geneve packets being GROed at the UDP level. In such One example is a BUG_ON[1] triggered in skb_segment while processing the Looking up for a matching socket in udp_gro_receive is fragile: the This is done by extending the checks in udp_unexpected_gso: GSO packets [1] kernel BUG at net/core/skbuff.c:4408! |
|---|---|
| Publication Date | May 19, 2024, 6:15 p.m. |
| Registration Date | May 19, 2024, 8 p.m. |
| Last Update | Nov. 21, 2024, 6:21 p.m. |