Posts: 457
Name: Randy
Location: Northern Wisconsin
|
I set up a contact form on a client's website that collects info for a newsletter. The form data does not go into a database, it is just emailed to the client and they manually record the data in their own files(by request).
The contact form does auto-send a confirmation email to the new user.
They have received 5 emails from this form in the last couple days with fields filled in "ZOVYzQEhigusRhMytvp" or other random text etc. All information is run through RegExp for email address, phone numbers, etc. So they are taking the time to make sure that input is in the right "format".
Is this how a typical email injection attack looks?
What is your best method for guard against these attacks?
Should I just take off the auto respond confirm email part for safety?
|