Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. flyto-core
  4. ›
  5. CVE-2026-67429

CVE-2026-67429: Flyto2 Core: Arbitrary file write via image.download (and other file-writing modules)

July 30, 2026

image.download fetches a URL and writes the response to disk. It does not use the central path guard (validate_path_with_env_config, which confines writes to FLYTO_SANDBOX_DIR); instead it confines the output to output_dir, but output_dir is itself a caller parameter. Since the attacker sets both the target and the base it is checked against, the check is meaningless, and attacker-controlled bytes (the HTTP response) land at any absolute path the process can write.

References

  • github.com/advisories/GHSA-2956-977x-2w3r
  • github.com/flytohub/flyto-core/commit/d5f89d71303e3c1e6418d347c5c55fcd173cc8cc
  • github.com/flytohub/flyto-core/releases/tag/v2.26.6
  • github.com/flytohub/flyto-core/security/advisories/GHSA-2956-977x-2w3r
  • nvd.nist.gov/vuln/detail/CVE-2026-67429

Code Behaviors & Features

Detect and mitigate CVE-2026-67429 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.26.7

Fixed versions

  • 2.26.7

Solution

Upgrade to version 2.26.7 or above.

Impact 10 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-73: External Control of File Name or Path

Source file

pypi/flyto-core/CVE-2026-67429.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:16:52 +0000.