Is JavaScript Object Injection exploitable?
I’m testing a site that behaves like this:
When I change my username, I submit a POST request with JSON data like this {“username”:”John”}.
If I change that to for example {“username”:{“test”:”test”}}, my username is print… Continue reading Is JavaScript Object Injection exploitable?