Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46273

8.6 · HIGH
Published Jun 3, 2026 linux CWE-400

Overview

CVE-2026-46273 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 8.6 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.6, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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_

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.2, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-46273?

CVE-2026-46273 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 8.6 (HIGH).

How severe is CVE-2026-46273?

This vulnerability has a CVSS 3.1 base score of 8.6, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-46273?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46273?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46273 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026