Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. go.temporal.io/server
  4. ›
  5. CVE-2026-5724

CVE-2026-5724: Temporal does not enforce authentication and authorization for the streaming AdminService/StreamWorkflowReplicationMessages endpoint

April 10, 2026 (updated April 13, 2026)

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.

Temporal Cloud is not affected.

References

  • github.com/advisories/GHSA-q98v-9f9w-f49q
  • github.com/temporalio/temporal
  • github.com/temporalio/temporal/releases/tag/v1.28.4
  • github.com/temporalio/temporal/releases/tag/v1.29.6
  • github.com/temporalio/temporal/releases/tag/v1.30.4
  • nvd.nist.gov/vuln/detail/CVE-2026-5724

Code Behaviors & Features

Detect and mitigate CVE-2026-5724 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.28.4, all versions starting from 1.29.0-135.0 before 1.29.6, all versions starting from 1.30.0-143.0 before 1.30.4

Fixed versions

  • 1.28.4
  • 1.29.6
  • 1.30.4

Solution

Upgrade to versions 1.28.4, 1.29.6, 1.30.4 or above.

Impact 7.2 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function

Source file

go/go.temporal.io/server/CVE-2026-5724.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:20:27 +0000.