Description
Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.6, the workflow engine variable resolver expands ${env.VAR} for any host environment variable without an allowlist or capability policy check, allowing a workflow parameter to bypass the default capability policy denylist for env.get and env.load_dotenv and exfiltrate secrets through allowed modules. This issue is fixed in version 2.26.6.
Published: 2026-07-29
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is in Flyto2 Core’s workflow engine variable resolver, which expands any ${env.VAR} reference without enforcing an allowlist or capability policy. Attacker‑supplied workflow parameters can therefore bypass the default denylist for env.get and env.load_dotenv, enabling the exfiltration of sensitive environment secrets through permitted modules. This results in confidentiality compromise of data that should remain hidden from workflows. The weakness corresponds to CWE‑522 (Sensitive Data Exposure), CWE‑668 (Information Exposure Through Log Files) and CWE‑693 (Missing Operational Transparency).

Affected Systems

Flyto2 Core version 2.26.5 and earlier are affected. The vulnerability is present in the flytohub:flyto-core product; only releases starting at 2.26.6 contain the fix. System administrators using any Flyto2 Core instance before 2.26.6 should review version usage.

Risk and Exploitability

The CVSS score of 8.6 indicates high severity, yet the EPSS score of less than 1 % suggests a low probability of exploitation at present, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is via a crafted workflow or automation script that injects ${env.VAR} references; if such workflows are accessible from untrusted input or remote interfaces, an attacker could obtain arbitrary environment secrets. System‑wide integrity is threatened if the impacted environment variables include credentials or keys, as the workflow can read and transmit them through allowed modules.

Generated by OpenCVE AI on August 3, 2026 at 13:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flyto2 Core to version 2.26.6 or later
  • Restrict workflow execution to deny usage of env.get and env.load_dotenv for untrusted workflows, ensuring that the default capability policy is enforced.
  • Disable or sandbox environment variable expansion in workflows that accept untrusted input, and monitor execution logs for unauthorized ${env.VAR} usage.

Generated by OpenCVE AI on August 3, 2026 at 13:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-hr7p-wg7r-hg9m Flyto2 Core: ${env.VAR} interpolation reads any env secret despite env.get being denylisted
History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, '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, the workflow engine variable resolver expands ${env.VAR} for any host environment variable without an allowlist or capability policy check, allowing a workflow parameter to bypass the default capability policy denylist for env.get and env.load_dotenv and exfiltrate secrets through allowed modules. This issue is fixed in version 2.26.6.
Title Flyto2 Core: ${env.VAR} interpolation reads any env secret despite env.get being denylisted
Weaknesses CWE-522
CWE-668
CWE-693
References
Metrics cvssV3_1

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


Subscriptions

Flytohub Flyto-core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-30T15:19:17.888Z

Reserved: 2026-07-29T15:02:20.413Z

Link: CVE-2026-67427

cve-icon Vulnrichment

Updated: 2026-07-30T14:15:37.740Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-30T19:27:35.030

Link: CVE-2026-67427

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:15:05Z

Weaknesses
  • CWE-522

    Insufficiently Protected Credentials

  • CWE-668

    Exposure of Resource to Wrong Sphere

  • CWE-693

    Protection Mechanism Failure