Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3444 articles · 168093 vulns · 36/41 feeds (7d)
← Back to list
7.8
CVE-2026-53262EXPLOITEDPATCHED
linux · linux kernel

l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()

Description

In the Linux kernel, the following vulnerability has been resolved: l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl() pppol2tp_ioctl() read sock->sk->sk_user_data directly without any locks or reference counting. If a controllable sleep was induced during copy_from_user() (e.g. via a userfaultfd page fault sleep), a concurrent socket close could trigger pppol2tp_session_close() asynchronously. This frees the l2tp_session structure via the l2tp_session_del_work workqueue. Upon resuming, the ioctl thread dereferences the stale session pointer, resulting in a Use-After-Free (UAF). Fix this by securely fetching the session reference using the RCU-safe, refcounted helper pppol2tp_sock_to_session(sk) on entry. This locks the session's refcount across the sleep. We structured the function to exit via standard err breaks, guaranteeing that l2tp_session_put() is cleanly called on all return paths to drop the reference. To preserve existing behavior we validate the session and its magic signature only for the specific L2TP commands that require it. This ensures that generic/unknown ioctls called on an unconnected socket still return -ENOIOCTLCMD and correctly fall back to generic handlers (e.g. in sock_do_ioctl()).

Affected Products

VendorProductVersions
linuxlinux kernelfd558d186df2c13a22455373858bae634a4795af, fd558d186df2c13a22455373858bae634a4795af, fd558d186df2c13a22455373858bae634a4795af, fd558d186df2c13a22455373858bae634a4795af, 2.6.35

References

  • https://git.kernel.org/stable/c/78cdfdca88cbf731a92f3b9ee5427c633dd94e28
  • https://git.kernel.org/stable/c/e251d4cdfc725c9e7d686161e3b775a0e7d95053
  • https://git.kernel.org/stable/c/62f327e287cf7b595ae3f73ba72f5cd2a9e9f39f
  • https://git.kernel.org/stable/c/a213a8950414c684999dcf03edeea6c46ede172e

Related News (3 articles)

Tier A
Microsoft MSRC1h ago
CVE-2026-53262 l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
→ No new info (linked only)
Tier C
VulDB3d ago
CVE-2026-53262 | Linux Kernel up to 6.12.93/6.18.35/7.0.12 l2tp pppol2tp_ioctl sk use after free
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-53262: l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
→ No new info (linked only)
CVSS 3.17.8 HIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
78cdfdca88cbf731a92f3b9ee5427c633dd94e28e251d4cdfc725c9e7d686161e3b775a0e7d9505362f327e287cf7b595ae3f73ba72f5cd2a9e9f39fa213a8950414c684999dcf03edeea6c46ede172e06.12.946.18.367.0.137.1
PublishedJun 25, 2026
Last enriched3d agov2
Trending Score62
Source articles3
Independent3
Info Completeness7/14
Missing: cvss, epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-31431EXPKEV
crypto: algif_aead - Revert to operating out-of-place
Trending: 111
HIGHCVE-2026-43284EXPKEV
xfrm: esp: avoid in-place decrypt on shared skb frags
Trending: 106
HIGHCVE-2026-43500EXPKEV
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Trending: 100
HIGHCVE-2026-46243EXP
smb: client: reject userspace cifs.spnego descriptions
Trending: 86
HIGHCVE-2026-46333EXP
ptrace: slightly saner 'get_dumpable()' logic
Trending: 70

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 25, 2026
Discovered by ZDM
Jun 25, 2026
Updated: severity, affectedVersions, activelyExploited
Jun 25, 2026
Actively Exploited
Jun 28, 2026
Patch Available
Jun 28, 2026

Version History

v2
Last enriched 3d ago
v2Tier C3d ago

Updated severity to CRITICAL, added new affected versions 6.12.93 and 7.0.12, and corrected exploit availability to false.

severityaffectedVersionsactivelyExploited
via VulDB
v13d ago

Initial creation