CVE-2026-45859
Published: May 27, 2026
Modified: May 30, 2026
CVSS v3.1
7.5
Description
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 packet with an unconfirmed nf_conn entry is received all packets are now dropped instead of queued, because the check happens after skb_gso_segment(). In that case, we did have exclusive ownership of the skb and its associated conntrack entry. The elevated use count is due to skb_clone happening via skb_gso_segment(). Move the check so that its peformed vs. the aggregated packet. Then, annotate the individual segments except the first one so we can do a 2nd check at reinject time. For the normal case, where userspace does in-order reinjects, this avoids packet drops: first reinjected segment continues traversal and confirms entry, remaining segments observe the confirmed entry. While at it, simplify nf_ct_drop_unconfirmed(): We only care about unconfirmed entries with a refcnt > 1, there is no need to special-case dying entries. This only happens with UDP. With TCP, the only unconfirmed packet will be the TCP SYN, those aren't aggregated by GRO. Next patch adds a udpgro test case to cover this scenario.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 7d8dc1c7be8d3509e8f5164dd5df64c8e34d7eeb - < 79b713ef4261a8ead96af4703f89d0b5f25532e2affected 7d8dc1c7be8d3509e8f5164dd5df64c8e34d7eeb - < 23901aa6b8a2f294c4b774436b4691f3ff863a8faffected 7d8dc1c7be8d3509e8f5164dd5df64c8e34d7eeb - < b740e7ddd7ca0dbfeafca3f5e52717206cf28524affected 7d8dc1c7be8d3509e8f5164dd5df64c8e34d7eeb - < 207b3ebacb6113acaaec0d171d5307032c690004affected 6c4a0ba674f410ab99a30a16f32dac0ebfed5cd3+7 more versions |
Linux | Linux | affected 6.11unaffected 0 - < 6.11unaffected 6.12.75 - <= 6.12.*unaffected 6.18.14 - <= 6.18.*unaffected 6.19.4 - <= 6.19.*+1 more versions |
CVSS v3.1 Details
CVSS v3.1 Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now