You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Phalcon with MongoDB and I think about a possible improvement at getQuery/getPost, which allow to receive arrays, like: http://localhost?variable[]=value (also occurs with Post)
There`s a vulnerability, when using MongoDB, by parsing arrays in parameters. Its a good idea to add this check to Phalcon core.
I'm using Phalcon with MongoDB and I think about a possible improvement at getQuery/getPost, which allow to receive arrays, like:
http://localhost?variable[]=value (also occurs with Post)
There`s a vulnerability, when using MongoDB, by parsing arrays in parameters. Its a good idea to add this check to Phalcon core.
About Request Injection Attacks:
http://php.net/manual/en/mongo.security.php
The text was updated successfully, but these errors were encountered: