Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

As a ASP.NET programmer, do I need to be concerned about email injection attacks?

There are lots of PHP articles about the subject so is this a PHP only problem. I am sending emails using System.Net.Mail after some regular expression checks of course. Similar to http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx

like image 951
Brian Singh Avatar asked Sep 10 '08 18:09

Brian Singh


1 Answers

the PHP email injection attack works because of a weakness in the PHP Mail() function. As a .net developer you need not worry.

like image 70
Danimal Avatar answered Nov 09 '22 16:11

Danimal