CVE-2026-52946

HIGHPre-NVD 7.57.5
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 1%CVSS: 7.5Exploit: 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:

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling

A SOFTIRQ-safe to SOFTIRQ-unsafe lock order deadlock can occur in send_sigio() and send_sigurg() when a process group receives a signal.

When FASYNC is configured for a process group (PIDTYPE_PGID), both functions use read_lock(&tasklist_lock) to traverse the task list. However, they are frequently called from softirq context:

  • send_sigio() via input_inject_event -> kill_fasync
  • send_sigurg() via tcp_check_urg -> sk_send_sigurg (NET_RX_SOFTIRQ)

The deadlock is caused by the rwlock writer fairness mechanism:

  • CPU 0 (process context) holds read_lock(&tasklist_lock) in do_wait().
  • CPU 1 (process context) attempts write_lock(&tasklist_lock) in
fork() or exit() and spins, which blocks all new readers.
  • CPU 0 is interrupted by a softirq (e.g., TCP URG packet reception).
  • The softirq calls send_sigurg() and attempts to acquire
read_lock(&tasklist_lock), deadlocking because CPU 1 is waiting.

Since PID hashing and do_each_pid_task() traversals are already RCU-protected, the read_lock on tasklist_lock is no longer strictly required for safe traversal. Fix this by replacing tasklist_lock with rcu_read_lock(), aligning the process group signaling path with the single-PID path. This also mitigates a potential remote denial of service vector via TCP URG packets.

Lockdep splat: ===================================================== WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected [...] Chain exists of: &dev->event_lock --> &f_owner->lock --> tasklist_lock

Possible interrupt unsafe locking scenario: CPU0 CPU1 ---- ---- lock(tasklist_lock); local_irq_disable(); lock(&dev->event_lock); lock(&f_owner->lock); lock(&dev->event_lock);

* DEADLOCK *

CVSS v3
7.5
EG Score
7.5(high)
EPSS
45.0%
KEV
Not listed

Published

June 24, 2026

Last Modified

June 29, 2026

Advisory Details (8)

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

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

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

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

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

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/897d6a7247739fb1528f98c575df4f2e5de7f994
generic

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/54626335ea4174ab2d9a183b511d825f6765e47b
generic

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/36c1b57b2ecf3c61ac93f5f07bd29b6f21e226ed
generic

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/32dbd5ce4be3a3ed7e00f8af18795cc84fc50a33
generic

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/20a93e397abe850c49b6fa0e8cc827b5f634a8f5
generic

fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1bee417678f1135e35b25a37734db46aa94258d2

Vendor Advisories for CVE-2026-52946(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 36× in last 7d / 48× 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 00:19 UTCEG score recompute
  2. 2026-07-07 00:19 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 12:13 UTCEG score recompute
  6. 2026-07-06 12:13 UTCGHSA enrichment
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-06 02:23 UTCEPSS rescore
  9. 2026-07-05 23:46 UTCEG score recompute
  10. 2026-07-05 23:46 UTCGHSA enrichment
  11. 2026-07-05 11:40 UTCEG score recompute
  12. 2026-07-05 11:40 UTCGHSA enrichment
  13. 2026-07-05 02:30 UTCEPSS rescore
  14. 2026-07-04 23:31 UTCEG score recompute
  15. 2026-07-04 23:31 UTCGHSA enrichment
  16. 2026-07-04 11:25 UTCEG score recompute
  17. 2026-07-04 11:25 UTCGHSA enrichment
  18. 2026-07-04 06:31 UTCEPSS rescore
  19. 2026-07-03 23:20 UTCEG score recompute
  20. 2026-07-03 23:20 UTCGHSA enrichment
  21. 2026-07-03 11:13 UTCEG score recompute
  22. 2026-07-03 11:13 UTCGHSA enrichment
  23. 2026-07-02 23:06 UTCEG score recompute
  24. 2026-07-02 23:06 UTCGHSA enrichment
  25. 2026-07-02 11:01 UTCEG score recompute
Show 23 more
  1. 2026-07-02 11:01 UTCGHSA enrichment
  2. 2026-07-01 22:38 UTCEG score recompute
  3. 2026-07-01 22:38 UTCGHSA enrichment
  4. 2026-07-01 15:07 UTCEPSS rescore
  5. 2026-07-01 10:32 UTCEG score recompute
  6. 2026-07-01 10:32 UTCGHSA enrichment
  7. 2026-06-30 23:22 UTCEPSS rescore
  8. 2026-06-30 22:24 UTCEG score recompute
  9. 2026-06-30 22:24 UTCGHSA enrichment
  10. 2026-06-30 10:19 UTCEG score recompute 7.50
  11. 2026-06-30 10:18 UTCGHSA enrichment
  12. 2026-06-29 14:06 UTCEPSS rescore
  13. 2026-06-29 14:06 UTCEPSS rescore
  14. 2026-06-28 14:07 UTCEPSS rescore
  15. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
  16. 2026-06-28 04:56 UTCEPSS rescore
  17. 2026-06-28 04:56 UTCEPSS rescore
  18. 2026-06-27 14:23 UTCEG score recompute
  19. 2026-06-27 14:23 UTCGHSA enrichment
  20. 2026-06-27 03:08 UTCEPSS rescore
  21. 2026-06-25 13:49 UTCEPSS rescore
  22. 2026-06-24 18:31 UTCEG score recompute
  23. 2026-06-24 18:02 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-52946?
CVE-2026-52946 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling A SOFTIRQ-safe to SOFTIRQ-unsafe lock order deadlock can occur in sendsigio() and sendsigurg() when a process group receives a signal. When FASYNC is configured for a…
When was CVE-2026-52946 disclosed?
CVE-2026-52946 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on June 29, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52946 actively exploited?
CVE-2026-52946 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 45.0% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-52946?
CVE-2026-52946 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-52946?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52946, 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-52946

Explore →

Is Your Infrastructure Affected by CVE-2026-52946?

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