Horizon Alert
Summary of the vulnerability and why it matters
This advisory concerns a critical vulnerability in Flyto2 Core, an execution kernel for automation and AI-agent workflows. The issue, related to an unauthenticated service that handles verification, could allow unauthorized access to sensitive information and the execution of actions on external systems. Understanding the relevance of Flyto2 Core within your environment is the primary concern.
- Unauthenticated access to sensitive data and actions.
- Understand Flyto2 Core's role in your automated workflows.
- Confirm relevance and assess potential exposure.
Attack Path
How an attacker could exploit the issue
An attacker can reach the vulnerable `flyto-verification` service over the network. By sending an unauthenticated POST request to the `/run` endpoint, they can manipulate the `callback_url` parameter. This allows them to trigger a server-side request to a location of their choice and potentially steal the runner secret.
- No authentication required.
- Triggered by manipulating callback URL.
- Risk of secret exfiltration.
Live Threat
Current exploitation, exposure, and threat context
Unauthenticated users could trigger the verification service to make outbound requests to arbitrary URLs, potentially exposing the runner secret. This could occur when the verification service is running and accessible.
- Runner secret and internal system data.
- Unauthenticated POST request to verification service.
- Unauthorized access to sensitive internal information.
Operational Fix
Recommended remediation, mitigation, and detection steps
This vulnerability impacts Flyto2 Core's verification service, likely managed by platform or application teams responsible for automation and AI workflows. The immediate first step is to inventory where Flyto2 Core is deployed, confirm its external reachability and business criticality, identify the accountable owner, and then prioritize remediation based on exposure.
- Platform or application teams own this.
- Verify external reachability and criticality.
- Plan remediation based on confirmed risk.