CVE-2026-48129 PUBLISHED

Kestra task inputFiles accepts traversal filenames for worker file writes

Assigner: GitHub_M
Reserved: 20.05.2026 Published: 19.06.2026 Updated: 19.06.2026

Kestra is an open-source, event-driven orchestration platform. Prior to versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43, Kestra task inputFiles writes rendered file names directly under the task working directory. When a flow forwards untrusted execution or webhook data into an inputFiles file name, a caller can use ../ path segments to create or overwrite files outside that task working directory on the worker filesystem. Versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43 patch the issue.

Metrics

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

Product Status

Vendor kestra-io
Product kestra
Versions
  • Version < 1.0.43 is affected
  • Version >= 1.1.0, < 1.1.19 is affected
  • Version >= 1.2.0, < 1.2.19 is affected
  • Version >= 1.3.0, < 1.3.19 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE