Home / Vulnerability Database / PHP : HTTP usage
PHP
PHP : HTTP usage
Classification
OWASP Mobile Top 10 2016
OWASP Top 10 2017
OWASP Top 10 2021
OWASP MASVS
OWASP ASVS
CWE/SANS Top 25 2021
Overview
Using HTTP rather than HTTPS allows a man in the middle (MitM) attack. This can lead to a complete loss of confidentiality of the transmitted data.
HTTPS is a protocol based on HTTP and SSL / TLS that helps to protect the transmitted data against unauthorized access and modification. It is recommended to use HTTPS for all cases of data transfer between the client and the server, in particular, for the login page and all pages that require authentication.
References
MEDIUM
DerScanner Severity Score
Do you want to fix PHP : HTTP usage in your application?
See also
PHP
PHP : Null salt
PHP
PHP : Empty password
PHP
