CVE-2026-53352

MEDIUMNVD 4.74.7
EchelonGraph scoreHIGH confidence

Score 4.7 from GitHub Security Advisory published 2026-07-01. NVD baseline CVSS 4.7; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Trending — 4 sources updated this week
4.7EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 4.7Exploit: None knownExposed: 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:

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()

When a multi-threaded process receives a stop signal (e.g., SIGSTOP), do_signal_stop() sets JOBCTL_STOP_PENDING and JOBCTL_STOP_CONSUME on all threads and sets signal->group_stop_count to the number of threads. If one of the threads concurrently calls execve(), de_thread() invokes zap_other_threads() to kill all other threads. zap_other_threads() aborts the pending group stop by resetting signal->group_stop_count to 0 and clears the JOBCTL_PENDING_MASK for all other threads. However, it fails to clear the job control flags for the calling thread.

When execve() completes, the calling thread returns to user mode and checks for pending signals. Seeing the stale JOBCTL_STOP_PENDING flag, it calls do_signal_stop(), which invokes task_participate_group_stop(). Since JOBCTL_STOP_CONSUME is still set, it attempts to decrement the already-zero signal->group_stop_count, triggering a warning:

sig->group_stop_count == 0 WARNING: CPU: 1 PID: 6475 at kernel/signal.c:373 task_participate_group_stop+0x215/0x2d0 Call Trace: do_signal_stop+0x3be/0x5c0 kernel/signal.c:2619 get_signal+0xa8c/0x1330 kernel/signal.c:2884 arch_do_signal_or_restart+0xbc/0x840 arch/x86/kernel/signal.c:337 exit_to_user_mode_loop+0x8c/0x4d0 kernel/entry/common.c:98 do_syscall_64+0x33e/0xf80 arch/x86/entry/syscall_64.c:100 entry_SYSCALL_64_after_hwframe+0x77/0x7f

Fix this race condition by clearing the JOBCTL_PENDING_MASK for the calling thread in zap_other_threads(), ensuring it does not retain any stale job control state after the thread group is destroyed. This aligns with other functions that tear down a thread group and abort group stops, such as zap_process() and complete_signal(), which correctly clear these flags for all threads including the current one.

CVSS v3
4.7
EG Score
4.7(high)
EG Risk
26(Track)
EG Risk 26/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity47% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
0%
KEV
Not listed

Published

July 1, 2026

Last Modified

July 22, 2026

Advisory Details (8)

Auto-updated Jul 22, 2026
No patch confirmed yet.
generic

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

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

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

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

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

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

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/90918794a4e2c3b440f8fcf3847765a8b1d81b25
generic

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8c046f36222c6ce1e0daef2c45c891c72602f8a1
generic

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/76aebd9ef20078719dfd6282d3b06c27e900a65a
generic

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/391ebe74456a0f1d60b3ba4a8a64d9f44c1728fe
generic

signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2b32b2fb241435145ea199efac024540759d2495

Vendor Advisories for CVE-2026-53352(2)

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

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 14× in last 7d / 500× 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.

Showing the most recent 100 of 500 total refreshes for this CVE.

  1. 2026-07-29 18:28 UTCVendor advisory
  2. 2026-07-29 18:28 UTCGHSA enrichment
  3. 2026-07-28 17:47 UTCVendor advisory
  4. 2026-07-28 17:47 UTCGHSA enrichment
  5. 2026-07-27 16:01 UTCEG score recompute
  6. 2026-07-27 16:01 UTCVendor advisory
  7. 2026-07-27 16:01 UTCGHSA enrichment
  8. 2026-07-26 14:54 UTCEPSS rescore
  9. 2026-07-26 13:23 UTCEG score recompute
  10. 2026-07-26 13:23 UTCVendor advisory
  11. 2026-07-26 13:22 UTCGHSA enrichment
  12. 2026-07-24 14:18 UTCEPSS rescore
  13. 2026-07-23 14:18 UTCEPSS rescore
  14. 2026-07-23 03:19 UTCEG score recompute
  15. 2026-07-22 20:55 UTCEG score recompute 4.70
  16. 2026-07-22 20:55 UTCGHSA enrichment
  17. 2026-07-22 20:52 UTCNVD updateCVSS v3 → 4.7 · severity → MEDIUM
  18. 2026-07-22 14:08 UTCEPSS rescore
  19. 2026-07-21 15:25 UTCEPSS rescore
  20. 2026-07-20 17:08 UTCEPSS rescore
  21. 2026-07-19 14:31 UTCEPSS rescore
  22. 2026-07-19 14:31 UTCEPSS rescore
  23. 2026-07-19 12:23 UTCVendor advisory
  24. 2026-07-19 12:22 UTCGHSA enrichment
  25. 2026-07-19 12:21 UTCVendor advisory
