You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate User Accounts: Lack of Validation Allows Multiple Accounts with Same Credentials
Problem
In the FastAdmin platform, it is possible to create multiple user accounts using the same username and password combination. The system does not enforce uniqueness constraints on user credentials during account creation, allowing duplicate entries.
Impact
Security Risks: Duplicate accounts can lead to confusion during audits and make it harder to trace user actions.
Data Integrity Issues: Multiple accounts with identical credentials can lead to inconsistencies in the database and unexpected behavior in the application.
Abuse Potential: An attacker could exploit this flaw to flood the database with duplicate accounts, potentially causing denial-of-service scenarios.
Steps to Reproduce
Go to the user registration page.
Create an account using a specific username and password (e.g., user1 / password123).
Log out and repeat the registration process using the same username and password.
Observe that the system allows the creation of multiple accounts with identical credentials.
Duplicate User Accounts: Lack of Validation Allows Multiple Accounts with Same Credentials
Problem
In the FastAdmin platform, it is possible to create multiple user accounts using the same username and password combination. The system does not enforce uniqueness constraints on user credentials during account creation, allowing duplicate entries.
Impact
Steps to Reproduce
user1
/password123
).Exploit Code
Execution Results
The following responses were obtained when running the exploit script, demonstrating the creation of multiple accounts with identical credentials:
The text was updated successfully, but these errors were encountered: