The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade django-basic-auth-ip-whitelist
to version 0.3.4 or higher.
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.