CVE-2026-52947

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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: 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 ...

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.)

CVSS v3
7.8
EG Score
7.8(high)
EPSS
3.3%
KEV
Not listed

Published

June 24, 2026

Last Modified

June 28, 2026

Advisory Details (8)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ab269990ed58143a92a263be1bee626d82ac03da
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a2171131ecda1ed61a594a1eb715e75fdad0fef5
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7de2d447072be3b1a76793f034432338fc9c494b
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/474293d90880622fde9d2430fb0165767090f7b3
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3b20ec8f31e8a6a6782243f473b0abd3463621df
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2aa4c12723fe432e623462a3be42a197a128722b
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2047c2aa0963bb2872fd722300a15bcb441a4c00
generic

net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/03bfa95e452e2b6ccd76a332060ae4feaf5ad84d

Vendor Advisories for CVE-2026-52947(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 50× in last 7d / 62× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 01:24 UTCEG score recompute
  2. 2026-07-07 01:24 UTCVendor advisory
  3. 2026-07-07 01:24 UTCGHSA enrichment
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 16:27 UTCEPSS rescore
  6. 2026-07-06 13:23 UTCEG score recompute
  7. 2026-07-06 13:23 UTCVendor advisory
  8. 2026-07-06 13:22 UTCGHSA enrichment
  9. 2026-07-06 02:23 UTCEPSS rescore
  10. 2026-07-06 02:23 UTCEPSS rescore
  11. 2026-07-06 00:54 UTCEG score recompute
  12. 2026-07-06 00:54 UTCVendor advisory
  13. 2026-07-06 00:54 UTCGHSA enrichment
  14. 2026-07-05 12:53 UTCEG score recompute
  15. 2026-07-05 12:53 UTCVendor advisory
  16. 2026-07-05 12:53 UTCGHSA enrichment
  17. 2026-07-05 02:30 UTCEPSS rescore
  18. 2026-07-05 00:50 UTCEG score recompute
  19. 2026-07-05 00:50 UTCVendor advisory
  20. 2026-07-05 00:50 UTCGHSA enrichment
  21. 2026-07-04 12:50 UTCEG score recompute
  22. 2026-07-04 12:50 UTCVendor advisory
  23. 2026-07-04 12:50 UTCGHSA enrichment
  24. 2026-07-04 06:31 UTCEPSS rescore
  25. 2026-07-04 00:50 UTCEG score recompute
Show 37 more
  1. 2026-07-04 00:50 UTCVendor advisory
  2. 2026-07-04 00:50 UTCGHSA enrichment
  3. 2026-07-03 12:50 UTCEG score recompute
  4. 2026-07-03 12:50 UTCVendor advisory
  5. 2026-07-03 12:50 UTCGHSA enrichment
  6. 2026-07-03 00:39 UTCEG score recompute
  7. 2026-07-03 00:39 UTCVendor advisory
  8. 2026-07-03 00:38 UTCGHSA enrichment
  9. 2026-07-02 12:38 UTCEG score recompute
  10. 2026-07-02 12:38 UTCVendor advisory
  11. 2026-07-02 12:38 UTCGHSA enrichment
  12. 2026-07-02 00:36 UTCEG score recompute
  13. 2026-07-02 00:36 UTCVendor advisory
  14. 2026-07-02 00:36 UTCGHSA enrichment
  15. 2026-07-01 15:07 UTCEPSS rescore
  16. 2026-07-01 12:35 UTCEG score recompute
  17. 2026-07-01 12:35 UTCVendor advisory
  18. 2026-07-01 12:35 UTCGHSA enrichment
  19. 2026-07-01 00:35 UTCEG score recompute
  20. 2026-07-01 00:35 UTCVendor advisory
  21. 2026-07-01 00:35 UTCGHSA enrichment
  22. 2026-06-30 23:22 UTCEPSS rescore
  23. 2026-06-30 12:34 UTCEG score recompute 7.80
  24. 2026-06-30 12:34 UTCVendor advisory
  25. 2026-06-30 12:34 UTCGHSA enrichment
  26. 2026-06-29 14:06 UTCEPSS rescore
  27. 2026-06-29 14:06 UTCEPSS rescore
  28. 2026-06-28 14:07 UTCEPSS rescore
  29. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  30. 2026-06-28 04:56 UTCEPSS rescore
  31. 2026-06-28 04:56 UTCEPSS rescore
  32. 2026-06-27 15:32 UTCEG score recompute
  33. 2026-06-27 15:32 UTCGHSA enrichment
  34. 2026-06-27 03:08 UTCEPSS rescore
  35. 2026-06-25 13:49 UTCEPSS rescore
  36. 2026-06-24 18:31 UTCEG score recompute
  37. 2026-06-24 18:02 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-52947?
CVE-2026-52947 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix refcount saturation and potential UAF in qrtrportremove In qrtrportremove(), the socket reference count is decremented via sockput() before the port is removed from the qrtrports XArray and before the RCU grace…
When was CVE-2026-52947 disclosed?
CVE-2026-52947 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on June 28, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52947 actively exploited?
CVE-2026-52947 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 3.3% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-52947?
CVE-2026-52947 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-52947?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52947, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-52947

Explore →

Is Your Infrastructure Affected by CVE-2026-52947?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.