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

后端 未结 4 1839
长情又很酷
长情又很酷 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:33

    You can also inject MIME boundary into multipart messages, if the boundary is not randomized. That way you can inject arbitrary content (e.g. attachements with malware).

    Example (not directly email-related but still): https://bugzilla.mozilla.org/show_bug.cgi?id=600464

提交回复
热议问题