blueclosure / BCDetect

5 stars 0 forks source link

HTTP Parameter Pollution reported incorrectly? #19

Open 0xdevalias opened 7 years ago

0xdevalias commented 7 years ago

Can't share the exact code, but the essence of the problem appears to be:

So it appears to be telling me that it's vulnerable because the text from the input box ends up in the JSON of the AJAX request.

But looking at the code, while I could put in something like foo"thisShouldBreak, because of the JSON.stringify, the " is being escaped (\"), which would tell me it's not going to actually be an issue.