Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.2
-
None
-
None
Description
No sql statement escaping is done and users can walk all over the database.
Entering user lol'; update PERSON set firstname='sqlparty'
changes all of the firstnames in the database.
Entering user '; drop table
is worse
I haven't looked at the java or rails versions.