django-basic-auth-ip-whitelist@0.3.3 vulnerabilities

Hide your Django site behind basic authentication mechanism with IP whitelisting support.

  • latest version

    0.8.0

  • latest non vulnerable version

  • first published

    6 years ago

  • latest version published

    8 days ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the django-basic-auth-ip-whitelist package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • L
    Timing Attack

    django-basic-auth-ip-whitelist is a Hide your Django site behind basic authentication mechanism with IP whitelisting support.

    Affected versions of this package are vulnerable to Timing Attack. Potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASIC_AUTH_LOGIN and BASIC_AUTH_PASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is performed through a character-by-character string comparison. This enables a possibility that attacker may time the time it takes the server to validate different usernames and password, and use this knowledge to work out the valid credentials.

    How to fix Timing Attack?

    Upgrade django-basic-auth-ip-whitelist to version 0.3.4 or higher.

    [,0.3.4)