Possible Buffer Overflow Attack
Observation: It was observed that application accept very large input which could possibly lead to buffer overflow attack
Impact: Buffer overflow can often lead to crashing of the whole application which could impact user experience and possibly lead to business loss
Recommendations from security team: It is recommended that proper input validation should be implemented.
Proof of concepts and steps to reproduce
Sudhan