Cyber Resilience

CVE-2025-11750

Langgenius Dify 1.6.0

Public PoC
Published
22 October 2025
Modified
30 October 2025
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0071 50th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

CVE-2025-11750 is a medium-severity Missing Standardized Error Handling Mechanism (CWE-544) vulnerability in Langgenius Dify. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 50% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as LLM Application Platforms; in the Privacy and Disclosure risk domain.

The strongest mitigations our analysis identified map to SI-11 (Error Handling) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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 email, the system…

more

responds with a message such as "account not found." Conversely, when the username or email exists but the password is incorrect, a different error message is returned. This discrepancy allows an attacker to enumerate valid user accounts by analyzing the error responses, potentially facilitating targeted social engineering, brute force, or credential stuffing attacks.

CWE(s)

AI Security AnalysisAI

AI Category
LLM Application Platforms
Risk Domain
Privacy and Disclosure
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: dify

Related Threats

CVEs Like This One

CVE-2026-42138Same product: Langgenius Dify
CVE-2024-11821Same product: Langgenius Dify
CVE-2024-12039Same product: Langgenius Dify
CVE-2024-12775Same product: Langgenius Dify
CVE-2025-32796Same product: Langgenius Dify
CVE-2025-58747Same product: Langgenius Dify
CVE-2025-59422Same product: Langgenius Dify
CVE-2025-3467Same product: Langgenius Dify
CVE-2025-0184Same product: Langgenius Dify
CVE-2025-29720Same product: Langgenius Dify

Affected Assets

langgenius
dify
1.6.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

SI-11 requires a consistent, non-revealing approach to generating error messages across the system.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices explicitly include defining and enforcing standardized error-handling patterns across code.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding explicitly calls for uniform, standardized error handling to avoid introducing weaknesses.

finds

Security testing can detect inconsistent error handling but does not itself define the standardized mechanism.

prevents

Secure development life cycle requires consistent, standardized error-handling practices across the codebase.

prevents

Application security requirements can mandate standardized error handling as a non-functional requirement.

prevents

Secure system architecture and engineering principles include consistent exception and error-handling mechanisms.

References