CVE-2026-97964: ppp_synctty: ensure a writeable skb header

Published Sep 25, 2026
·
Updated

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

pppsynctty: ensure a writeable skb header

pppsynctxmunge() checks headroom before prepending the address and control bytes, but does not ensure that the skb header is writable. A received skb can reach this function through PPP channel bridging without passing through pppstartxmit(), which calls skbcowhead().

For example, a PPPoE frame may share its buffer with a clone queued to an AFPACKET socket. If it is bridged to a synchronous tty channel, the address/control bytes can overwrite data still visible to that socket.

Use skbcowhead() to ensure both sufficient headroom and a writable header.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel with PPP channel bridging to a synchronous tty channel are exposed when a received skb can reach the synchronous transmit path without first passing through ppp_start_xmit(). The described example involves PPPoE traffic whose buffer is shared with a clone queued to an AF_PACKET socket.

2

What must happen for exploitation or impact to occur?

A received packet with a shared skb buffer must be bridged to a synchronous tty channel. The transmit path then prepends PPP address and control bytes without ensuring that the skb header is writable, potentially overwriting data still visible through the shared clone.

3

What is the security impact?

The issue can corrupt packet data visible to an AF_PACKET socket when the original PPPoE skb buffer is shared with a queued clone. The provided information describes data overwrite in the shared buffer, not code execution or privilege escalation.

4

How is the issue fixed?

The fix replaces the headroom-only handling with skb_cow_head(), which ensures both adequate headroom and a writable skb header before address and control bytes are prepended.

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