Show 75 more
  1. 2026-07-19 12:21 UTCGHSA enrichment
  2. 2026-07-19 12:19 UTCVendor advisory
  3. 2026-07-19 12:19 UTCGHSA enrichment
  4. 2026-07-19 12:19 UTCVendor advisory
  5. 2026-07-19 12:19 UTCGHSA enrichment
  6. 2026-07-19 12:18 UTCVendor advisory
  7. 2026-07-19 12:18 UTCGHSA enrichment
  8. 2026-07-19 12:18 UTCVendor advisory
  9. 2026-07-19 12:18 UTCGHSA enrichment
  10. 2026-07-19 12:10 UTCVendor advisory
  11. 2026-07-19 12:10 UTCGHSA enrichment
  12. 2026-07-19 12:07 UTCVendor advisory
  13. 2026-07-19 12:07 UTCGHSA enrichment
  14. 2026-07-19 12:02 UTCVendor advisory
  15. 2026-07-19 12:02 UTCGHSA enrichment
  16. 2026-07-19 12:00 UTCVendor advisory
  17. 2026-07-19 12:00 UTCGHSA enrichment
  18. 2026-07-19 11:59 UTCVendor advisory
  19. 2026-07-19 11:59 UTCGHSA enrichment
  20. 2026-07-19 11:57 UTCVendor advisory
  21. 2026-07-19 11:57 UTCGHSA enrichment
  22. 2026-07-19 11:53 UTCVendor advisory
  23. 2026-07-19 11:53 UTCGHSA enrichment
  24. 2026-07-19 11:48 UTCVendor advisory
  25. 2026-07-19 11:48 UTCGHSA enrichment
  26. 2026-07-19 11:47 UTCVendor advisory
  27. 2026-07-19 11:47 UTCGHSA enrichment
  28. 2026-07-19 11:44 UTCVendor advisory
  29. 2026-07-19 11:44 UTCGHSA enrichment
  30. 2026-07-19 11:43 UTCVendor advisory
  31. 2026-07-19 11:43 UTCGHSA enrichment
  32. 2026-07-19 11:42 UTCVendor advisory
  33. 2026-07-19 11:42 UTCGHSA enrichment
  34. 2026-07-19 11:41 UTCVendor advisory
  35. 2026-07-19 11:41 UTCGHSA enrichment
  36. 2026-07-19 11:40 UTCVendor advisory
  37. 2026-07-19 11:40 UTCGHSA enrichment
  38. 2026-07-19 11:38 UTCVendor advisory
  39. 2026-07-19 11:38 UTCGHSA enrichment
  40. 2026-07-19 11:37 UTCVendor advisory
  41. 2026-07-19 11:37 UTCGHSA enrichment
  42. 2026-07-19 11:36 UTCVendor advisory
  43. 2026-07-19 11:36 UTCGHSA enrichment
  44. 2026-07-19 11:35 UTCVendor advisory
  45. 2026-07-19 11:35 UTCGHSA enrichment
  46. 2026-07-19 11:34 UTCVendor advisory
  47. 2026-07-19 11:34 UTCGHSA enrichment
  48. 2026-07-19 11:33 UTCVendor advisory
  49. 2026-07-19 11:33 UTCGHSA enrichment
  50. 2026-07-19 11:32 UTCVendor advisory
  51. 2026-07-19 11:32 UTCGHSA enrichment
  52. 2026-07-19 11:26 UTCVendor advisory
  53. 2026-07-19 11:26 UTCGHSA enrichment
  54. 2026-07-19 11:20 UTCVendor advisory
  55. 2026-07-19 11:20 UTCGHSA enrichment
  56. 2026-07-19 11:19 UTCVendor advisory
  57. 2026-07-19 11:19 UTCGHSA enrichment
  58. 2026-07-19 11:17 UTCVendor advisory
  59. 2026-07-19 11:17 UTCGHSA enrichment
  60. 2026-07-19 11:16 UTCVendor advisory
  61. 2026-07-19 11:16 UTCGHSA enrichment
  62. 2026-07-19 11:06 UTCVendor advisory
  63. 2026-07-19 11:06 UTCGHSA enrichment
  64. 2026-07-19 11:04 UTCVendor advisory
  65. 2026-07-19 11:04 UTCGHSA enrichment
  66. 2026-07-19 11:02 UTCVendor advisory
  67. 2026-07-19 11:02 UTCGHSA enrichment
  68. 2026-07-19 11:01 UTCVendor advisory
  69. 2026-07-19 11:01 UTCGHSA enrichment
  70. 2026-07-19 11:00 UTCVendor advisory
  71. 2026-07-19 11:00 UTCGHSA enrichment
  72. 2026-07-19 10:59 UTCVendor advisory
  73. 2026-07-19 10:59 UTCGHSA enrichment
  74. 2026-07-19 10:58 UTCVendor advisory
  75. 2026-07-19 10:58 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-53352?
CVE-2026-53352 is a medium vulnerability published on July 1, 2026. In the Linux kernel, the following vulnerability has been resolved: signal: clear JOBCTLPENDINGMASK for caller in zapotherthreads() When a multi-threaded process receives a stop signal (e.g., SIGSTOP), dosignalstop() sets JOBCTLSTOPPENDING and JOBCTLSTOPCONSUME on all threads and sets…
When was CVE-2026-53352 disclosed?
CVE-2026-53352 was first published in the National Vulnerability Database on July 1, 2026, with the most recent update on July 22, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53352 actively exploited?
CVE-2026-53352 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 99.6% of all scored CVEs.
What is the CVSS score of CVE-2026-53352?
CVE-2026-53352 has a CVSS v3 base score of 4.7 (NVD).
How do I remediate CVE-2026-53352?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53352, 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-53352

Explore →

Is Your Infrastructure Affected by CVE-2026-53352?

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