CVE-2026-16652
Published:September 21, 2026
Updated:September 22, 2026
Temporal Server did not bound the work performed while searching for a Schedule's next action time. An authenticated caller with namespace write permission could create or update a Schedule that combines a fine-grained cadence with an exclusion calendar that rejects every candidate time, causing the server to evaluate excluded candidates without a per-search work budget. This can consume excessive CPU in Frontend and Schedule worker components. A persisted specification can also cause its backing Schedule Workflow to repeatedly fail and retry, allowing CPU consumption to continue without additional requests until the Schedule is deleted or its backing Workflow is terminated. Repeated or parallel exploitation can deny service. The issue affects availability only; it does not expose or modify Workflow data.
Affected Packages
https://github.com/temporalio/temporal.git (GITHUB):
Affected version(s) >=v1.17.0 <v1.30.7Fix Suggestion:
Update to version v1.30.7https://github.com/temporalio/temporal.git (GITHUB):
Affected version(s) >=v1.31.0 <v1.31.3Fix Suggestion:
Update to version v1.31.3go.temporal.io/server (GO):
Affected version(s) >=v1.31.0 <v1.31.3Fix Suggestion:
Update to version v1.31.3go.temporal.io/server (GO):
Affected version(s) >=v1.17.0 <v1.30.7Fix Suggestion:
Update to version v1.30.7Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Unchecked Input for Loop Condition