Analysis:
During the analysis, It was observed that the application didn’t validate the user-provided inputs. Please refer to the below-provided evidence:
Impact:
When an application does not validate input properly, an attacker is able to craft the input in a form that is not expected by the rest of the application. This will lead to parts of the system receiving unintended input, which may result in stored XSS, altered control flow, arbitrary control of a resource, or arbitrary code execution.
Recommendation:
It is recommended to implement use input sanitization and validate the same on both, the client side and the server side.
Comments
Post a Comment