CVE-2026-64577: gtp: check skb_pull_data() return in gtp1u_send_echo_resp()

Published Aug 5, 2026
·
Updated

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

gtp: check skbpulldata() return in gtp1usendechoresp()

gtp1usendechoresp() ignores skbpulldata()'s return value. Its caller gtp1uudpencaprecv() only guarantees 16 bytes (udphdr + gtp1header), but the pull requests 20 (gtp1headerlong + udphdr). For a 16-19 byte echo request the pull fails and returns NULL without advancing skb->data; execution continues, and the following skbpush() plus the IP header pushed by iptunnelxmit() move skb->data below skb->head, tripping skbunderpanic().

Fix it by dropping the packet when skbpulldata() fails.

skbuff: skbunderpanic: ... kernel BUG at net/core/skbuff.c:214! Call Trace: skbpush (net/core/skbuff.c:2648) iptunnelxmit (net/ipv4/iptunnelcore.c:82) gtpencaprecv (drivers/net/gtp.c:701 drivers/net/gtp.c:808 drivers/net/gtp.c:920) udpqueuercvoneskb (net/ipv4/udp.c:2388) ... Kernel panic - not syncing: Fatal exception in interrupt

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In gtp1u_send_echo_resp(), check the return value of skb_pull_data() and drop the packet when skb_pull_data() fails (i.e., if it returns NULL / does not advance skb->data).

    Linux kernel gtp (gtp1u_send_echo_resp / skb_pull_data) skb_pull_data() return value check = required

Event History

Aug 5, 2026
CVE Published
via MITRE·08:09 AM
Data Sourced
via MITRE·08:09 AM
Description
Data Sourced
via NVD·08:16 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-64577?

The severity of CVE-2026-64577 is rated at 57.

2

What does CVE-2026-64577 affect?

CVE-2026-64577 affects the Linux kernel, specifically the gtp1u_send_echo_resp() function.

3

How do I fix CVE-2026-64577?

To fix CVE-2026-64577, you need to update to the latest version of the Linux kernel where the vulnerability has been patched.

4

What is the main issue described in CVE-2026-64577?

CVE-2026-64577 describes a problem where gtp1u_send_echo_resp() ignores the return value of skb_pull_data().

5

When was CVE-2026-64577 published?

CVE-2026-64577 was published on August 5, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-64577 - gtp: check skb_pull_data() return in gtp1u_send_echo_resp() - SecAlerts