HI everybody,
we are using ZAP for testing our hybris application.
It shows 6 times a os command injection, but I am not able to reproduce this error.
Zap reports the error for a GET requests to a js file resource.
Alert 1 from ZAP:
URL: <path_to_js_file>
Parameter: Host
Attack: <servername>:sleep 15
Alert 2 from ZAP:
URL: <path_to_js_file>
Parameter: Referer
Attack: <referer>:sleep 15
I always get the same js file as response no matter if in resend the Attack or the original request.
I even will get no other response if I change sleep 15 to for example "ls".
Why Zap shows this finding? Can someone explain me how to reproduce the alert and why ZAP think that remote os commands are possible?
Thanks and greetings,
Christian