Skip to main content

Docker CVE-2026-34612

CRITICAL
SQL Injection (CWE-89)
2026-04-03 GitHub_M
9.0
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.0 CRITICAL
AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Re-analysis Queued
Jul 24, 2026 - 22:23 vuln.today
cvss_changed
CVSS changed
Jul 24, 2026 - 22:23 NVD
9.9 (CRITICAL) 9.0 (CRITICAL)
Analysis Generated
Apr 03, 2026 - 23:15 vuln.today
CVE Published
Apr 03, 2026 - 22:39 nvd
CRITICAL 9.9

DescriptionNVD

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.

AnalysisAI

SQL injection in Kestra orchestration platform's flow search endpoint (GET /api/v1/main/flows/search) enables remote code execution on the underlying PostgreSQL host. Authenticated users can trigger the vulnerability by visiting a malicious link, exploiting PostgreSQL's COPY TO PROGRAM feature to execute arbitrary OS commands on the Docker container host. Affects Kestra versions prior to 1.3.7 in default docker-compose deployments. With CVSS 9.9 (Critical) and low attack complexity requiring only low-privilege authentication, this represents a severe risk for container escape and host compromise scenarios.

Technical ContextAI

Kestra is an event-driven workflow orchestration platform built on PostgreSQL for metadata storage. The vulnerability stems from improper input sanitization (CWE-89) in the flow search API endpoint, allowing SQL injection into PostgreSQL queries. The attack chain exploits PostgreSQL's COPY TO PROGRAM command, a native database feature that can execute arbitrary shell commands on the database server when provided malicious SQL input. In the default docker-compose deployment architecture, this translates to code execution within the PostgreSQL container context, which may share resources or network access with the host system. The affected product (cpe:2.3:a:kestra-io:kestra) is particularly vulnerable because the search endpoint processes user-controlled input without adequate parameterization, and the database connection has sufficient privileges to invoke COPY operations. This vulnerability class is particularly dangerous in containerized environments where database and application services often run with elevated permissions.

RemediationAI

Upgrade immediately to Kestra version 1.3.7 or later, which contains fixes for the SQL injection vulnerability as documented in the official release at https://github.com/kestra-io/kestra/releases/tag/v1.3.7. The patch implemented in commit 3926762795df8ad3e03924b370c51832ed3a21d3 addresses input sanitization in the flow search endpoint. Organizations unable to upgrade immediately should implement network-level access controls to restrict the /api/v1/main/flows/search endpoint to trusted IP ranges only, though this is a temporary mitigation and does not eliminate risk from authenticated insider threats or compromised credentials. Review PostgreSQL container permissions and consider running the database with reduced privileges that prevent COPY TO PROGRAM execution if operationally feasible. Consult the vendor security advisory at https://github.com/kestra-io/kestra/security/advisories/GHSA-365w-2m69-mp9x for additional guidance. Audit authentication logs for suspicious access patterns to the vulnerable endpoint prior to patching.

More in Docker

View all
CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2019-5736 HIGH POC
8.6 Feb 11

runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac

CVE-2023-32077 HIGH POC
7.5 Aug 24

Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2023-5815 HIGH POC
8.1 Nov 22

The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post

CVE-2026-66384 MEDIUM POC
5.3 Aug 12

Path traversal in JFrog Artifactory (CWE-22) enables an authenticated low-privilege user to write data outside the inten

CVE-2014-9357 CRITICAL
10.0 Dec 16

Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build

CVE-2026-52806 CRITICAL POC
9.9 Jun 23

Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config

CVE-2026-56274 HIGH POC
8.7 Jun 23

Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per

CVE-2026-34156 CRITICAL POC
9.9 Mar 30

Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l

CVE-2019-15752 HIGH POC
7.8 Aug 28

Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c

CVE-2025-34221 CRITICAL POC
10.0 Sep 29

Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2

Share

CVE-2026-34612 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy