CVE-2025-14986
Unknown
Unknown - Not Provided
Namespace Validation Bypass in Temporal ExecuteMultiOperation Feature
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: Temporal Technologies Inc.
Description
Description
When frontend.enableExecuteMultiOperation is enabled, the server can apply namespace-scoped validation and feature gates for the embedded StartWorkflowExecutionRequest using its Namespace field rather than the outer, authorized ExecuteMultiOperationRequest.Namespace. This allows a caller authorized for one namespace to bypass that namespace's limits/policies by setting the embedded start request's namespace to a different namespace. The workflow is still created in the outer (authorized) namespace; only validation/gating is performed under the wrong namespace context.
This issue affects Temporal: from 1.24.0 through 1.29.1. Fixed in 1.27.4, 1.28.2, 1.29.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| temporal | temporal | 1.29.1 |
| temporal | temporal | 1.29.2 |
| temporal | temporal | 1.25.0 |
| temporal | temporal | 1.26.0 |
| temporal | temporal | 1.24.0 |
| temporal | temporal | 1.28.2 |
| temporal | temporal | 1.27.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |