VYPR

Kestra

by Kestra

Source repositories

CVEs (15)

  • CVE-2026-38428CriMay 5, 2026
    risk 0.57cvss 9.8epss 0.00

    Kestra v1.3.3 and before is vulnerable to SQL Injection. The vulnerability occurs because user-controlled input from a GET parameter is directly concatenated into an SQL query without proper sanitization or parameterization. As a result, attackers can inject arbitrary SQL…

  • CVE-2026-34612CriApr 3, 2026
    risk 0.57cvss 9.9epss 0.01

    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…

  • CVE-2026-73247HigAug 11, 2026
    risk 0.56cvss 8.6epss 0.00

    Kestra is an open-source, event-driven orchestration platform. Prior to 2.0.0, Kestra's core/src/main/java/io/kestra/core/runners/pebble/functions/HttpFunction.java passes the user-controlled http() uri argument to URI.create() and the server-side HTTP client without restricting…

  • CVE-2026-29082HigMar 6, 2026
    risk 0.47cvss 7.3epss 0.00

    Kestra is an event-driven orchestration platform. In versions from 1.1.10 and prior, Kestra’s execution-file preview renders user-supplied Markdown (.md) with markdown-it instantiated as html:true and injects the resulting HTML with Vue’s v-html without sanitisation. At time…

  • CVE-2026-73246HigAug 11, 2026
    risk 0.42cvss 7.5epss 0.00

    Kestra is an open-source, event-driven orchestration platform. Prior to 2.0.0-rc6, Kestra's worker/src/main/java/io/kestra/worker/endpoint/WorkerEndpoint.java serves GET /worker without authentication and serializes the complete live Task object, which can expose commands,…

  • CVE-2026-33664HigMar 26, 2026
    risk 0.40cvss 7.3epss 0.00

    Kestra is an open-source, event-driven orchestration platform Versions up to and including 1.3.3 render user-supplied flow YAML metadata fields — description, inputs[].displayName, inputs[].description — through the Markdown.vue component instantiated with html: true. The…

  • CVE-2026-73245MedAug 11, 2026
    risk 0.35cvss 6.5epss 0.00

    Kestra is an open-source, event-driven orchestration platform. Prior to 2.0.0-rc6, Kestra's cli/src/main/resources/application.yml serves Micronaut management endpoints on port 8081 without authentication even when Basic Auth protects /api/v1/** on port 8080, allowing…

  • CVE-2026-48129MedJun 19, 2026
    risk 0.35cvss 6.5epss 0.00

    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…

  • CVE-2025-53543MedJul 7, 2025
    risk 0.20cvss 4.2epss 0.00

    Kestra is an event-driven orchestration platform. The error message in execution "Overview" tab is vulnerable to stored XSS due to improper handling of HTTP response received. This vulnerability is fixed in 0.22.0.

  • CVE-2026-55069HigJun 26, 2026
    risk 0.00cvss 8.7epss 0.00

    Kestra is an open-source, event-driven orchestration platform. Prior to 1.3.24, this vulnerability exists in the BasicAuth authentication component of the Kestra OSS workflow orchestration platform. An attacker who gains read access to the PostgreSQL database can exploit…

  • CVE-2026-53577MedJun 26, 2026
    risk 0.00cvss 6.5epss 0.00

    Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.21, the previewFileFromExecution endpoint (GET /api/v1/{tenant}/executions/{executionId}/file/preview) contains an access control bypass that allows any authenticated user to read output files…

  • CVE-2026-53576CriJun 26, 2026
    risk 0.00cvss 10.0epss 0.02

    Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.21, the authentication filter for the REST API (@Filter("/api/v1/**")) treats any request whose path ends in /configs as the public instance-config endpoint and forwards it without a…

  • CVE-2026-49984HigJun 26, 2026
    risk 0.00cvss 7.7epss 0.00

    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…

  • CVE-2026-49869CriJun 26, 2026
    risk 0.00cvss 10.0epss 0.01

    Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.21, AuthenticationFilter in Kestra OSS uses request.getPath().endsWith("/configs") to whitelist the public configuration endpoint from Basic Auth. Because the check is a suffix match rather…

  • CVE-2026-45807HigJun 26, 2026
    risk 0.00cvss 7.7epss 0.00

    Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.43 and 1.3.19, several Kestra API endpoints accept a kestra:// URI from the client and pass it through StorageInterface.parentTraversalGuard before reading the underlying file from the local storage…