Basic Auth
ID |
ruby.checkbasicauth |
Severity |
high |
Resource |
Basic Auth |
Language |
Ruby |
Description
Insecure authentication occurs when authentication credentials, such as passwords, are transmitted over an insecure channel, such as HTTP, making them vulnerable to interception.
Remediation
To remediate this vulnerability, ensure that all sensitive information is transmitted over secure channels such as HTTPS. This ensures that the data is encrypted in transit.
References
-
CWE-319 : Cleartext Transmission of Sensitive Information.