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

5.5 · MEDIUM
Published Jun 24, 2026 linux CWE-401 EPSS 0.10% (1th pctl)

Overview

CVE-2026-53106 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: Do not allow deleting local storage in NMI

Currently, local storage may deadlock when deferring freeing selem or

local storage through kfree_rcu(), call_rcu() or call_rcu_tasks_trace()

in NMI or reentrant. Since deleting selem in NMI is an unlikely use

case, partially mitigate it by returning error when calling from

bpf_xxx_storage_delete() helpers in NMI. Note that, it is still possible

to deadlock through reentrant. A full mitigation requires returning

error when irqs_disabled() is true, which, however is too heavy-handed

for bpf_xxx_storage_delete().

The long-term solution requires _nolock versions of call_rcu. Another

possible solution is to defer the free through irq_work [0], but it

would grow the size of selem, which is non-ideal.

The check is only needed in bpf_selem_unlink(), which is used by helpers

and syscalls. bpf_selem_unlink_nofail() is fine as it is called during

map and owner tear down that ne

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 >= 5.13, < 7.0.10 Affected

Frequently Asked Questions

What is CVE-2026-53106?

CVE-2026-53106 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53106?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-53106?

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-53106?

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