Description
This web application is vulnerable to Email Header Injection. Email Header Injection is a security vulnerability that allows a malicious user to tamper with the email messages that are sent from the web application by injecting additional SMTP/IMAP headers. A malicious spammer could potentially use this tactic to send large numbers of messages anonymously.
Remediation
You need to restrict CR(0x13) and LF(0x10) from the user input. Check references for more information about fixing this vulnerability.
References
Related Vulnerabilities
Play Framework Improper Input Validation Vulnerability (CVE-2015-2156)
Magento Improper Input Validation Vulnerability (CVE-2019-7899)
MediaWiki Improper Input Validation Vulnerability (CVE-2013-1816)
PHP 4.3.0 file disclosure and possible code execution
MediaWiki Improper Input Validation Vulnerability (CVE-2014-5243)