API - Vuln BAnk
1. Weak Credential Management vulnerability
http://172.19.0.3:5000/dashboard
Credential: admin:admin123
2. Sensitive Information Disclosure
3. SQL Injection
Payload : ' OR 1=1 --
4. JWT Weak Implementation
Missing Input Validation in Loan Request
Verify the input field length validation:
Input : -5000
Input: 999999999999999999
Input: 0
Input : -5000
Input: 999999999999999999
Input: 0
The above input values are should not be allow to use in the application.
Comments
Post a Comment