Description
During the scan, Cytrix managed to find that Autocomplete is enabled in a login form.
In most web browsers, users can save the username and password they have entered in HTML forms.
Some of the data being submitted in forms might contain sensitive information (for example : credit cards and security codes).
As a website author, you might prefer that the browser won’t remember the values for such fields, even if the browser’s autocomplete feature is enabled. An attacker who found vulnerabilities in applications related to this site,such as Cross-Site Scripting (XSS), could exploit it to recover the browsers credentials.
Autocomplete is enabled in login form can be defined by the user as well as applications that use user credentials. If the function is enabled, the user credentials will be saved on the local server and can be retrieved by the attacker.
Recommendation
Make sure to add/edit the form by disabling, and, using the command :
autocomplete=”off”, to prevent this finding from reoccurring in the future.