Form protection
-
Hi Wojtek
Looking at your code I can see that you are not using a NONCE to help minimise bots from spamming the forms and I would highly recommend that you add this to your code to make the form a little safer.
Also very worrying is that you do not appear to be sanitising any of the form input fields at the server and probably the most scary is that your get_row select SQL queries in /includes/class-gdpr-personal-data-reports-generator.php are highly open to SQL injection and very unsafe to the extent that I have currently disabled the plugin as it could be possible to use your form to do some nasty SQL injection and you need to look at this to make this side of things and any other locations where you link the public facing forms to the database.
Nathan
The topic ‘Form protection’ is closed to new replies.