Autocomplete enables in login form

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.

References

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

< Return to all Vulnerabilities

Man-In-The-Middle Attacks

Do you know these people who just push themselves into conversations?That’s Man-In-The-Middle Attacks. And from a wider angle, Man-In-The-Middle Attacks, or MITM, are built around

Read More »

Crossing Scripts – XSS

Injections. SQL Injections. Cross-site Scripting (hence the amazing title “Crossing Scripts – XSS”). There all sorts of Injection-Based attacks, if you want to read about

Read More »

The Dark Web

Let’s talk about the darker and more mysterious side of the internet, also known as The Dark Web. You’ve probably heard about it, whether it’s

Read More »

Explaining API

We’ve talked about API’s Vulnerability in here, but i feel like there’s much more to talk about and explain since this is a big and

Read More »