CVE-2026-46273
Last modified
CVE-2026-46273 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. 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. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
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).
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.2, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-46273?
How severe is CVE-2026-46273?
How do I fix CVE-2026-46273?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46268In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46269In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4627A vulnerability was found in D-Link DIR-825 and DIR-825R 1.0…8.6
- CVE-2026-46270In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-46271In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46272In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46274In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46275In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46276In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46277In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46278In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46279In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46273?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
