Description
Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, the standalone flyto-verification service in src/core/verification_service.py exposes unauthenticated POST /run on 0.0.0.0:8344 and uses client-supplied callback_url for an outbound POST with X-Internal-Key: $FLYTO_RUNNER_SECRET while bypassing target_allowed, allowing unauthenticated SSRF and runner secret exfiltration. This issue is fixed in version 2.26.7.
Published: 2026-07-29
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flyto2 Core exposes a POST /run endpoint on 0.0.0.0 at port 8344 without requiring any authentication. The service accepts a user‑controlled callback_url, constructs an outbound POST to that URL, and attaches an X-Internal-Key header containing the internal runner secret. Because the code bypasses the target_allowed check, an attacker can craft the callback URL to point to any internal or external resource, enabling server‑side request forgery. Intercepting or manipulating the outbound request exposes the secret value, which can be leveraged to impersonate the worker or access protected resources. The vulnerability is classified as missing authentication (CWE‑306), credentials in plaintext (CWE‑522), and SSRF (CWE‑918).

Affected Systems

Impacted systems are installations of FlyTo Hub's FlyTo Core, specifically versions earlier than 2.26.7. The vulnerability exists within the standalone flyto‑verification service defined in src/core/verification_service.py. Any deployment that has that service enabled and bound to the default address is susceptible. Upgrading to release 2.26.7 or later removes the /run endpoint and corrects the authentication and callback handling logic.

Risk and Exploitability

The CVSS v3.1 score of 9.3 represents a critical severity, but the EPSS score is listed as less than 1%, indicating that exploitation is unlikely in the current threat landscape. The vulnerability is not referenced in CISA's Known Exploited Vulnerabilities catalog. An attacker can exercise the flaw from any system with network reach to the exposed port, which is typically the internet if firewall rules are not applied, making unauthenticated SSRF and secret exfiltration straightforward once the endpoint is accessible.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to FlyTo Core version 2.26.7 or later, which removes the vulnerable endpoint and fixes callback handling.
  • If immediate upgrade is not possible, block external access to port 8344 using a firewall or firewall rules, ensuring only trusted internal systems can reach the service.
  • Disable the flyto‑verification service entirely if the workflow does not require it, or configure it to require authentication before accepting POST /run requests.
  • Verify that the X-Internal-Key header is not transmitted over unencrypted channels and consider rotating the runner secret to mitigate any potential leakage.

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-jx74-cqjv-2c67 Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration
History

Thu, 30 Jul 2026 22: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.7, the standalone flyto-verification service in src/core/verification_service.py exposes unauthenticated POST /run on 0.0.0.0:8344 and uses client-supplied callback_url for an outbound POST with X-Internal-Key: $FLYTO_RUNNER_SECRET while bypassing target_allowed, allowing unauthenticated SSRF and runner secret exfiltration. This issue is fixed in version 2.26.7.
Title Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration
Weaknesses CWE-306
CWE-522
CWE-918
References
Metrics cvssV3_1

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


Subscriptions

Flytohub Flyto-core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-29T19:05:05.601Z

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

Link: CVE-2026-67426

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-67426

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-522

    Insufficiently Protected Credentials

  • CWE-918

    Server-Side Request Forgery (SSRF)