by @LeSuisse Activity log
- Created automatic suggestion
- @LeSuisse removed package temporalite
- @LeSuisse removed package temporal-cli
- @LeSuisse removed package temporal_capi
- @LeSuisse removed package temporal-ui-server
- @LeSuisse removed package python312Packages.temporalio
- @LeSuisse removed package python313Packages.temporalio
- @LeSuisse removed package python314Packages.temporalio
- @LeSuisse removed package haskellPackages.temporal-media
- @LeSuisse removed package terraform-providers.temporalcloud
- @LeSuisse removed package postgresqlPackages.temporal_tables
- @LeSuisse removed package haskellPackages.temporal-api-protos
- @LeSuisse removed package postgresql13Packages.temporal_tables
- @LeSuisse removed package postgresql14Packages.temporal_tables
- @LeSuisse removed package postgresql15Packages.temporal_tables
- @LeSuisse removed package postgresql16Packages.temporal_tables
- @LeSuisse removed package postgresql17Packages.temporal_tables
- @LeSuisse removed package postgresql18Packages.temporal_tables
- @LeSuisse removed package haskellPackages.temporal-music-notation
- @LeSuisse removed package haskellPackages.temporal-music-notation-demo
- @LeSuisse removed package terraform-providers.temporalio_temporalcloud
- @LeSuisse removed package haskellPackages.temporal-music-notation-western
- @LeSuisse accepted
- @LeSuisse published on GitHub
Cross Namespace Access via Batch Operation
A writer role user in an attacker-controlled namespace could signal, delete, and reset workflows or activities in a victim namespace on the same cluster. Exploitation requires the attacker to know or guess specific victim workflow ID(s) and, for signal operations, signal names. This was due to a bug introduced in Temporal Server v1.29.0 which inadvertently allowed an attacker to control the namespace name value instead of using the server's own trusted name value within the batch activity code. The batch activity validated the namespace ID but did not cross-check the namespace name against the worker's bound namespace, allowing the per-namespace worker's privileged credentials to operate on an arbitrary namespace. Exploitation requires a server configuration where internal components have cross-namespace authorization, such as deployment of the internal-frontend service or equivalent TLS-based authorization for internal identities. This vulnerability also impacted Temporal Cloud when the attacker and victim namespaces were on the same cell, with the same preconditions as self-hosted clusters.
References
Affected products
- <1.30.3
- <1.29.5
Matching in nixpkgs
Ignored packages (21)
pkgs.temporalite
Experimental distribution of Temporal that runs as a single process
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.postgresql13Packages.temporal_tables
Temporal Tables PostgreSQL Extension
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