Description
Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, HTTP-emitting modules including src/core/modules/third_party/developer/http/requests.py, core.api.http_get, core.api.http_post, graphql.query, graphql.mutation, monitor.http_check, communication.slack_send, notification.discord.send_message, notification.slack.send_message, notification.teams.send_message, ai.vision_analyze, verify.visual_diff, browser.proxy_rotate, and the agent and llm inline base_url branch fetch caller-controlled URLs without validate_url_with_env_config, allowing SSRF to internal or metadata endpoints. This issue is fixed in version 2.26.7.
Published: 2026-07-29
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flyto2 Core is an execution kernel that powers automation and AI‑agent workflows. Prior to version 2.26.7, several HTTP‑emitting modules – such as requests, http_get, http_post, GraphQL, monitoring, communication, notification, AI vision, visual diff, and browser proxy modules – could request URLs supplied by callers without performing the validate_url_with_env_config check. This permits an attacker to supply a crafted URL and cause the process to contact internal or metadata endpoints, resulting in Server Side Request Forgery. The weakness is categorized as CWE‑918.

Affected Systems

The vulnerable product is Flytohub Flyto‑Core, all releases before 2.26.7. The vendor notes that the issue is fixed in v2.26.7, so deployments running 2.26.6 or older remain at risk.

Risk and Exploitability

The CVSS score of 8.5 indicates a high severity vulnerability. The EPSS score is below 1%, indicating a low current exploitation probability, and the vulnerability is not listed in CISA KEV. Based on the description, it is inferred that an attacker would need to supply a malicious URL through an exposed API endpoint to trigger the vulnerable modules. If the application can reach internal addresses, the SSRF could allow access to internal or metadata endpoints. No workaround is offered; the only fix is to apply the patch.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flyto‑Core to version 2.26.7 or later.
  • If an upgrade is not immediately possible, block or restrict outbound HTTP requests from vulnerable modules to known safe domains or deny access to internal addresses.
  • Configure firewall or network segmentation rules to prevent the application from reaching internal metadata services.

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-pgwh-4jj4-qm8v Flyto2 Core: Multiple HTTP-family modules fetch client-controlled URLs without the SSRF guard their siblings apply (SSRF to internal/metadata)
History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', '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, HTTP-emitting modules including src/core/modules/third_party/developer/http/requests.py, core.api.http_get, core.api.http_post, graphql.query, graphql.mutation, monitor.http_check, communication.slack_send, notification.discord.send_message, notification.slack.send_message, notification.teams.send_message, ai.vision_analyze, verify.visual_diff, browser.proxy_rotate, and the agent and llm inline base_url branch fetch caller-controlled URLs without validate_url_with_env_config, allowing SSRF to internal or metadata endpoints. This issue is fixed in version 2.26.7.
Title Flyto2 Core: Multiple HTTP-family modules fetch client-controlled URLs without the SSRF guard their siblings apply (SSRF to internal/metadata)
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/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-30T14:33:40.622Z

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

Link: CVE-2026-67428

cve-icon Vulnrichment

Updated: 2026-07-30T14:33:19.632Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-67428

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)