Hello,
One of my site's PCI scan has a vulnerability of 3. The issue is that the web server uses cleartext HTTP Basic authentication. How can I fix this? Any advice is greatly appreciated. Thank you! This is the complete vulnerability description:
Description: web server uses cleartext HTTP Basic authentication (/) Severity: Potential Problem Impact: Poor authentication practices may leave the web application vulnerable to authentication attacks. Background: Some web applications perform authentication by requiring a user to enter a login and password into an HTML form. This type of authentication is achieved us ing the HTML INPUT element with the type attribute set to password. Resolution To use HTML form-based authentication more securely in web applications, do the following: Remove the value attribute from the INPUT tag corresponding to the password field. Submit all forms to an SSL-enabled (https) service using the form's action attribute. Place all protected web directories on an SSL-enabled (https) service. Use the autocomplete="off" attribute in the INPUT tag corres ponding to the password field. Vulnerability Details:
Service: 2077:TCP Received: WWW-Authenticate: Basic realm="cPanel WebDisk"
Bookmarks