I have a website running laravel 5.3 in ubuntu with nginx 1.4.6
I did a security scan which resulted in "OS command injection" by modifying a HTTP header and injecting a payload.
The problem is, I can't really locate where I'm not sanitizing my headers. Or should this be a setting in nginx?
I appreciate the help as its been many hours trying to figure this one out.