Description
Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.6, image.download and related file-writing modules use caller-controlled output_dir instead of validate_path_with_env_config and its FLYTO_SANDBOX_DIR confinement, allowing attacker-controlled response bytes to be written to arbitrary filesystem paths the process can access. This issue is fixed in version 2.26.6.
Published: 2026-07-29
Score: 10 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flyto2 Core allows callers to set the destination directory for image.download and related file‑writing modules without applying sandbox path validation that uses FLYTO_SANDBOX_DIR. This absence of a check permits an attacker to supply a crafted response that is written to any file system path the process can access, potentially overwriting critical files or injecting malicious data. The problem is a classic example of Path Traversal (CWE‑22) and the improper use of input for relocation (CWE‑73).

Affected Systems

The product is Flyto2 Core from flytohub. All releases prior to version 2.26.6 are affected. The issue is fixed in v2.26.6, which restores sandbox path validation for image.download and related modules.

Risk and Exploitability

With a CVSS score of 10 the vulnerability is considered critical. The EPSS score is below 1 % but still indicates that exploitation is possible, though not widespread. It is not listed in CISA’s KEV catalog. An attacker would need to invoke image.download (or a related function) with a response that writes data, which can be done remotely within an automation or AI‑agent workflow or locally if privileged. The lack of path validation allows writing to arbitrary locations, enabling data tampering or infection with malicious files. Management of the process’s file‑system permissions and sandboxing can mitigate the risk if a patch is not immediately applied.

Generated by OpenCVE AI on August 2, 2026 at 07:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Flyto2 Core to version 2.26.6 or later to apply the sandbox path validation fix.
  • If an immediate upgrade is not possible, restrict the runtime user’s file system permissions so the process can only write to safe, non‑critical directories, and enforce read‑only access to system files.
  • Ensure that any public-facing APIs that invoke image.download are protected by authentication and authorization controls to prevent unauthenticated exploitation.
  • Optionally, deploy a file‑system sandbox or chroot environment to isolate the process, limiting the scope of any potential file writes.

Generated by OpenCVE AI on August 2, 2026 at 07:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-2956-977x-2w3r Flyto2 Core: Arbitrary file write via image.download (and other file-writing modules)
History

Thu, 30 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Flytohub
Flytohub flyto-core
Vendors & Products Flytohub
Flytohub flyto-core

Wed, 29 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
Description Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.6, image.download and related file-writing modules use caller-controlled output_dir instead of validate_path_with_env_config and its FLYTO_SANDBOX_DIR confinement, allowing attacker-controlled response bytes to be written to arbitrary filesystem paths the process can access. This issue is fixed in version 2.26.6.
Title Flyto2 Core: Arbitrary file write via image.download (and other file-writing modules)
Weaknesses CWE-22
CWE-73
References
Metrics cvssV3_1

{'score': 10, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:H'}


Subscriptions

Flytohub Flyto-core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-29T19:04:19.327Z

Reserved: 2026-07-29T15:07:24.991Z

Link: CVE-2026-67429

cve-icon Vulnrichment

Updated: 2026-07-29T19:04:05.039Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T19:16:52.240

Modified: 2026-07-30T16:41:25.650

Link: CVE-2026-67429

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T07:45:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-73

    External Control of File Name or Path