Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. flyto-core
  4. ›
  5. CVE-2026-67425

CVE-2026-67425: Flyto2 Core: LLM/API keys leak to an attacker-controlled base_url

July 30, 2026

llm.chat reads the operator’s provider key from the environment (OPENAI_API_KEY, ANTHROPIC_API_KEY, …) and sends it in the Authorization: Bearer header to base_url, a parameter the caller controls. base_url is only checked against the SSRF guard, and the guard allows any public host, so pointing base_url at an attacker’s server hands them the operator’s key. flyto-core’s own bounty scale rates “environment access exposing secrets (e.g. ANTHROPIC_API_KEY)” as High.

References

  • github.com/advisories/GHSA-qq9q-xgm3-xv9g
  • github.com/flytohub/flyto-core/commit/d5f89d71303e3c1e6418d347c5c55fcd173cc8cc
  • github.com/flytohub/flyto-core/releases/tag/v2.26.6
  • github.com/flytohub/flyto-core/security/advisories/GHSA-qq9q-xgm3-xv9g
  • nvd.nist.gov/vuln/detail/CVE-2026-67425

Code Behaviors & Features

Detect and mitigate CVE-2026-67425 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.26.7

Fixed versions

  • 2.26.7

Solution

Upgrade to version 2.26.7 or above.

Impact 8.6 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-201: Insertion of Sensitive Information Into Sent Data
  • CWE-522: Insufficiently Protected Credentials

Source file

pypi/flyto-core/CVE-2026-67425.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:17:26 +0000.