Testfire (IBM Demo Bank)
TestFire (IBM Demo Bank) Testing
1. SQL Injection (' OR '1'='1)Vulnerability
The login page is vulnerable to SQL Injection. I entered a basic SQL Injection(' OR '1'='1) payload in the login field, and the application accepted it. A banking application should always validate user input and prevent SQL Injection attacks.
2. Search Function Does Not Work Properly
The search feature does not return any results
3. Input Validation Can Be Improved
Some input fields do not properly validate the entered data. Invalid characters and unexpected values should be rejected with proper error messages.
4. Error Messages Can Be More User-Friendly
Some error messages are not clear enough for normal users. Simple and meaningful messages would improve the user experience.
Comments
Post a Comment