Answer in brief
CVE-2026-73247 records a High severity (CVSS 8.6) vulnerability in Kestra: SSRF via Pebble http() function allows unauthenticated access to internal services & cloud metadata. The current sources do not mark it as known exploited. The current feed maps kestra-io/kestra (generic), io.kestra:core (maven), io.kestra:core (maven), io.kestra:kestra-core (maven) and additional mapped packages. 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 8.6. 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:core (maven), io.kestra:core (maven), io.kestra:kestra-core (maven) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| kestra-io/kestrageneric | < 2.0.0 | Not reported |
| io.kestra:coremaven | <=1.3.31 | Not reported |
| io.kestra:coremaven | >=0 | Not reported |
| io.kestra:kestra-coremaven | <2.0.0 | 2.0.0 |
| io.kestra:kestra-coremaven | >=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, Kestra's core/src/main/java/io/kestra/core/runners/pebble/functions/HttpFunction.java passes the user-controlled http() uri argument to URI.create() and the server-side HTTP client without restricting private, loopback, or link-local destinations, allowing an unauthenticated attacker to import and execute a flow that accesses internal services or cloud metadata.
Quoted source text, attributed separately from HOL analysis.