MimeKit
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
Activity
- Latest release
- 3mo ago
- Total releases
- 81
- Cadence
- ~42 days
- Last 12 months
- 4
Details
- License
- MIT
- First release
- Oct 31, 2016
| Version | Released | |
|---|---|---|
4.17.0
minor
|
4.17.0
minor
Dependencies (6)
|
|
4.16.0
minor
|
4.16.0
minor
Dependencies (6)
|
|
4.15.1
patch
|
4.15.1
patch
Dependencies (6)
|
|
4.15.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.15.0
minor
Dependencies (6)
|
|
4.14.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.14.0
minor
Dependencies (6)
|
|
4.13.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.13.0
minor
Dependencies (6)
|
|
4.12.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.12.0
minor
Dependencies (6)
|
|
4.11.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.11.0
minor
Dependencies (6)
|
|
4.10.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.10.0
minor
Dependencies (7)
|
|
4.9.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.9.0
minor
Dependencies (7)
|
|
4.8.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.8.0
minor
Dependencies (8)
|
|
4.7.1
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
4.7.1
patch
Dependencies (8)
|
|
4.7.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.7.0
minor
Dependencies (7)
|
|
4.6.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.6.0
minor
Dependencies (7)
|
|
4.5.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.5.0
minor
Dependencies (7)
|
|
4.4.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.4.0
minor
Dependencies (7)
|
|
4.3.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.3.0
minor
Dependencies (7)
|
|
4.2.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.2.0
minor
Dependencies (7)
|
|
4.1.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.1.0
minor
Dependencies (7)
|
|
4.0.0
major
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
4.0.0
major
Dependencies (7)
|
|
3.6.1
patch
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.6.1
patch
Dependencies (7)
|
|
3.6.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.6.0
minor
Dependencies (7)
|
|
3.5.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.5.0
minor
Dependencies (7)
|
|
3.4.3
patch
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.4.3
patch
Dependencies (7)
|
|
3.4.2
patch
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.4.2
patch
Dependencies (6)
|
|
3.4.1
patch
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.4.1
patch
Dependencies (6)
|
|
3.4.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.4.0
minor
Dependencies (6)
|
|
3.3.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.3.0
minor
Dependencies (6)
|
|
3.2.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.2.0
minor
Dependencies (6)
|
|
3.1.1
patch
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.1.1
patch
Dependencies (6)
|
|
3.1.0
minor
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.1.0
minor
Dependencies (6)
|
|
3.0.0
major
2 CVEs
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev
GHSA-gmc6-fwg3-75m5
Jul 11, 2024
Mimekit has vulnerable dependency that can lead to denial of service
High
Network
Low
None
None
SummaryDenial of service vulnerability. DetailsSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312 PoCUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated ImpactDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages. Affected versions
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
+ 8 more Show less
4.0.0
4.1.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
Fixed in
4.7.1
References Updated Nov 29, 2024 · Source: OSV.dev |
3.0.0
major
Dependencies (6)
|
|
2.15.1
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.15.1
patch
Dependencies (6)
|
|
2.15.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.15.0
minor
Dependencies (6)
|
|
2.14.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.14.0
minor
Dependencies (6)
|
|
2.13.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.13.0
minor
Dependencies (6)
|
|
2.12.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.12.0
minor
Dependencies (6)
|
|
2.11.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.11.0
minor
Dependencies (6)
|
|
2.10.1
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.10.1
patch
Dependencies (6)
|
|
2.10.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.10.0
minor
Dependencies (6)
|
|
2.9.2
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.9.2
patch
Dependencies (6)
|
|
2.9.1
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.9.1
minor
Dependencies (5)
|
|
2.8.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.8.0
minor
Dependencies (7)
|
|
2.7.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.7.0
minor
Dependencies (6)
|
|
2.6.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.6.0
minor
Dependencies (6)
|
|
2.5.2
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.5.2
patch
Dependencies (6)
|
|
2.5.1
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.5.1
patch
Dependencies (6)
|
|
2.5.0
minor
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.5.0
minor
Dependencies (6)
|
|
2.4.1
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.4.1
patch
Dependencies (6)
|
|
2.4.0.1
patch
1 CVE
CVE-2026-30227
GHSA-g7hc-96xr-gvvx
Mar 05, 2026
MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery
Medium
Network
Low
None
None
SummaryA CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed RFC 5321 explicitly defines the SMTP mailbox local-part grammar and does not permit CR (13) or LF (10) inside Details1) RFC 5321 local-part grammar prohibits CR/LF in quoted-stringRFC 5321 defines:
When the local part is a quoted string, the characters and are not allowed. 2) MimeKit 4.15.0 accepts CR/LF inside quoted local-part (non-compliant)In the MimeKit 4.15.0 version, when parsing the local part, the and characters in the double-quoted form will not be detected.
As a result, 3) Affected components / versions
PoCEnvironment:
mimekit_poc.csproj
Example (illustrative) excerpt from smtp session log showing the CRLF injection effect:
Notes:
ImpactVulnerability class:
Who is impacted:
Potential consequences:
Suggested remediation (high level):
Affected versions
0.10.0
0.10.1
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
+ 181 more Show less
0.21.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.39.0
0.40.0
0.41.0
0.42.0
0.43.0
0.43.0.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.90.0
0.91.0
0.92.0
0.93.0
0.94.0
0.95.0
0.96.0
0.97.0
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.10.0
1.10.1
1.12.0
1.14.0
1.14.1
1.16.0
1.16.1
1.16.2
1.18.0
1.18.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.15
1.2.16
1.2.17
1.2.17.1
1.2.17.2
1.2.17.3
1.2.18
1.2.18.1
1.2.19
1.2.2
1.2.20
1.2.20.1
1.2.20.2
1.2.21
1.2.22
1.2.23
1.2.24
1.2.25
1.2.3
1.2.4
1.2.5
1.2.5.1
1.2.6
1.2.7
1.2.8
1.2.9
1.20.0
1.22.0
1.3.0-beta1
1.3.0-beta2
1.3.0-beta3
1.3.0-beta4
1.3.0-beta5
1.3.0-beta6
1.3.0-beta7
1.3.0-rc1
1.4.0
1.4.1
1.4.2
1.6.0
1.8.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.15.1
2.2.0
2.3.0
2.3.1
2.3.2
2.4.0
2.4.0.1
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.7.0
2.8.0
2.9.0
2.9.1
2.9.2
3.0.0
3.0.0-preview1
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.4.1
3.4.2
3.4.3
3.5.0
3.6.0
3.6.1
4.0.0
4.1.0
4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.7.1
4.8.0
4.9.0
Fixed in
4.15.1
References Updated Mar 06, 2026 · Source: OSV.dev |
2.4.0.1
patch
Dependencies (6)
|