CVE-2026-68121
pppoe: reload header pointer after dev_hard_header()
No known exploitation. EPSS puts it in the 6th percentile. No fix published yet.
What to do
No fixed build or workaround is published yet. Limit exposure and watch for a patch.
Steps
Written by AI from the record- Ask your IT provider whether any Linux systems or network appliances use PPPoE, team networking, and GRE.
- Update to your vendor's kernel release containing the applicable fix commit: 7a56e7c9b08e08fd55a1bcada24cf4fe3782b722, 6eed5ae7887a93160803d2b81ff88e75eefd4a4c, ba3409369c5413cdf0dcbf3a928f76b48e8c3e6a, e6493a4d1ee17595766165fa446d45b7e0c318d0, 7e9fbd7f96bcde63a7c798fe16b38cedee7a1501, 6866abf59976d273164a6624234d96a967280223, bed4caecd723693f750e13adbb2c42ca1249a3fd, or e9c238f6fe42fb1b4dba3a578277de32cb487937.
- If an update cannot be installed promptly, disable unused PPPoE or the affected team/GRE network setup and limit untrusted local accounts.
- Restart updated systems during a planned maintenance window so they begin using the new kernel.
What it is
From the CVE record
In the Linux kernel, the following vulnerability has been resolved: pppoe: reload header pointer after dev_hard_header() pppoe_sendmsg() saves a pointer to the PPPoE header before calling dev_hard_header(). Device header callbacks are allowed to reallocate the skb head, invalidating pointers into it. This can happen when a send is blocked in copy_from_user() while the first non-Ethernet port is added to an empty team device. The team's delegated GRE header callback then expands the skb head. PPPoE subsequently writes six bytes through the stale pointer into the freed head. Reload the PPPoE header through the skb's network-header offset after device header creation. pskb_expand_head() updates that offset when it relocates the head.
In plain language
Written by AI from the recordThis is a serious Linux kernel flaw affecting systems with PPPoE configured; small businesses should have their IT provider update affected servers and network appliances promptly.
A local, low-privilege attacker can trigger a use-after-free write in Linux kernel PPPoE packet transmission when dev_hard_header() reallocates the skb head, potentially leading to kernel code execution.
If you're affected
- Full server takeover
- Network appliance compromise
- Business service outage
- Sensitive data exposure
- Ransomware risk
Exploitation
Where each signal puts this CVE on the scale from published to confirmed exploited.
- CISA KEV
Not in the catalog. CISA has not confirmed exploitation.
- Public exploits
No public exploit or proof of concept found in the sources we track.
- EPSS
0.2% chance of exploitation activity in the next 30 days, which ranks it in the 6th percentile of scored CVEs.
Exploit Prediction Scoring System, FIRST.org. A probability, not a confirmation.
Lifecycle
6 events over 11 days, from the signal feeds we watch.
- OpenVAS check added
- Record updated
- Record updated
- Record updated
- Publishedrecord updated
Affected products
Technical detail
CVSS 3.1 vector
Open in the CVSS calculatorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Scored 7.8 by NVD.
How it is reached
- Attack Vector LocalRequires local access to the vulnerable system (e.g. local login, malicious file)
- Attack Complexity LowNo special conditions — the attack can be reliably reproduced
- Privileges Required LowRequires basic user-level privileges
- User Interaction NoneNo user interaction needed — fully automated exploitation
Scope
- Scope UnchangedImpact is limited to the vulnerable component itself
Impact if exploited
- Confidentiality HighTotal information disclosure — all data in the component is compromised
- Integrity HighTotal loss of integrity — attacker can modify any data in the component
- Availability HighTotal denial of service — the component is completely unavailable
Sources
References in the record
- git.kernel.org/stable/c/6866abf59976d273164a6624234d96a967280223
- git.kernel.org/stable/c/6eed5ae7887a93160803d2b81ff88e75eefd4a4c
- git.kernel.org/stable/c/7a56e7c9b08e08fd55a1bcada24cf4fe3782b722
And 5 more references. See all after sign-in
In the news
Watch the software you run.
My Stack ranks new CVEs for your products by real-world exploitation, so the next serious one reaches you without reading every advisory.
We'll flag the next CVE, public exploit or patch for Linux, not every advisory.
A free account adds
- The full version matrix and every affected product
- Exploit links, proofs of concept and Metasploit modules
- Email alerts for the products you watch
- The same data over REST API, MCP and CLI