CVE-2026-97964

Source
https://cve.org/CVERecord?id=CVE-2026-97964
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97964.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97964
Downstream
Published
2026-09-25T10:23:07Z
Modified
2026-09-26T03:48:27Z
Summary
ppp_synctty: ensure a writeable skb header
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97964.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4cf476ced45d7f12df30a68e833b263e7a2202d1
Fixed
3af7797fbabc84992e0ca5ad2bc0ca8537d053ef
Fixed
0996c3e6bcc6ae08cb371ed43648c9f7f748ae6e
Fixed
15d0a6c9a42df2d745c37510dba828f6dbe60d9f
Fixed
8aaeb56aff2a557a88f83ae866da2c91ad247e59

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97964.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97964.json"