Skip to content

flytohub/flyto-core

v2.26.6 Security

This release includes 3 security fixes for security teams reviewing exposed deployments.

Published 19d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →
This release patches 3 known CVEs

Topics

ai-agents ai-tools atomic-modules automation browser-automation execution-engine
+13 more
flyto2 llm low-code mcp mcp-server model-context-protocol playwright python rpa security web-scraping workflow-automation workflow-engine

Affected surfaces

rce_ssrf

Summary

AI summary

Critical security release fixes arbitrary file write, env variable interpolation bypass, and LLM/API key leakage vulnerabilities.

Full changelog

Security release addressing three advisories reported via GitHub private vulnerability reporting and published 2026-07-07. All users should upgrade from 2.26.5.

Security fixes

  • GHSA-2956-977x-2w3r (Critical) — Arbitrary file write via image.download and other file-writing modules. Writes are now confined to FLYTO_SANDBOX_DIR via the central path guard.
  • GHSA-hr7p-wg7r-hg9m (High)${env.VAR} interpolation bypassed the env.get denylist. ${env.*} is now deny-by-default, opt-in via FLYTO_ENV_VAR_ALLOWLIST.
  • GHSA-qq9q-xgm3-xv9g (High) — Environment-derived LLM/API keys could be sent to a caller-controlled base_url. Env keys are now only attached to the official endpoint or hosts on FLYTO_TRUSTED_LLM_HOSTS.

Upgrade

pip install --upgrade flyto-core==2.26.6

Reported by @kaimandalic. See CHANGELOG.md for full details.

Security Fixes

  • GHSA-2956-977x-2w3r (Critical) — Arbitrary file write via image.download and other modules now confined to FLYTO_SANDBOX_DIR.
  • GHSA-hr7p-wg7r-hg9m (High) — ${env.VAR} interpolation bypass fixed; env.* is deny-by-default, opt-in via FLYTO_ENV_VAR_ALLOWLIST.
  • GHSA-qq9q-xgm3-xv9g (High) — Environment-derived LLM/API keys now only sent to official endpoint or hosts on FLYTO_TRUSTED_LLM_HOSTS.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track flytohub/flyto-core

Get notified when new releases ship.

Sign up free

About flytohub/flyto-core

Deterministic execution engine for AI agents with 412 modules across 78 categories (browser, file, Docker, data, crypto, scheduling). Features execution trace, evidence snapshots, replay from any step, and supports both STDIO and Streamable HTTP transport.

All releases →

Beta — feedback welcome: [email protected]