2010/2/24 roko <[email protected]>: > I found that on backend admin modules generated with ./symfony > doctrine:generate-admin is possible to inject SQL in the url. > > Example: > > http://example.com/backend_dev.php/partner?sort=status&sort_type=desc > LIMIT 1 --
Indeed. > > > This is with symfony 1.4 svn. > > Does anybody know how to protect against this security problem? First and most important - don't expose backend to untrusted users. Other ideas highly welcome :) -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
