Security (JS/SQL Injection)
-
It seems that therer isn’t any sanitizing of the input fields. For example, entering a first name of <script>alert(‘hello’)</script> is accepted. Then when I view the sign up sheets, I get a nice “hello” popup.
In short, JavaScript and SQL injection attacks are possible.
Adding a strip_tags and/or htmlspecialchars in function clean_array might be a simple fix to this problem.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Security (JS/SQL Injection)’ is closed to new replies.