The software does not implement sufficient measures to prevent multiple failed authentication attempts within in a short time frame, making it more su
Medium
Vulnerability Details
example->
String username = request.getParameter("username");
String password = request.getParameter("password");
int authResult = authenticateUser(username, password);
the security tokens can be bypassed easily , they are dont make user account safe .
//script -> check attached file
## Impact
Technical Impact: Bypass Protection Mechanism
An attacker could perform an arbitrary number of authentication attempts using different passwords, and eventually gain access to the targeted account.
Actions
View on HackerOneReport Stats
- Report ID: 1591504
- State: Closed
- Substate: not-applicable
- Upvotes: 1