Hi Guys,
Our server running Rundeck 3.0.24 is scanned by Qualys Vulnerability scanning and has detected the following vulnerability;
AutoComplete Attribute Not Disabled for Password in Form Based Authentication
THREAT:
The Web server allows form based authentication without disabling the AutoComplete feature for the password field.
Autocomplete should be turned off for any input that takes sensitive information such as credit card number, CVV2/CVC code, U.S. social security
number, etc.
IMPACT:
If the browser is used in a shared computing environment where more than one person may use the browser, then "autocomplete" values may be
retrieved or submitted by an unauthorized user.
SOLUTION:
Contact the vendor to have the AutoComplete attribute disabled for the password field in all forms. The AutoComplete attribute should also be
disabled for the user ID field.
Developers can add the following attribute to the form or input element: autocomplete="off"
This attribute prevents the browser from prompting the user to save the populated form values for later reuse.
Most browsers no longer honor autocomplete="off" for password input fields. These browsers include Chrome, Firefox, Microsoft Edge, IE, Opera
However, there is still an ability to turn off autocomplete through the browser and that is recommended for a shared computing environment.
Since the ability to turn autocomplete off for password inputs fields is controlled by the user it is highly recommended for application to enforce
strong password rules.
Does anyone know if there is an option to disable this or what we can do to disable autocomplete on the Rundeck login page?
Thanks,
Mark