Answer in brief
CVE-2026-73245 records a Medium severity (CVSS 6.5) vulnerability in Kestra: Unauthenticated management/actuator endpoints exposed on port 8081 (/env, /loggers) bypass API basic-auth. The current sources do not mark it as known exploited. The current feed maps kestra-io/kestra (generic), io.kestra:kestra (maven), io.kestra:kestra (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps kestra-io/kestra (generic), io.kestra:kestra (maven), io.kestra:kestra (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| kestra-io/kestrageneric | < 2.0.0-rc6 | Not reported |
| io.kestra:kestramaven | <2.0.0 | 2.0.0 |
| io.kestra:kestramaven | >=0 <2.0.0 | 2.0.0 |
Published upstream
Aug 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 11, 2026
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.
Quoted source text, attributed separately from HOL analysis.