|
Personally, I don't know all attack victors for MySQL, so I will only comment on Cross Site Scripting
As things stand, if you echo user input to a html page, your site is open to cross site scripting...and possibly cross site forgery, among other attack types.
There are many ways to prevent these attacks such as preventing users from entering any non alphanumerical values including HTML tags, css, etc.
|