Propel
Propel copied to clipboard
SQL Injection is possible on orderBy
When passing an orderby to the request there is an SQL Injection vulnerability.
For example /orderby/someTable.SOMEPROPERTY%20WAITFOR%20DELAY%20'0:0:10'-- will effectively delay the query.
I have fixed this in the symfony1 fork our company made ages ago. I will make a PR with my proposed fix for this issue here as well