CVE-2025-11750: User Enumeration via Distinct Error Messages in langgenius/dify-web
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 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-11750?
The severity of CVE-2025-11750 is classified as medium due to its potential to disclose user account existence.
How do I fix CVE-2025-11750?
To fix CVE-2025-11750, implement a consistent error message for both existing and non-existent usernames during login and registration attempts.
What software is affected by CVE-2025-11750?
CVE-2025-11750 affects langgenius/dify-web version 1.6.0.
How does CVE-2025-11750 impact user security?
CVE-2025-11750 can lead to account enumeration, allowing attackers to verify the existence of user accounts.
What should I do if I am using langgenius/dify-web version 1.6.0?
If using langgenius/dify-web version 1.6.0, it is recommended to upgrade to a patched version to mitigate this vulnerability.