PatchSiren cyber security CVE debrief
CVE-2026-73245 kestra-io CVE debrief
CVE-2026-73245 debrief: Kestra's unauthenticated management endpoints on port 8081 allow configuration disclosure and log level changes, posing risks to deployments. Defenders should verify exposure, assess risks, and apply patches or mitigations to restrict access to management endpoints, ensuring configuration security and log integrity. This issue is fixed in version 2.0.0-rc6 of Kestra, which addresses the vulnerability by securing management endpoints with proper authentication mechanisms.
- Vendor
- kestra-io
- Product
- kestra
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Kestra deployments, particularly those with exposure to port 8081, should assess and mitigate this vulnerability to prevent potential configuration disclosure and log level manipulation.
Why it matters
CVE-2026-73245 allows unauthenticated access to Kestra's management endpoints, potentially disclosing configuration and allowing log level changes. Defenders should verify exposure, assess risks, and apply patches or mitigations.
- Potential configuration disclosure through unauthenticated GET /env requests.
- Possible log level manipulation via unauthenticated POST /loggers/{name} requests.
- Verification of Kestra deployment exposure to unauthenticated management endpoints is necessary.
- Patch application or mitigation is required to restrict access to management endpoints.
Technical summary
Kestra's cli/src/main/resources/application.yml serves Micronaut management endpoints on port 8081 without authentication, allowing unauthenticated GET /env requests to disclose resolved configuration and POST /loggers/{name} requests to change runtime log levels. This vulnerability is addressed in Kestra version 2.0.0-rc6, which secures management endpoints with proper authentication mechanisms, preventing unauthorized access and potential configuration disclosure or log level manipulation. Defenders should prioritize verifying exposure and applying patches due to potential configuration disclosure and log level manipulation risks.
Defensive priority
Defenders should prioritize verifying exposure and applying patches due to potential configuration disclosure and log level manipulation risks.
Recommended defensive actions
- Verify Kestra deployment exposure to unauthenticated management endpoints on port 8081.
- Assess current log levels and configuration for potential manipulation.
- Apply patches or mitigations to restrict access to management endpoints.
- Monitor for suspicious activity related to /env and /loggers/{name} requests.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
Evidence from Kestra's GitHub advisory and NVD detail page indicates unauthenticated access to management endpoints on port 8081, allowing GET /env and POST /loggers/{name} requests. The advisory highlights the importance of securing management endpoints to prevent configuration disclosure and log level manipulation. Defenders should verify Kestra deployments for exposure and apply patches or mitigations to secure management endpoints.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73245 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73245
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73245 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73245
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/kestra-io/kestra/security/advisories/GHSA-hpj9-grjp-7vc7
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.