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-80590

8.6 · HIGH
Published Aug 28, 2026 EPSS 0.59% (46th pctl)

Overview

CVE-2026-80590 is a high-severity vulnerability. It was published on August 28, 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:

inet: frags: strip GSO state from fragments before reassembly

A virtio_net_hdr (tun/tap, or AF_PACKET with PACKET_VNET_HDR) can mark

an IPv4 or IPv6 fragment as GSO; nothing relates gso_type to frag_off.

inet_frag_reasm_prepare()/inet_frag_reasm_finish() keep the first

fragment's skb as the head of the reassembled datagram, including its

shinfo->gso_size/gso_type/gso_segs, and chain the remaining fragments

on frag_list with whatever linear/paged layout they arrived with.

After ip_defrag() (ip_local_deliver(), nf_defrag_ipv4, ...) the

reassembled skb therefore still claims to be GSO (SKB_GSO_DODGY), and

the next software segmentation point - udp_rcv_segment() on local

delivery, validate_xmit_skb(), or the ip_finish_output_gso() slow

path - hands it to skb_segment(). skb_segment()'s frag_list walk

assumes GRO-shaped input and hits one of its BUG_ON()s. Two writes to

a tap by an unprivileged user in its own userns are

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-80590?

CVE-2026-80590 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 8.6 (HIGH).

How severe is CVE-2026-80590?

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-80590?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-80590?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80590 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.