VYPR

Langflow

by Langflow AI

pypi: langflow

Source repositories

CVEs (111)

  • CVE-2026-10700MedJul 30, 2026
    risk 0.00cvss 6.5epss 0.00

    IBM Langflow OSS 1.0.0 through 1.8.4 contains multiple broken access control vulnerabilities in its file handling API that allow unauthorized access to user files.The /api/v1/files/images/{flow_id}/{file_name} endpoint does not enforce authentication or authorization checks,…

  • CVE-2026-12945HigJul 30, 2026
    risk 0.00cvss 7.1epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.1 allows authenticated users to access and manipulate other users' build jobs through improper access control on log retrieval and unauthenticated build endpoints.

  • CVE-2026-12940CriJul 30, 2026
    risk 0.00cvss 9.8epss 0.01

    IBM Langflow OSS 1.0.0 through 1.10.1  are vulnerable to unauthenticated remote code execution via environment variable injection in the MCP (Model Context Protocol) stdio launcher. The vulnerability exists in src/lfx/src/lfx/base/mcp/util.py where the DANGEROUS_ENV_VARS…

  • CVE-2026-13442HigJul 28, 2026
    risk 0.00cvss 7.1epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.1 can allow an attacker to reuse another user's FAISS namespace to access owner-only vector content and influence later query results. This causes cross-user information disclosure and limited integrity impact through persistent poisoning of…

  • CVE-2026-13446CriJul 17, 2026
    risk 0.00cvss 9.8epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.1 contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data.

  • CVE-2026-13445HigJul 17, 2026
    risk 0.00cvss 8.1epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.1 can allow an authenticated attacker to exploit the SaveToFile component to read and modify another user's uploaded files by specifying absolute paths pointing to victim storage locations. In append mode, the attacker's workflow reads victim…

  • CVE-2026-8859CriJul 17, 2026
    risk 0.00cvss 9.9epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 Langflow could allow an attacker to write arbitrary files to unintended locations due to improper input validation in the APIRequest component. A path traversal vulnerability exists when the "Save to File" feature is enabled, where filenames…

  • CVE-2026-8635CriJul 17, 2026
    risk 0.00cvss 9.9epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 allows authenticated users to escalate privileges to superuser by directly manipulating the database, execute arbitrary system commands, and achieve full system compromise with Langflow service permissions.

  • CVE-2026-8505CriJul 17, 2026
    risk 0.00cvss 9.8epss 0.01

    IBM Langflow OSS 1.0.0 through 1.10.0 has a vulnerability in Langflow's webhook authentication logic allows unauthenticated users to trigger the execution of any flow. The system incorrectly bypasses API key validation when the WEBHOOK_AUTH_ENABLE configuration is set to False…

  • CVE-2026-8481CriJul 17, 2026
    risk 0.00cvss 9.9epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 contain a critical remote code execution vulnerability in the code validation API endpoint. The POST /api/v1/validate/code endpoint accepts user-supplied Python code and executes it directly using Python's built-in exec() function without…

  • CVE-2026-8476CriJul 17, 2026
    risk 0.00cvss 9.9epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 contain a critical remote code execution vulnerability in the disk-based caching mechanism. The AsyncDiskCache class uses Python's unsafe pickle.loads() function to deserialize cached objects from disk without validation, integrity…

  • CVE-2026-8056HigJul 17, 2026
    risk 0.00cvss 8.8epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 allows authenticated users to override component parameters at runtime via the API. A critical security flaw exists in the parameter filtering mechanism within the `apply_tweaks()` function.

  • CVE-2026-7872HigJul 17, 2026
    risk 0.00cvss 7.5epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to read arbitrary files including the JWT signing key and forge authentication tokens for any user.

  • CVE-2026-7755HigJul 17, 2026
    risk 0.00cvss 8.8epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 Langflow could allow remote code execution due to incomplete validation enforcement on MCP server configuration files.

  • CVE-2026-7754HigJul 17, 2026
    risk 0.00cvss 7.7epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 Langflow 1.9.0 could allow server-side request forgery (SSRF) due to insecure default configuration and incomplete enforcement of the SSRF protection mechanism.

  • CVE-2026-7667HigJul 17, 2026
    risk 0.00cvss 8.8epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to create a malicious flow pointing to an attacker-controlled URL that returns a specially crafted Content-Disposition header (e.g., filename="../../../target/path" ), enabling arbitrary file write operations…

  • CVE-2026-14499HigJul 17, 2026
    risk 0.00cvss 8.8epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.1 Langflow could allow an authenticated user to execute arbitrary commands with elevated privileges on the system due to improper validation of user supplied input in the Python Interpreter component.

  • CVE-2026-13448HigJul 17, 2026
    risk 0.00cvss 8.1epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.1 Lanflow OSS contains an unauthenticated remote code execution vulnerability in the public flow build endpoint ( /api/v1/build_public_tmp/{flow_id}/flow ). The vulnerability stems from an incomplete denylist in the…

  • CVE-2026-9135CriJul 17, 2026
    risk 0.00cvss 9.9epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 Langflow versions up to 1.9.2 (commit 94981c443d4918517b9e8163d70fc598dc33a32d) contain a code injection vulnerability in the Policies component's ToolGuard integration that bypasses the allow_custom_components=false security control. The…

  • CVE-2026-9103CriJul 17, 2026
    risk 0.00cvss 9.8epss 0.00

    IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to gain unauthorized access due to improper authentication in the /api/v1/login/auto_login endpoint. The endpoint issues long-lived superuser bearer tokens without requiring authentication when the AUTO_LOGIN…

Page 5 of 6