You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advisories/github-reviewed/2026/04/GHSA-q98v-9f9w-f49q/GHSA-q98v-9f9w-f49q.json
+68-5Lines changed: 68 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,87 @@
1
1
{
2
2
"schema_version": "1.4.0",
3
3
"id": "GHSA-q98v-9f9w-f49q",
4
-
"modified": "2026-04-10T21:31:16Z",
4
+
"modified": "2026-04-13T19:23:25Z",
5
5
"published": "2026-04-10T21:31:16Z",
6
6
"aliases": [
7
7
"CVE-2026-5724"
8
8
],
9
+
"summary": "Temporal does not enforce authentication and authorization for the streaming AdminService/StreamWorkflowReplicationMessages endpoint",
9
10
"details": "The frontend gRPC server's streaming interceptor chain did not include the authorization interceptor. When a ClaimMapper and Authorizer are configured, unary RPCs enforce authentication and authorization, but the streaming AdminService/StreamWorkflowReplicationMessages endpoint accepted requests without credentials. This endpoint is registered on the same port as WorkflowService and cannot be disabled independently. An attacker with network access to the frontend port could open the replication stream without authentication. Data exfiltration is possible, but only when a configured replication target is correctly configured and the attacker has knowledge of the cluster configuration, as the history service validates cluster IDs and peer membership before returning replication data.\n\n\n\n\nTemporal Cloud is not affected.",
0 commit comments