CVE-2026-68398

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-10. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this weekElevated
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF

pppol2tp_recv() runs in the L2TP UDP-encap softirq RX path:

l2tp_udp_encap_recv() -> l2tp_recv_common() -> pppol2tp_recv() -> ppp_input(&po->chan)

It runs under rcu_read_lock() holding only an l2tp_session reference and takes NO reference on the internal PPP channel (struct channel, chan->ppp) that ppp_input() dereferences.

The pppox socket is SOCK_RCU_FREE, so 'po' and the embedded ppp_channel are RCU-safe. But the internal struct channel is a separate allocation that ppp_release_channel() frees with a plain kfree():

close(data socket) -> pppol2tp_release() -> pppox_unbind_sock() -> ppp_unregister_channel() -> ppp_release_channel() -> kfree(pch)

For a channel that is bound (PPPIOCGCHAN) but not attached to a ppp unit (no PPPIOCCONNECT, pch->ppp == NULL) and not bridged, teardown skips both ppp_disconnect_channel()'s synchronize_net() and ppp_unbridge_channels()'s synchronize_rcu(), so the kfree() has no grace period. rcu_read_lock() in pppol2tp_recv() does not protect against a plain kfree(), so an in-flight ppp_input() on one CPU can dereference the channel just freed by close() on another CPU.

The bug is reachable by an unprivileged user.

Defer the channel free to an RCU callback via call_rcu() so the grace period fences any in-flight ppp_input(). The disconnect and unbridge teardown paths already fence with synchronize_net()/synchronize_rcu(); call_rcu() does the same here without stalling the close() path.

CVSS v3
7.8
EG Score
7.8(high)
EG Risk
56(Track)
EG Risk 56/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation40% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

August 10, 2026

Last Modified

August 19, 2026

Advisory Details (5)

Auto-updated Aug 14, 2026
No patch confirmed yet.
generic

ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ec4215683e47424c9c4762fd3c60f552a3119142
generic

ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c9574b8a8edeb4edd3ac6472c27ef7184bdb2baa
generic

ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4bb84e964ff0fe0a171c965362de72f9820dbce9
generic

ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3ab32218d7182705dae5c86f13925f458072da2c
generic

ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/06213c85d8c0994f786c093b8b2a517987943ca6

Vendor Advisories for CVE-2026-68398(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 33× in last 7d / 45× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-21 08:15 UTCEG score recompute
  2. 2026-08-21 08:15 UTCVendor advisory
  3. 2026-08-21 08:15 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 19:26 UTCGHSA enrichment
  6. 2026-08-20 06:38 UTCGHSA enrichment
  7. 2026-08-19 17:49 UTCEG score recompute
  8. 2026-08-19 17:49 UTCGHSA enrichment
  9. 2026-08-19 17:04 UTCEPSS rescore
  10. 2026-08-19 16:54 UTCEG score recompute
  11. 2026-08-19 16:54 UTCGHSA enrichment
  12. 2026-08-19 10:27 UTCGHSA enrichment
  13. 2026-08-18 21:39 UTCGHSA enrichment
  14. 2026-08-18 08:22 UTCGHSA enrichment
  15. 2026-08-17 19:20 UTCEG score recompute
  16. 2026-08-17 19:20 UTCGHSA enrichment
  17. 2026-08-17 13:47 UTCEPSS rescore
  18. 2026-08-17 06:31 UTCEG score recompute
  19. 2026-08-17 06:31 UTCGHSA enrichment
  20. 2026-08-17 05:36 UTCEG score recompute
  21. 2026-08-17 05:36 UTCGHSA enrichment
  22. 2026-08-17 04:34 UTCGHSA enrichment
  23. 2026-08-16 15:45 UTCEG score recompute
  24. 2026-08-16 15:45 UTCGHSA enrichment
  25. 2026-08-16 14:56 UTCEPSS rescore
Show 20 more
  1. 2026-08-16 02:57 UTCEG score recompute
  2. 2026-08-16 02:57 UTCGHSA enrichment
  3. 2026-08-15 14:09 UTCEG score recompute
  4. 2026-08-15 14:09 UTCGHSA enrichment
  5. 2026-08-15 01:30 UTCEPSS rescore
  6. 2026-08-15 01:20 UTCGHSA enrichment
  7. 2026-08-14 12:32 UTCEG score recompute
  8. 2026-08-14 12:32 UTCGHSA enrichment
  9. 2026-08-13 23:44 UTCEG score recompute
  10. 2026-08-13 23:44 UTCGHSA enrichment
  11. 2026-08-13 23:03 UTCEG score recompute 7.80
  12. 2026-08-13 23:03 UTCGHSA enrichment
  13. 2026-08-13 23:03 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  14. 2026-08-13 22:00 UTCEPSS rescore
  15. 2026-08-13 17:39 UTCEG score recompute
  16. 2026-08-13 17:39 UTCGHSA enrichment
  17. 2026-08-12 13:51 UTCEPSS rescore
  18. 2026-08-10 13:24 UTCNVD update
  19. 2026-08-10 12:18 UTCEG score recompute
  20. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Publicly available exploits

(1 reference)

Working exploit code is in the public domain (1 GitHub PoC). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.

  • GitHub PoCaramosf/CVE-2026-68398
    First seen Aug 12, 2026

    CVE-2026-68398 Ubuntu PPPoL2TP use-after-free local privilege escalation

    Open source ↗

Frequently asked(5)

What is CVE-2026-68398?
CVE-2026-68398 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF pppol2tp_recv() runs in the L2TP UDP-encap softirq RX path: l2tpudpencaprecv() -> l2tprecvcommon() -> pppol2tprecv() -> ppp_input(&po->chan) It runs under…
When was CVE-2026-68398 disclosed?
CVE-2026-68398 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68398 actively exploited?
CVE-2026-68398 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.0% of all scored CVEs.
What is the CVSS score of CVE-2026-68398?
CVE-2026-68398 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-68398?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68398, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-68398

Explore →

Is Your Infrastructure Affected by CVE-2026-68398?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.