Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools

Temporal Technologies, Inc.

Source -

CNA

BOS Name -

N/A

CNA CVEs -

4

ADP CVEs -

0

CISA CVEs -

0

NVD CVEs -

0
Related CVEsRelated ProductsRelated AssignersReports
4Vulnerabilities found

CVE-2026-5724
Assigner-Temporal Technologies Inc.
ShareView Details
Assigner-Temporal Technologies Inc.
CVSS Score-6.3||MEDIUM
EPSS-0.07% / 20.53%
||
7 Day CHG+0.01%
Published-10 Apr, 2026 | 21:06
Updated-13 Apr, 2026 | 16:10
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
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.

Action-Not Available
Vendor-Temporal Technologies, Inc.
Product-temporal
CWE ID-CWE-306
Missing Authentication for Critical Function
CVE-2026-5199
Assigner-Temporal Technologies Inc.
ShareView Details
Assigner-Temporal Technologies Inc.
CVSS Score-2.3||LOW
EPSS-0.05% / 15.49%
||
7 Day CHG~0.00%
Published-01 Apr, 2026 | 17:49
Updated-03 Apr, 2026 | 16:10
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
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.

Action-Not Available
Vendor-Temporal Technologies, Inc.
Product-temporal
CWE ID-CWE-639
Authorization Bypass Through User-Controlled Key
CVE-2025-1243
Assigner-Temporal Technologies Inc.
ShareView Details
Assigner-Temporal Technologies Inc.
CVSS Score-2||LOW
EPSS-0.04% / 11.00%
||
7 Day CHG~0.00%
Published-12 Feb, 2025 | 00:09
Updated-15 Apr, 2026 | 00:35
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Field in api-go proxy not transformed before version 1.44.1

The Temporal api-go library prior to version 1.44.1 did not send `update response` information to Data Converter when the proxy package within the api-go module was used in a gRPC proxy prior to transmission. This resulted in information contained within the `update response` field not having Data Converter transformations (e.g. encryption) applied. This is an issue only when using the UpdateWorkflowExecution APIs (released on 13th January 2025) with a proxy leveraging the api-go library before version 1.44.1. Other data fields were correctly sent to Data Converter. This issue does not impact the Data Converter server. Data was encrypted in transit. Temporal Cloud services are not impacted.

Action-Not Available
Vendor-Temporal Technologies, Inc.
Product-api-go library
CWE ID-CWE-311
Missing Encryption of Sensitive Data
CVE-2024-2689
Assigner-Temporal Technologies Inc.
ShareView Details
Assigner-Temporal Technologies Inc.
CVSS Score-4.4||MEDIUM
EPSS-0.07% / 21.23%
||
7 Day CHG~0.00%
Published-03 Apr, 2024 | 21:13
Updated-15 Apr, 2026 | 00:35
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Denial of Service if invalid UTF-8 sent

Denial of Service in Temporal Server prior to version 1.20.5, 1.21.6, and 1.22.7 allows an authenticated user who has permissions to interact with workflows and has crafted an invalid UTF-8 string for submission to potentially cause a crashloop. If left unchecked, the task containing the invalid UTF-8 will become stuck in the queue, causing an increase in queue lag. Eventually, all processes handling these queues will become stuck and the system will run out of resources. The workflow ID of the failing task will be visible in the logs, and can be used to remove that workflow as a mitigation. Version 1.23 is not impacted. In this context, a user is an operator of Temporal Server.

Action-Not Available
Vendor-Temporal Technologies, Inc.
Product-Temporal Server
CWE ID-CWE-20
Improper Input Validation