Credentials is not encrypted
Severity: High
Vulnerability description
User credentials are transmitted over an
unencrypted channel. This information should always be transferred via an encrypted
channel (HTTPS) to avoid being intercepted by malicious users.
Impact
A third party may be able to read the user
credentials by intercepting an unencrypted HTTP connection.
Attack simulation
Capture the traffic through proxy tool and observe there is id and passwords are in plain text or not.
Recommendation
Secure information like Username, password
and credit related data should be encrypted.
Comments
Post a Comment