Authentication route uses Basic Auth without HTTPS

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Description

This rule identifies when an authentication route uses Basic Auth without HTTPS.

Rationale

Basic Auth sends the credentials of every request. Without HTTPS, those credentials are sent in cleartext, exposing the user credentials to potential interception.

Remediation

  • Enforce HTTPS (HSTS)
  • Migrate to a stronger auth scheme