VYPR

flyto-core

by Flyto Core

CVEs (2)

  • CVE-2026-55786higJul 6, 2026
    risk 0.45cvss epss

    ## Unauthenticated Command Execution via HTTP MCP `execute_module` ### Summary The HTTP MCP endpoint (`POST /mcp`) in flyto-core accepts unauthenticated JSON-RPC `tools/call` requests and dispatches them to arbitrary registered modules, including `sandbox.execute_shell`, which…

  • CVE-2026-55787higJul 6, 2026
    risk 0.45cvss epss

    ## Summary `flyto-core`'s SSRF protection (`validate_url_ssrf` / `is_private_ip` in `src/core/utils.py`) blocks private and metadata destinations by resolving the host and testing the resulting IP for membership in a hardcoded `PRIVATE_IP_RANGES` list. That list contains only…