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.
Published: 2026-08-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Kestra, an open‑source orchestration platform, contained an authentication bypass that exposed Micronaut management endpoints on port 8081. The vulnerability allows unauthenticated callers to perform GET /env to retrieve resolved configuration information, potentially including sensitive data, and POST /loggers/{name} to modify log levels at runtime. This flaw is rooted in the missing authentication weakness (CWE‑306) that permits access to privileged internal interfaces without the expected Basic Auth protection in place.

Affected Systems

The issue affects Kestra versions before 2.0.0‑rc6. By default, the platform exposes its management endpoints on port 8081, whereas the public API on port 8080 is protected by Basic Auth. Consequently, any user reaching port 8081 can read the environment configuration or change logging without authentication.

Risk and Exploitability

With a CVSS score of 6.5 the vulnerability represents moderate severity. The EPSS score of less than 1% indicates that exploit attempts are currently unlikely, and the vulnerability is not listed in CISA's KEV catalog. Attackers who can reach port 8081 remotely would gain read access to configuration data and could alter log levels, potentially aiding other attacks or making detection more difficult. The risk remains contingent on network exposure to the management port.

Generated by OpenCVE AI on August 12, 2026 at 19:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Kestra to version 2.0.0-rc6 or later, where the authentication bypass is fixed.
  • If upgrading is not immediately possible, block port 8081 from external or untrusted networks with a firewall or reverse proxy, or reconfigure the application to disable or secure the management endpoints.
  • As an additional temporary measure, remove or comment out the Micronaut management endpoint configuration in application.yml to prevent unintended exposure until a patch is applied.

Generated by OpenCVE AI on August 12, 2026 at 19:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
First Time appeared Kestra-io
Kestra-io kestra
Vendors & Products Kestra-io
Kestra-io kestra

Tue, 11 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
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.
Title Kestra: Unauthenticated management/actuator endpoints exposed on port 8081 (/env, /loggers) bypass API basic-auth
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}


Subscriptions

Kestra-io Kestra
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T12:45:48.455Z

Reserved: 2026-08-11T17:18:01.597Z

Link: CVE-2026-73245

cve-icon Vulnrichment

Updated: 2026-08-12T12:45:45.224Z

cve-icon NVD

Status : Received

Published: 2026-08-11T22:19:05.140

Modified: 2026-08-12T13:17:25.977

Link: CVE-2026-73245

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T19:30:08Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function