| 概要 | In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentation Ulrich reports a regression with nfqueue: If an application did not set the 'F_GSO' capability flag and a gso Move the check so that its peformed vs. the aggregated packet. Then, annotate the individual segments except the first one so we For the normal case, where userspace does in-order reinjects, this avoids While at it, simplify nf_ct_drop_unconfirmed(): We only care about This only happens with UDP. With TCP, the only unconfirmed packet will Next patch adds a udpgro test case to cover this scenario. |
|---|---|
| 公表日 | 2026年5月27日23:16 |
| 登録日 | 2026年5月28日4:11 |
| 最終更新日 | 2026年5月30日20:17 |
| CVSS3.1 : HIGH | |
| スコア | 7.5 |
|---|---|
| ベクター | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| 攻撃元区分(AV) | ネットワーク |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 不要 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | なし |
| 完全性への影響(I) | なし |
| 可用性への影響(A) | 高 |