Lucene search
+L

350 matches found

CVE
CVE
added 2025/03/20 10:09 a.m.103 views

CVE-2024-12775

CVE-2024-12775 describes an SSRF in langgenius/dify v0.10.1, triggered via the test functionality of Create Custom Tool in REST API POST /console/api/workspaces/current/tool-provider/api/test/pre. The flaw allows an attacker to provide an arbitrary URL in the servers.url field of the OpenAI schem...

6.5CVSS6.6AI score0.00648EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.26 views

CVE-2024-11822 Server-Side Request Forgery (SSRF) in langgenius/dify

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

6.5CVSS6.5AI score0.00595EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/03/20 10:09 a.m.34 views

CVE-2024-11822 Server-Side Request Forgery (SSRF) in langgenius/dify

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

6.5CVSS0.00595EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.32 views

CVE-2025-0185 Pandas Query Injection in langgenius/dify

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.gettrainingplangenericdfinformationschema, which does not properly sanitize user inputs before executing queries...

8.8CVSS9.1AI score0.011EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:09 a.m.132 views

CVE-2025-0185

The CVE-2025-0185 relates to Dify Tools' Vanna module in langgenius/dify, where vn.get_training_plan_generic(df_information_schema) does not sanitize user input before Pandas queries, enabling a Pandas Query Injection with potential RCE. Affected component is the Vanna module; impact described as...

8.8CVSS9.1AI score0.011EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2025/03/20 10:09 a.m.55 views

CVE-2025-0185 Pandas Query Injection in langgenius/dify

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.gettrainingplangenericdfinformationschema, which does not properly sanitize user inputs before executing queries...

8.8CVSS0.011EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:09 a.m.11 views

CVE-2024-11824 Stored XSS in langgenius/dify

A stored cross-site scripting XSS vulnerability exists in langgenius/dify version latest, specifically in the chat log functionality. The vulnerability arises because certain HTML tags like and are not disallowed, allowing an attacker to inject malicious HTML into the log via prompts. When an adm...

5.8CVSS6.1AI score
SaveExploits0References4
Cvelist
Cvelist
added 2025/03/20 10:09 a.m.20 views

CVE-2024-11824 Stored XSS in langgenius/dify

A stored cross-site scripting XSS vulnerability exists in langgenius/dify version latest, specifically in the chat log functionality. The vulnerability arises because certain HTML tags like and are not disallowed, allowing an attacker to inject malicious HTML into the log via prompts. When an adm...

5.8CVSS0.0047EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.7 views

CVE-2024-11824 Stored XSS in langgenius/dify

A stored cross-site scripting XSS vulnerability exists in langgenius/dify version latest, specifically in the chat log functionality. The vulnerability arises because certain HTML tags like and are not disallowed, allowing an attacker to inject malicious HTML into the log via prompts. When an adm...

5.8CVSS5.3AI score0.0047EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/03/20 10:08 a.m.8 views

CVE-2024-11821 Privilege Escalation in langgenius/dify

A privilege escalation vulnerability exists in langgenius/dify version 0.9.1. This vulnerability allows a normal user to modify Orchestrate instructions for a chatbot created by an admin user. The issue arises because the application does not properly enforce access controls on the endpoint...

4.3CVSS4.8AI score0.00481EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:08 a.m.69 views

CVE-2024-11821

CVE-2024-11821 affects langgenius/dify 0.9.1. The issue is a privilege escalation where a normal user can modify Orchestrate instructions for an admin-created chatbot due to improper access control on the endpoint /console/api/apps/{chatbot-id}/model-config. The CVE entry lists a CVSSv3 base scor...

4.3CVSS4.8AI score0.00481EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2025/03/20 10:08 a.m.9 views

CVE-2024-11821 Privilege Escalation in langgenius/dify

A privilege escalation vulnerability exists in langgenius/dify version 0.9.1. This vulnerability allows a normal user to modify Orchestrate instructions for a chatbot created by an admin user. The issue arises because the application does not properly enforce access controls on the endpoint...

4.3CVSS6AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/20 10:08 a.m.12 views

CVE-2025-1796 Admin account takeover through weak Pseudo-Random number generator used in generating password reset codes in langgenius/dify

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, which is not suitable...

7.5CVSS7.6AI score0.00594EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:08 a.m.9 views

CVE-2025-1796 Admin account takeover through weak Pseudo-Random number generator used in generating password reset codes in langgenius/dify

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, which is not suitable...

7.5CVSS7AI score
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/20 10:08 a.m.31 views

CVE-2025-1796 Admin account takeover through weak Pseudo-Random number generator used in generating password reset codes in langgenius/dify

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, which is not suitable...

7.5CVSS0.00594EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/03/20 12:00 a.m.12 views

PT-2025-12145 · Unknown +1 · Langgenius/Dify +1

Name of the Vulnerable Software and Affected Versions: langgenius/dify version 0.10.1 Description: The issue is a Server-Side Request Forgery SSRF vulnerability in the test functionality for the Create Custom Tool option via the REST API endpoint POST...

6.5CVSS6.5AI score0.00648EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2025/03/20 12:00 a.m.12 views

dify 安全特征问题漏洞

dify is an open source LLM application development platform from LangGenius Open Source. A security feature issue vulnerability exists in dify version v0.10.1 that stems from a weak pseudo-random number generator that could lead to account takeover...

8.8CVSS7.4AI score0.00594EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/03/20 12:00 a.m.14 views

PT-2025-12302 · Pandas +1 · Pandas +1

Name of the Vulnerable Software and Affected Versions: Dify Tools versions prior to the fixed version Description: 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...

8.8CVSS7.9AI score0.011EPSS
SaveExploits1References8
CNNVD
CNNVD
added 2025/03/20 12:00 a.m.15 views

dify 代码问题漏洞

dify is an open source LLM application development platform from LangGenius Open Source. A code issue vulnerability exists in version 0.10.1 of dify, which stems from an unvalidated URL and could lead to a server-side request forgery attack...

6.5CVSS6.5AI score0.00648EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2025/03/20 12:00 a.m.10 views

dify 安全漏洞

dify is an open source LLM application development platform from LangGenius Open Source. A security vulnerability exists in dify version v0.10.1, which stems from unverified password reset code that could lead to full account control...

8.1CVSS8.1AI score0.00651EPSS
SaveExploits1References1
Rows per page
Query Builder