Is there any injection vulnerability in the body of an email?

后端 未结 4 1834
长情又很酷
长情又很酷 2020-12-31 06:02

AFAIK there is only a vulnerability within the HEADERS of an email when using user data correct?

I am using the below function to sanitize my data, however I have so

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 06:20

    If the email's an HTML mail, and particularly if the receiver's going to be viewing it in a web-based email (Hotmail, Gmail, Yahoo, etc...) or an email client that supports HTML views, then injection into the body is definitely a concern - XSS can happen anywhere.

提交回复
热议问题