AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73245

MEDIUM · CVSS 6.5 EPSS 0.19% Public Exploit

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

CyberRota Analysis

AI-Generated

Kestra's open-source orchestration platform versions prior to 2.0.0-rc6 expose management endpoints on port 8081 without authentication, despite Basic Auth being enforced on the primary API. This vulnerability allows unauthorized users to access sensitive configuration data and modify logging levels, potentially leading to information disclosure and operational disruption. Organizations using affected versions should prioritize upgrading to 2.0.0-rc6 to mitigate these risks.

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-73245
Severity
MEDIUM
CVSS
6.5
EPSS
0.19%

Original NVD Description

Kestra is an open-source, event-driven orchestration platform. Prior to 2.0.0-rc6, Kestra's cli/src/main/resources/application.yml serves Micronaut management endpoints on port 8081 without authentication even when Basic Auth protects /api/v1/** on port 8080, allowing unauthenticated GET /env requests to disclose resolved configuration and POST /loggers/{name} requests to change runtime log levels. This issue is fixed in 2.0.0-rc6.