In Sulu before versions 1.6.35, 2.0.10, and 2.1.1, when the Forget password feature on the login screen is used, Sulu asks the user for a username or email address. If the given string is not found, a response with a 400
error code is returned, along with a error message saying that this user name does not exist. This enables attackers to retrieve valid usernames. Also, the response of the Forgot Password request returns the email address to which the email was sent, if the operation was successful. This information should not be exposed, as it can be used to gather email addresses. This problem was fixed in versions 1.6.35, 2.0.10 and 2.1.1.
The product generates an error message that includes sensitive information about its environment, users, or associated data.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Sulu | Sulu | * | 1.6.35 (excluding) |
Sulu | Sulu | 2.0.0 (including) | 2.0.10 (excluding) |
Sulu | Sulu | 2.1.0 (including) | 2.1.1 (excluding) |
The sensitive information may be valuable information on its own (such as a password), or it may be useful for launching other, more serious attacks. The error message may be created in different ways:
An attacker may use the contents of error messages to help launch another, more focused attack. For example, an attempt to exploit a path traversal weakness (CWE-22) might yield the full pathname of the installed application. In turn, this could be used to select the proper number of “..” sequences to navigate to the targeted file. An attack using SQL injection (CWE-89) might not initially succeed, but an error message could reveal the malformed query, which would expose query logic and possibly even passwords or other sensitive information used within the query.