[RESOLVED] XSS false positive when input data is sent
Posted: Tue Jun 06, 2017 11:19 am
Hi,
I get an XSS alert on this page for doing a search for "123678":
https://www.conrad.de/de/Search.html?se ... pe=REGULAR
The reason is that the page is sending the search terms as parameter to an external service via JS. But there is no XSS at all here. The parameters not even include any special characters.
These kind of requests are quite common for tracking services. So probably other sites will have the same issues.
Can you check this and adjust the XSS detection?
Best regards
Roland
I get an XSS alert on this page for doing a search for "123678":
https://www.conrad.de/de/Search.html?se ... pe=REGULAR
The reason is that the page is sending the search terms as parameter to an external service via JS. But there is no XSS at all here. The parameters not even include any special characters.
These kind of requests are quite common for tracking services. So probably other sites will have the same issues.
Can you check this and adjust the XSS detection?
Best regards
Roland