CVE-2026-53352

MEDIUMNVD 4.74.7
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 4.7 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 94% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Trending — 5 sources updated this week
4.7
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 4.7Exploit: 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:

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(medium)
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
0.4%
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 462× in last 7d / 489× 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 489 total refreshes for this CVE.

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

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.4% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
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.