CVE-2026-73247 PUBLISHED

Kestra: SSRF via Pebble http() function allows unauthenticated access to internal services & cloud metadata

Assigner: GitHub_M
Reserved: 11.08.2026 Published: 11.08.2026 Updated: 11.08.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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 8.6

Product Status

Vendor kestra-io
Product kestra
Versions
  • Version < 2.0.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE