by @LeSuisse Activity log
- Created automatic suggestion
-
@LeSuisse
removed
19 packages
- temporal-cli
- temporal_capi
- temporal-ui-server
- haskellPackages.temporal-music-notation-western
- terraform-providers.temporalio_temporalcloud
- haskellPackages.temporal-music-notation-demo
- haskellPackages.temporal-music-notation
- postgresql18Packages.temporal_tables
- postgresql17Packages.temporal_tables
- postgresql16Packages.temporal_tables
- postgresql15Packages.temporal_tables
- postgresql14Packages.temporal_tables
- haskellPackages.temporal-api-protos
- postgresqlPackages.temporal_tables
- terraform-providers.temporalcloud
- haskellPackages.temporal-media
- python314Packages.temporalio
- python313Packages.temporalio
- python312Packages.temporalio
- @LeSuisse accepted
- @LeSuisse published on GitHub
Missing Authentication on Streaming gRPC Replication Endpoint
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
Affected products
- =<1.30.3
- =<1.29.5
- =<1.28.3
Matching in nixpkgs
Ignored packages (19)
pkgs.temporal-cli
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
pkgs.temporal_capi
A Rust implementation of ECMAScript's Temporal API
pkgs.temporal-ui-server
Golang Server for Temporal Web UI
pkgs.python312Packages.temporalio
Temporal Python SDK
pkgs.python313Packages.temporalio
Temporal Python SDK
pkgs.python314Packages.temporalio
Temporal Python SDK
pkgs.haskellPackages.temporal-media
data types for temporal media
pkgs.terraform-providers.temporalcloud
None
pkgs.postgresqlPackages.temporal_tables
Temporal Tables PostgreSQL Extension
pkgs.haskellPackages.temporal-api-protos
None
-
nixos-unstable 2025.10.1.0
- nixpkgs-unstable 2025.10.1.0
- nixos-unstable-small 2025.10.1.0
-
nixos-25.11 2025.10.1.0
- nixos-25.11-small 2025.10.1.0
- nixpkgs-25.11-darwin 2025.10.1.0
pkgs.postgresql14Packages.temporal_tables
Temporal Tables PostgreSQL Extension
pkgs.postgresql15Packages.temporal_tables
Temporal Tables PostgreSQL Extension
pkgs.postgresql16Packages.temporal_tables
Temporal Tables PostgreSQL Extension
pkgs.postgresql17Packages.temporal_tables
Temporal Tables PostgreSQL Extension
pkgs.postgresql18Packages.temporal_tables
Temporal Tables PostgreSQL Extension
pkgs.haskellPackages.temporal-music-notation
music notation
pkgs.haskellPackages.temporal-music-notation-demo
generates midi from score notation
Package maintainers
-
@jpds Jonathan Davies