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
I have a web application which runs totally on codeignitor and filters all the inputs properly without any issues when everything is inside the web application.
I have an API configured and there is a feature to add a user through the API and all users are displayed onto the web application along with all their details.
When I send a html tag or a proper xss payload through the name field while registering a User, those things aren't filtered out and the frontend is being displayed as it is without removing those and then the payload gets triggered as well.
Just wanted to know if this is an accepted risk by default and I have to fix myself or I should send Proof Of Concepts to help you out.
The text was updated successfully, but these errors were encountered:
So here's the scenario:
Just wanted to know if this is an accepted risk by default and I have to fix myself or I should send Proof Of Concepts to help you out.
The text was updated successfully, but these errors were encountered: