← Back to browse · API

CVE-2026-34612

Severity
CRITICAL
CVSS
10.0
EPSS
0.00656
Risk score
40.23
CISA KEV
No
PoC
No
Published
2026-04-03
Modified
2026-04-06
First seen
2026-08-05
Aliases
EUVD-2026-18903
Products
kestra-io:kestra < 1.3.7, kestra:kestra
Sources
nvd CVE-2026-34612
euvd EUVD-2026-18903

Description

Kestra is an open-source, event-driven orchestration platform. Prior to version 1.3.7, Kestra (default docker-compose deployment) contains a SQL Injection vulnerability that leads to Remote Code Execution (RCE) in the following endpoint "GET /api/v1/main/flows/search". Once a user is authenticated, simply visiting a crafted link is enough to trigger the vulnerability. The injected payload is executed by PostgreSQL using COPY ... TO PROGRAM ..., which in turn runs arbitrary OS commands on the host. This issue has been patched in version 1.3.7.

References