Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68386

Published Aug 10, 2026 EPSS 0.21% (11th pctl)

Overview

CVE-2026-68386 is a known-severity vulnerability. It was published on August 10, 2026.

Technical 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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68386?

CVE-2026-68386 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68386?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68386?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68386?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68386 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.