PT-2026-52978 · Kestra · Kestra
CVSS v3.1
7.7
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Kestra versions prior to 1.0.43
Kestra versions prior to 1.3.19
Description
An authenticated user can perform a path traversal attack to read arbitrary files on the host filesystem that the process has access to, such as /etc/passwd or mounted secrets. This occurs because several API endpoints accept a
kestra:// URI and use the StorageInterface.parentTraversalGuard function, which only inspects the literal string. By using a URL-encoded sequence %2E%2E (representing ..), an attacker can bypass this guard. The subsequent call to URI.getPath() decodes the sequence, and the resulting path is processed by Paths.get() without normalization, allowing the operating system to resolve the parent directory segments during the file open operation.Recommendations
Update to version 1.0.43.
Update to version 1.3.19.
Exploit
Fix
Path traversal
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Kestra