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-phone-verify to version 3.2.0 or higher.
django-phone-verify is an A Django app to support phone number verification using security code sent via SMS.
Affected versions of this package are vulnerable to Improper Control of Interaction Frequency due to the absence of failed attempt tracking and lockout mechanisms in the validate_security_code method of the BaseBackend class in phone_verify/backends/base.py. An attacker can brute force SMS verification codes by making unlimited verification attempts with different security codes until the correct code is guessed.