Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade MimeKit to version 4.15.1 or higher.
MimeKit is a C# library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME), as defined by numerous IETF specifications.
Affected versions of this package are vulnerable to CRLF Injection due to the InternetAddress not rejecting control characters. An attacker can inject SMTP commands by supplying a quoted local-part containing \r\n when constructing a MailboxAddress, causing the SMTP client to emit extra commands via MAIL FROM/RCPT TO.