CVE-2025-14987
EPSS 0.02%Temporal has an Incorrect Authorization vulnerability
描述
When system.enableCrossNamespaceCommands is enabled (on by default), the Temporal server permits certain workflow task commands (e.g. StartChildWorkflowExecution, SignalExternalWorkflowExecution, RequestCancelExternalWorkflowExecution) to target a different namespace than the namespace authorized at the gRPC boundary. The frontend authorizes RespondWorkflowTaskCompleted based on the outer request namespace, but the history service later resolves and executes the command using the namespace embedded in command attributes without authorizing the caller for that target namespace. This can allow a worker authorized for one namespace to create, signal, or cancel workflows in another namespace. This issue affects Temporal: through 1.29.1. Fixed in 1.27.4, 1.28.2, 1.29.2.
受影響套件(2)
- Go/go.temporal.io/serverfrom 0, < 1.27.4
- Go/go.temporal.io/serverfrom 0, < 1.27.4, >= 1.28.0, < 1.28.2, >= 1.29.0, < 1.29.2
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L |
參考連結(7)
- ADVISORYhttps://github.com/advisories/GHSA-hmhp-gh8m-c8xp
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-14987
- PATCHhttps://github.com/temporalio/temporal
- WEBhttps://github.com/temporalio/temporal/commit/b292a32bacdfa6472affd90f0a940408d5839cfa
- WEBhttps://github.com/temporalio/temporal/releases/tag/v1.27.4
- WEBhttps://github.com/temporalio/temporal/releases/tag/v1.28.2
- WEBhttps://github.com/temporalio/temporal/releases/tag/v1.29.2