CVE-2026-97964
Last modified
CVE-2026-97964 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ppp_synctty: ensure a writeable skb header ppp_sync_txmunge() 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 ppp_start_xmit(), which calls skb_cow_head(). For example, a PPPoE frame may share its buffer with a clone queued to an AF_PACKET socket. If it is bridged to a synchronous tty channel, the address/control bytes can overwrite data still visible to that socket. Use skb_cow_head() to ensure both sufficient headroom and a writable header..
Description
In the Linux kernel, the following vulnerability has been resolved: ppp_synctty: ensure a writeable skb header ppp_sync_txmunge() 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 ppp_start_xmit(), which calls skb_cow_head(). For example, a PPPoE frame may share its buffer with a clone queued to an AF_PACKET socket. If it is bridged to a synchronous tty channel, the address/control bytes can overwrite data still visible to that socket. Use skb_cow_head() to ensure both sufficient headroom and a writable header.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4cf476ced45d7f12df30a68e833b263e7a2202d1, < 3af7797fbabc84992e0ca5ad2bc0ca8537d053ef; >= 4cf476ced45d7f12df30a68e833b263e7a2202d1, < 0996c3e6bcc6ae08cb371ed43648c9f7f748ae6e; >= 4cf476ced45d7f12df30a68e833b263e7a2202d1, < 15d0a6c9a42df2d745c37510dba828f6dbe60d9f; >= 4cf476ced45d7f12df30a68e833b263e7a2202d1, < 8aaeb56aff2a557a88f83ae866da2c91ad247e59 |
| Linux | Linux | 5.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97964?
How severe is CVE-2026-97964?
How do I fix CVE-2026-97964?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97959In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9796A flaw was found in Keycloak. An authenticated administrator…6.5
- CVE-2026-97960In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97961In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97962In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97965In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97967In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97968In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97969In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97970In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97964?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
