• Resolved noxerr

    (@noxerr)


    Hi there,

    I’m writing because I got about 200 submissions from the same f***head trying to hack my site through one of my forminator forms. Just wanted to make sure Forminator is safe against code injection, is it?

    https://ibb.co/5n0HQmB

    Not sure what he was trying though..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @noxerr

    I hope you are doing good today.

    Do you use any of those features in your form to protect it from spam:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#captcha-field
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#behavior-forms -> Security

    Kind Regards,
    Kris

    Thread Starter noxerr

    (@noxerr)

    I only have the honeypot or whatever protection. Nevertheless, my concern was more towards the fact that they are trying to inject code (about the spam protection I believe your plugin is very complete and offers a wide variety of options). I’m just guessing and hopping it has been programmed to sanitize any inputs but also I’m wondering if there’s anything I have to be careful with, such as while reading the input of the name from a php sript, or the comment input, since they may try to inject code

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @noxerr

    This kind of input is sanitized and should cause any issues (apart from flooding the site with spammy submissions).

    If you are using only honeypot it would be recommended to also use additional protection such as e.g. reCaptcha or hcaptcha. Some firewall on site/server (and even better a CDN with firewall) could also be a good shot as it always increases security level, including helping to mitigate/limit such injection attempts.

    And yes, despite sanitization and any other measures you should be careful if you are reading submitted data directly – never trust the “raw data” and always make your scripts validate data in some way before they use them. Even if injection through form fails, there’s always a chance that somebody/something may be able at some point to inject malicious code directly into DB in some way at some point.

    But getting back to the main question – yes, these submissions are sanitized.

    Kind regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @noxerr ,

    We haven’t heard from you for some time now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Someone tried to hack my form’ is closed to new replies.