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-52910

7.8 · HIGH
Published Jun 19, 2026 linux CWE-125

Overview

CVE-2026-52910 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

bpf: Free reuseport cBPF prog after RCU grace period.

Eulgyu Kim reported the splat below with a repro. [0]

The repro sets up a UDP reuseport group with a cBPF prog and

replaces it with a new one while another thread is sending

a UDP packet to the group.

The reuseport prog is freed by sk_reuseport_prog_free().

bpf_prog_put() is called for "e"BPF prog to destruct through

multiple stages while cBPF prog is freed immediately by

bpf_release_orig_filter() and bpf_prog_free().

If a reuseport prog is detached from the setsockopt() path

(reuseport_attach_prog() or reuseport_detach_prog()),

sk_reuseport_prog_free() is called without waiting for RCU

readers to complete, resulting in various bugs.

Let's defer freeing the reuseport cBPF prog after one RCU

grace period.

Note "e"BPF prog is safe as is unless the fast path starts

to touch fields destroyed in bpf_prog_put_deferred() and

__bpf_prog_put_noref().

[0]:

BUG: KASAN:

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.5, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-52910?

CVE-2026-52910 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-52910?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-52910?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-52910 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.