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

7.8 · HIGH
Published Jun 24, 2026 linux CWE-416 EPSS 0.14% (3th pctl)

Overview

CVE-2026-52947 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 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:

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove

In qrtr_port_remove(), the socket reference count is decremented via

__sock_put() before the port is removed from the qrtr_ports XArray and

before the RCU grace period elapses.

This breaks the fundamental RCU update paradigm. It exposes a race

window where a concurrent RCU reader (such as qrtr_reset_ports() or

qrtr_port_lookup()) can obtain a pointer to the socket from the XArray,

and attempt to call sock_hold() on a socket whose reference count has

already dropped to zero.

This exact race condition was hit during syzkaller fuzzing, leading to

the following refcount saturation warning and a potential Use-After-Free:

refcount_t: saturated; leaking memory.

WARNING: CPU: 3 PID: 1273 at lib/refcount.c:22 refcount_warn_saturate+0xae/0x1d0

Modules linked in: qrtr(+) bochs drm_shmem_helper ...

Call Trace:

<TASK>

qrtr_reset_ports net/qr

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.7, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-52947?

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

How severe is CVE-2026-52947?

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

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

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