VYPR

Dify

by Langgenius

Source repositories

CVEs (43)

  • CVE-2025-56157CriDec 18, 2025
    risk 0.64cvss 9.8epss 0.01

    Default credentials in Dify thru 1.5.1. PostgreSQL username and password specified in the docker-compose.yaml file included in its source code. NOTE: the Supplier reports that the Docker configuration does not make PostgreSQL (on TCP port 5432) exposed by default in version…

  • CVE-2025-63388CriDec 18, 2025
    risk 0.59cvss 9.1epss 0.00

    A Cross-Origin Resource Sharing (CORS) misconfiguration vulnerability exists in Dify v1.9.1 in the /console/api/system-features endpoint. The endpoint implements an overly permissive CORS policy that reflects arbitrary Origin headers and sets Access-Control-Allow-Credentials:…

  • CVE-2025-1796HigMar 20, 2025
    risk 0.57cvss 8.8epss 0.01

    A vulnerability in langgenius/dify v0.10.1 allows an attacker to take over any account, including administrator accounts, by exploiting a weak pseudo-random number generator (PRNG) used for generating password reset codes. The application uses `random.randint` for this purpose,…

  • CVE-2025-0185HigMar 20, 2025
    risk 0.57cvss 8.8epss 0.01

    A vulnerability in the Dify Tools' Vanna module of the langgenius/dify repository allows for a Pandas Query Injection in the latest version. The vulnerability occurs in the function `vn.get_training_plan_generic(df_information_schema)`, which does not properly sanitize user…

  • CVE-2026-41948CriMay 18, 2026
    risk 0.55cvss 9.4epss 0.07

    Dify version 1.14.1 and prior contain a path traversal vulnerability that allows authenticated users to manipulate requests forwarded to the Plugin Daemon's internal REST API by exploiting insufficient URL path sanitization. Attackers can traverse out of their authorized tenant…

  • CVE-2026-41947CriMay 18, 2026
    risk 0.53cvss 9.1epss 0.06

    Dify before version 1.14.2 contains an authorization bypass vulnerability that allows authenticated editor users to set and enable trace configurations for any application regardless of tenant ownership. Attackers can exploit missing tenant ownership checks in the trace…

  • CVE-2024-12776HigMar 20, 2025
    risk 0.53cvss 8.1epss 0.01

    In langgenius/dify v0.10.1, the `/forgot-password/resets` endpoint does not verify the password reset code, allowing an attacker to reset the password of any user, including administrators. This vulnerability can lead to a complete compromise of the application.

  • CVE-2024-12039HigMar 20, 2025
    risk 0.53cvss 8.1epss 0.01

    langgenius/dify version v0.10.1 contains a vulnerability where there are no limits applied to the number of code guess attempts for password reset. This allows an unauthenticated attacker to reset owner, admin, or other user passwords within a few hours by guessing the six-digit…

  • CVE-2024-11822HigMar 20, 2025
    risk 0.49cvss 7.5epss 0.01

    langgenius/dify version 0.9.1 contains a Server-Side Request Forgery (SSRF) vulnerability. The vulnerability exists due to improper handling of the api_endpoint parameter, allowing an attacker to make direct requests to internal network services. This can lead to unauthorized…

  • CVE-2025-67732MedJan 5, 2026
    risk 0.42cvss 6.5epss 0.00

    Dify is an open-source LLM app development platform. Prior to version 1.11.0, the API key is exposed in plaintext to the frontend, allowing non-administrator users to view and reuse it. This can lead to unauthorized access to third-party services, potentially consuming limited…

  • CVE-2024-12775MedMar 20, 2025
    risk 0.42cvss 6.5epss 0.01

    langgenius/dify version 0.10.1 contains a Server-Side Request Forgery (SSRF) vulnerability in the test functionality for the Create Custom Tool option via the REST API `POST /console/api/workspaces/current/tool-provider/api/test/pre`. Attackers can set the `url` in the `servers`…

  • CVE-2026-18632MedAug 3, 2026
    risk 0.41cvss 6.3epss 0.00

    A security flaw has been discovered in langgenius dify up to 1.14.2. This issue affects the function jinja2.Template of the file api/core/helper/code_executor/jinja2/jinja2_transformer.py of the component Jinja2 Handler. The manipulation results in improper neutralization of…

  • CVE-2026-6618MedApr 20, 2026
    risk 0.41cvss 6.3epss 0.00

    A flaw has been found in langgenius dify up to 1.13.3. This issue affects the function parse_openai_plugin_json_to_tool_bundle of the file api/core/tools/utils/parser.py of the component ApiBasedToolSchemaParser. Executing a manipulation of the argument url can lead to…

  • CVE-2025-49149MedJun 17, 2025
    risk 0.40cvss 6.1epss 0.00

    Dify is an open-source LLM app development platform. In version 1.2.0, there is insufficient filtering of user input by web applications. Attackers can use website vulnerabilities to inject malicious script code into web pages. This may result in a cross-site scripting (XSS)…

  • CVE-2026-41950MedMay 5, 2026
    risk 0.35cvss 6.5epss 0.00

    Dify before version 1.14.0 contains an authorization bypass vulnerability that allows authenticated users to read the full contents of files uploaded by other users within the same tenant by supplying an arbitrary file UUID in the files array of a chat-messages request.…

  • CVE-2026-28288MedFeb 27, 2026
    risk 0.35cvss 5.3epss 0.01

    Dify is an open-source LLM app development platform. Prior to 1.9.0, responses from the Dify API to existing and non-existent accounts differ, allowing an attacker to enumerate email addresses registered with Dify. Version 1.9.0 fixes the issue.

  • CVE-2025-11750MedOct 22, 2025
    risk 0.35cvss 5.3epss 0.01

    In langgenius/dify-web version 1.6.0, the authentication mechanism reveals the existence of user accounts by returning different error messages for non-existent and existing accounts. Specifically, when a login or registration attempt is made with a non-existent username or…

  • CVE-2025-56520MedSep 30, 2025
    risk 0.35cvss 5.3epss 0.01

    Dify v1.6.0 was discovered to contain a Server-Side Request Forgery (SSRF) via the component controllers.console.remote_files.RemoteFileUploadApi. A different vulnerability than CVE-2025-29720.

  • CVE-2024-11850MedMar 20, 2025
    risk 0.35cvss 5.4epss 0.00

    A stored cross-site scripting (XSS) vulnerability exists in the latest version of langgenius/dify. The vulnerability is due to improper validation and sanitization of user input in SVG markdown support within the chatbot feature. An attacker can exploit this vulnerability by…

  • CVE-2026-6617MedApr 20, 2026
    risk 0.34cvss 6.3epss 0.00

    A vulnerability was detected in langgenius dify up to 0.6.9. This vulnerability affects the function get_api_tool_provider_remote_schema of the file api/services/tools/api_tools_manage_service.py of the component ApiToolManageService. Performing a manipulation of the argument…

Page 1 of 3