prefect@3.7.8.dev2

Workflow orchestration and management.

  • latest version

    3.8.1.dev1

  • first published

    7 years ago

  • latest version published

    15 hours ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the prefect package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • C
    Arbitrary Code Injection

    prefect is a Prefect is a new workflow management system, designed for modern infrastructure and powered by the open-source Prefect Core workflow engine. Users organize Tasks into Flows, and Prefect takes care of the rest.

    Affected versions of this package are vulnerable to Arbitrary Code Injection via improper validation of user-controlled input in the GitRepository storage class, specifically the commit_sha and directories parameters. An attacker can execute arbitrary commands on worker machines by injecting malicious git flags, such as --upload-pack, which can lead to execution of external programs. This is only exploitable if the attacker has deployment creation permissions in a multi-tenant environment.

    How to fix Arbitrary Code Injection?

    There is no fixed version for prefect.

    [0,)
    • H
    Arbitrary Argument Injection

    prefect is a Prefect is a new workflow management system, designed for modern infrastructure and powered by the open-source Prefect Core workflow engine. Users organize Tasks into Flows, and Prefect takes care of the rest.

    Affected versions of this package are vulnerable to Arbitrary Argument Injection via the reference field in the GitHubRepository block, which is concatenated directly into a git clone command string without proper sanitization and then parsed by shlex.split(). An attacker can execute arbitrary git command-line options by supplying crafted input, potentially leading to server-side request forgery, credential theft, or remote code execution.

    How to fix Arbitrary Argument Injection?

    There is no fixed version for prefect.

    [0,)