CVE-2026-5199: Cross Namespace Access via Batch Operation
A writer role user in an attacker-controlled namespace could signal, delete, and reset workflows or activities in a victim namespace on the same cluster. Exploitation requires the attacker to know or guess specific victim workflow ID(s) and, for signal operations, signal names. This was due to a bug introduced in Temporal Server v1.29.0 which inadvertently allowed an attacker to control the namespace name value instead of using the server's own trusted name value within the batch activity code. The batch activity validated the namespace ID but did not cross-check the namespace name against the worker's bound namespace, allowing the per-namespace worker's privileged credentials to operate on an arbitrary namespace. Exploitation requires a server configuration where internal components have cross-namespace authorization, such as deployment of the internal-frontend service or equivalent TLS-based authorization for internal identities.
This vulnerability also impacted Temporal Cloud when the attacker and victim namespaces were on the same cell, with the same preconditions as self-hosted clusters.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-5199?
CVE-2026-5199 is classified as a high severity vulnerability due to the potential for unauthorized access and modification of workflows in a victim namespace.
How do I fix CVE-2026-5199?
Fix CVE-2026-5199 by upgrading your Temporal Server or Temporal Cloud to version 1.29.5 or higher.
Who is affected by CVE-2026-5199?
CVE-2026-5199 affects users of Temporal Server and Temporal Cloud versions 1.29.0 and below.
What kind of attacks are possible due to CVE-2026-5199?
CVE-2026-5199 allows an attacker to signal, delete, or reset workflows or activities in another user's namespace.
Can CVE-2026-5199 be exploited remotely?
Yes, an attacker can remotely exploit CVE-2026-5199 if they know or can guess the victim's workflow ID.