AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73246

HIGH · CVSS 7.5 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Kestra versions prior to 2.0.0-rc6 are vulnerable due to an unauthenticated endpoint that exposes sensitive information, including plaintext credentials and execution identifiers, through the serialization of live Task objects. This vulnerability can lead to unauthorized access and potential exploitation of the system. Organizations using Kestra should prioritize upgrading to the fixed version to mitigate the risk of data exposure and ensure the security of their orchestration processes.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73246
Severity
HIGH
CVSS
7.5
EPSS
0.35%
Java

Original NVD Description

Kestra is an open-source, event-driven orchestration platform. Prior to 2.0.0-rc6, Kestra's worker/src/main/java/io/kestra/worker/endpoint/WorkerEndpoint.java serves GET /worker without authentication and serializes the complete live Task object, which can expose commands, environment variables, HTTP headers, connection details, plaintext credentials, and execution identifiers while the main API on port 8080 remains protected. This issue is fixed in 2.0.0-rc6.