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

Published Aug 29, 2026

Overview

CVE-2026-80725 is a known-severity vulnerability. It was published on August 29, 2026.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: gro: properly validate BIG TCP aggregation criteria

When GRO attempts to aggregate packets beyond GRO_LEGACY_MAX_SIZE (64KB),

BIG TCP should only be permitted for plain IPv4 TCP and plain IPv6 TCP

(with sufficient MAC header room to insert the temporary HBH jumbo header).

However, commit b1a78b9b9886 ("net: add support for ipv4 big tcp")

loosened the check in skb_gro_receive(), leading to several issues:

1. skb_gro_receive() checked skb_headroom(p) instead of the actual space

before the MAC header (p->mac_header). Because skb_headroom(p) includes

mac_len, crafted frames (e.g. injected via AF_PACKET) can pass the check

with p->mac_header < 8 bytes. When ipv6_gro_complete() inserts the

temporary HBH jumbo header, the memmove() starts before skb->head,

causing an out-of-bounds write and wrapping skb->mac_header.

2. It allowed non-IP protocols such as software VLAN (ETH_P_8021Q /

ETH_P_8021AD) to

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

CVE-2026-80725 is a known-severity vulnerability. It was published on August 29, 2026.

How severe is CVE-2026-80725?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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