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

net: pull headers in qdisc_pkt_len_segs_init()

Most ndo_start_xmit() methods expects headers of gso packets
to be already in skb->head.

net/core/tso.c users are particularly at risk, because tso_build_hdr()
does a memcpy(hdr, skb->data, hdr_len);

qdisc_pkt_len_segs_init() already does a dissection of gso packets.

Use pskb_may_pull() instead of skb_header_pointer() to make
sure drivers do not have to reimplement this.

Some malicious packets could be fed, detect them so that we can
drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.
Published: 2026-06-24
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An out‑of‑bounds memory read occurs in the kernel function qdisc_pkt_len_segs_init when it pulls packet headers for GSO packets using skb_header_pointer. The function expects headers already present in skb->head and can misread memory if a GSO packet with malformed or fabricated headers is processed. The vulnerability is a typical CWE‑131 weakness involving incorrect bounds checking. Attackers can trigger the flaw by sending specially crafted GSO packets that exploit the misread, leading to a kernel crash and a system‑wide denial of service.

Affected Systems

All Linux kernel builds that do not yet contain the patch referenced by commit 7fb4c19670110f052c04e1ec1d2b953b9f4f57e4 are affected. This includes virtually all distributions that ship kernel versions prior to that commit, regardless of the specific release number, because the vulnerability resides in core networking code.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.4, indicating high severity. Its EPSS score of <1% denotes a low current likelihood of exploitation. The vulnerability is not listed in CISA’s KEV catalog. It can be exploited remotely by sending a crafted GSO packet; no local privilege or authentication is required. If successfully triggered, the kernel crash results in a denial of service affecting the entire system.

Generated by OpenCVE AI on August 13, 2026 at 14:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the qdisc_pkt_len_segs_init patch replacing skb_header_pointer with pskb_may_pull.
  • If an immediate kernel upgrade cannot be performed, disable Generic Segmentation Offload (GSO) on all network interfaces to prevent the vulnerable code path from being exercised.
  • Configure firewalls or traffic filtering to drop malformed GSO packets, using the SKB_DROP_REASON_SKB_BAD_GSO drop reason once the patch is applied.

Generated by OpenCVE AI on August 13, 2026 at 14:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Sun, 28 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-811

Sun, 28 Jun 2026 08:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:H'}


Thu, 25 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-131
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Important


Wed, 24 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-811

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at risk, because tso_build_hdr() does a memcpy(hdr, skb->data, hdr_len); qdisc_pkt_len_segs_init() already does a dissection of gso packets. Use pskb_may_pull() instead of skb_header_pointer() to make sure drivers do not have to reimplement this. Some malicious packets could be fed, detect them so that we can drop them sooner with a new SKB_DROP_REASON_SKB_BAD_GSO drop_reason.
Title net: pull headers in qdisc_pkt_len_segs_init()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:33:18.759Z

Reserved: 2026-06-09T07:44:35.384Z

Link: CVE-2026-53091

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-24T17:17:23.283

Modified: 2026-07-23T18:34:52.973

Link: CVE-2026-53091

cve-icon Redhat

Severity : Important

Publid Date: 2026-06-24T00:00:00Z

Links: CVE-2026-53091 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T14:45:03Z

Weaknesses