CVE-2026-52947
net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove
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/qrtr/af_qrtr.c:768 [inline] [qrtr] __qrtr_bind.isra.0+0x48b/0x570 net/qrtr/af_qrtr.c:805 [qrtr] qrtr_bind+0x17d/0x210 net/qrtr/af_qrtr.c:901 [qrtr] kernel_bind+0xe4/0x120 net/socket.c:3592 qrtr_ns_init+0x1a6/0x380 net/qrtr/ns.c:715 [qrtr] qrtr_proto_init+0x3b/0xff0 net/qrtr/af_qrtr.c:169 [qrtr] do_one_initcall+0xf5/0x5e0 init/main.c:1283 ... </TASK> Fix this by deferring the reference count decrement until after the xa_erase() and the synchronize_rcu() complete. (Note: The v1 of this patch incorrectly replaced __sock_put() with sock_put(). As Simon Horman pointed out, the callers of qrtr_port_remove() still hold a reference to the socket, so freeing the socket memory here would lead to a subsequent UAF in the caller. Thus, the __sock_put() is kept, but only repositioned to close the RCU race.)
INFO
Published Date :
June 24, 2026, 5:17 p.m.
Last Modified :
July 14, 2026, 4:58 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Defer socket reference count decrement until after RCU grace period.
- Apply the kernel patch to fix the race condition.
- Update the Linux kernel to the patched version.
Public PoC/Exploit Available at Github
CVE-2026-52947 has a 1 public
PoC/Exploit available at Github.
Go to the Public Exploits tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-52947.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-52947 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-52947
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Record all the bugs discovered by DevGen
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-52947 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-52947 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Jul. 14, 2026
Action Type Old Value New Value Added CWE CWE-416 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.176 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.143 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.210 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.36 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.94 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.0.13 *cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.7 up to (excluding) 5.10.259 Added Reference Type kernel.org: https://git.kernel.org/stable/c/03bfa95e452e2b6ccd76a332060ae4feaf5ad84d Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/2047c2aa0963bb2872fd722300a15bcb441a4c00 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/2aa4c12723fe432e623462a3be42a197a128722b Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/3b20ec8f31e8a6a6782243f473b0abd3463621df Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/474293d90880622fde9d2430fb0165767090f7b3 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/7de2d447072be3b1a76793f034432338fc9c494b Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/a2171131ecda1ed61a594a1eb715e75fdad0fef5 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/ab269990ed58143a92a263be1bee626d82ac03da Types: Patch -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 28, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 24, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': '2aa4c12723fe432e623462a3be42a197a128722b', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': '03bfa95e452e2b6ccd76a332060ae4feaf5ad84d', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': '474293d90880622fde9d2430fb0165767090f7b3', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': '2047c2aa0963bb2872fd722300a15bcb441a4c00', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': '7de2d447072be3b1a76793f034432338fc9c494b', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': 'ab269990ed58143a92a263be1bee626d82ac03da', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': '3b20ec8f31e8a6a6782243f473b0abd3463621df', 'versionType': 'git'}, {'status': 'affected', 'version': 'bdabad3e363d825ddf9679dd431cca0b2c30f881', 'lessThan': 'a2171131ecda1ed61a594a1eb715e75fdad0fef5', 'versionType': 'git'}], 'programFiles': ['net/qrtr/af_qrtr.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.259', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.210', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.176', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.143', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.94', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.36', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.13', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/qrtr/af_qrtr.c'], 'defaultStatus': 'affected'}] Added 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/qrtr/af_qrtr.c:768 [inline] [qrtr] __qrtr_bind.isra.0+0x48b/0x570 net/qrtr/af_qrtr.c:805 [qrtr] qrtr_bind+0x17d/0x210 net/qrtr/af_qrtr.c:901 [qrtr] kernel_bind+0xe4/0x120 net/socket.c:3592 qrtr_ns_init+0x1a6/0x380 net/qrtr/ns.c:715 [qrtr] qrtr_proto_init+0x3b/0xff0 net/qrtr/af_qrtr.c:169 [qrtr] do_one_initcall+0xf5/0x5e0 init/main.c:1283 ... </TASK> Fix this by deferring the reference count decrement until after the xa_erase() and the synchronize_rcu() complete. (Note: The v1 of this patch incorrectly replaced __sock_put() with sock_put(). As Simon Horman pointed out, the callers of qrtr_port_remove() still hold a reference to the socket, so freeing the socket memory here would lead to a subsequent UAF in the caller. Thus, the __sock_put() is kept, but only repositioned to close the RCU race.) Added Reference https://git.kernel.org/stable/c/03bfa95e452e2b6ccd76a332060ae4feaf5ad84d Added Reference https://git.kernel.org/stable/c/2047c2aa0963bb2872fd722300a15bcb441a4c00 Added Reference https://git.kernel.org/stable/c/2aa4c12723fe432e623462a3be42a197a128722b Added Reference https://git.kernel.org/stable/c/3b20ec8f31e8a6a6782243f473b0abd3463621df Added Reference https://git.kernel.org/stable/c/474293d90880622fde9d2430fb0165767090f7b3 Added Reference https://git.kernel.org/stable/c/7de2d447072be3b1a76793f034432338fc9c494b Added Reference https://git.kernel.org/stable/c/a2171131ecda1ed61a594a1eb715e75fdad0fef5 Added Reference https://git.kernel.org/stable/c/ab269990ed58143a92a263be1bee626d82ac03da