Hi All we have recently used ZAP for security testing for our site.And report showing "Remote OS Command Injection"
alert with description as below,
"Description Attack technique used for unauthorized execution of operating system commands. This attack is possible when an application accepts untrusted input to build operating system commands in an insecure manner involving improper data sanitization, and/or improper calling of external programs."
URL - ~/for-employees/travel?query=query%26sleep+15%26
Method - GET
Parameter - query
Attack query&sleep 15&
Our site is in .net with Kentico CMS. Please let us know if any body have resolved above issue.