AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73247

HIGH · CVSS 8.6 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Kestra versions prior to 2.0.0 are vulnerable due to improper handling of user-controlled HTTP URI arguments, which can lead to unauthorized access to internal services or cloud metadata. This flaw allows unauthenticated attackers to exploit the orchestration platform, potentially compromising sensitive data and services. Organizations using Kestra should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73247
Severity
HIGH
CVSS
8.6
EPSS
0.30%
Java

Original NVD Description

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.