๐Ÿ” CVE Alert

CVE-2026-49984

HIGH 7.7

Kestra: Path traversal in `LocalStorage` allows any authenticated user to read arbitrary server files via the execution file-download API (`\..\` bypasses the `..` guard)

CVSS Score
7.7
EPSS Score
0.0%
EPSS Percentile
0th

Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.23, the local internal-storage backend validates user-supplied paths for .. traversal before it converts Windows-style backslashes to forward slashes. An attacker can therefore smuggle a traversal sequence past the guard using backslashes (..\..\..\); the guard sees a harmless string, and the path is only rewritten to ../../../ after validation, immediately before the file is opened. Any authenticated user who can view an execution (the lowest-privilege role) can call GET /api/v1/{tenant}/executions/{executionId}/file?path=โ€ฆ and read any file on the server filesystem readable by the Kestra process, outside the storage sandbox and across every tenant and namespace. This includes the embedded H2 database (all flows, all users, all stored secrets), internal storage of every other tenant/namespace, mounted secret files, and the process environment (/proc/self/environ) which contains configured database and secret-backend credentials. It is a complete breach of Kestra's storage isolation and multi-tenancy boundary. This vulnerability is fixed in 1.0.45 and 1.3.23.

CWE CWE-22 CWE-180 CWE-200
Vendor kestra-io
Product kestra
Published Jun 26, 2026
Stay Ahead of the Next One

Get instant alerts for kestra-io kestra

Be the first to know when new high vulnerabilities affecting kestra-io kestra are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

kestra-io / kestra
< 1.0.45 >= 1.1.0, < 1.3.23

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/kestra-io/kestra/security/advisories/GHSA-qw4v-6w32-xx9h