CVE-2026-5199 Affecting temporal package, versions <1.6.2-r2


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.04% (12th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-TEMPORAL-15955152
  • published9 Apr 2026
  • disclosed1 Apr 2026

Introduced: 1 Apr 2026

NewCVE-2026-5199  (opens in a new tab)

How to fix?

Upgrade Minimos:latest temporal to version 1.6.2-r2 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream temporal package and not the temporal package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

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.