CVE-2026-68386
Last modified
CVE-2026-68386 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject unhashed UDP sockets on sockmap update UDP sockets get SOCK_RCU_FREE set when (auto-)bound. This means sk_is_refcounted(unbound) = true, while sk_is_refcounted(bound) = false. Because sockmap accepts unbound UDP sockets, a BPF program can increment a socket's refcount via lookup.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject unhashed UDP sockets on sockmap update UDP sockets get SOCK_RCU_FREE set when (auto-)bound. This means sk_is_refcounted(unbound) = true, while sk_is_refcounted(bound) = false. Because sockmap accepts unbound UDP sockets, a BPF program can increment a socket's refcount via lookup. If the socket is subsequently bound, the transition from unbound to bound causes bpf_sk_release() to skip the decrement of the refcount, causing a memory leak. unreferenced object 0xffff88810bc2eb40 (size 1984): comm "test_progs", pid 2451, jiffies 4295320596 hex dump (first 32 bytes): 7f 00 00 01 7f 00 00 01 d2 04 1b b7 04 d2 00 00 ................ 02 00 01 40 00 00 00 00 00 00 00 00 00 00 00 00 ...@............ backtrace (crc bdee079d): kmem_cache_alloc_noprof+0x557/0x660 sk_prot_alloc+0x69/0x240 sk_alloc+0x30/0x460 inet_create+0x2ce/0xf80 __sock_create+0x25b/0x5c0 __sys_socket+0x119/0x1d0 __x64_sys_socket+0x72/0xd0 do_syscall_64+0xa1/0x5f0 entry_SYSCALL_64_after_hwframe+0x76/0x7e Instead of special-casing for refcounted sockets, reject unhashed UDP sockets during sockmap updates, as there is no benefit to supporting those. This effectively reverts the commit under Fixes, with two exceptions: 1. sock_map_sk_state_allowed() maintains a fall-through `return true`. 2. In the spirit of commit b8b8315e39ff ("bpf, sockmap: Remove unhash handler for BPF sockmap usage"), the proto::unhash BPF handler is not reintroduced. Historical note: this issue is related to commit 67312adc96b5 ("bpf: reject unhashed sockets in bpf_sk_assign").
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0c48eefae712c2fd91480346a07a1a9cd0f9470b, < 7ffe529e7127411806c8692fb1490f552c629dc2; >= 0c48eefae712c2fd91480346a07a1a9cd0f9470b, < 17b7ef6b86112a4e61cee1e9009a4b318e3225c5; >= 0c48eefae712c2fd91480346a07a1a9cd0f9470b, < 250474c69bc3fc48a5fc21d7c349f279caad947a; >= 0c48eefae712c2fd91480346a07a1a9cd0f9470b, < 8692655da369961128658cf8539334b6a960ecb0; >= 0c48eefae712c2fd91480346a07a1a9cd0f9470b, < 66efd3368ae10d05e08fbe6425b50fdec7186ac7 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68386?
How severe is CVE-2026-68386?
How do I fix CVE-2026-68386?
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-68380In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68381In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68382In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68383In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68384In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68387In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68388In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68389In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6839Improper validation of STRING tensor offsets could allows ma…6.6
- CVE-2026-68390In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68391In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68386?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
