Skip to content

Commit 2da6e13

Browse files
1 parent 8bcac65 commit 2da6e13

1 file changed

Lines changed: 68 additions & 5 deletions

File tree

advisories/unreviewed/2026/04/GHSA-q98v-9f9w-f49q/GHSA-q98v-9f9w-f49q.json renamed to advisories/github-reviewed/2026/04/GHSA-q98v-9f9w-f49q/GHSA-q98v-9f9w-f49q.json

Lines changed: 68 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,87 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-q98v-9f9w-f49q",
4-
"modified": "2026-04-10T21:31:16Z",
4+
"modified": "2026-04-13T19:23:25Z",
55
"published": "2026-04-10T21:31:16Z",
66
"aliases": [
77
"CVE-2026-5724"
88
],
9+
"summary": "Temporal does not enforce authentication and authorization for the streaming AdminService/StreamWorkflowReplicationMessages endpoint",
910
"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.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:L/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "go.temporal.io/server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.28.4"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "go.temporal.io/server"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.29.0-135.0"
48+
},
49+
{
50+
"fixed": "1.29.6"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "go.temporal.io/server"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "1.30.0-143.0"
67+
},
68+
{
69+
"fixed": "1.30.4"
70+
}
71+
]
72+
}
73+
]
1474
}
1575
],
16-
"affected": [],
1776
"references": [
1877
{
1978
"type": "ADVISORY",
2079
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5724"
2180
},
81+
{
82+
"type": "PACKAGE",
83+
"url": "https://github.com/temporalio/temporal"
84+
},
2285
{
2386
"type": "WEB",
2487
"url": "https://github.com/temporalio/temporal/releases/tag/v1.28.4"
@@ -37,8 +100,8 @@
37100
"CWE-306"
38101
],
39102
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
103+
"github_reviewed": true,
104+
"github_reviewed_at": "2026-04-13T19:23:25Z",
42105
"nvd_published_at": "2026-04-10T21:16:28Z"
43106
}
44107
}

0 commit comments

Comments
 (0)