PT-2026-79137 · Mailpit · Mailpit
CVE-2026-67445
·
Published
2026-08-20
·
Updated
2026-09-10
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Mailpit versions prior to 1.30.4
Description
An unauthenticated remote SMTP client can send an oversized single command line that is fully allocated before syntax rejection or timeout occurs. This happens because the software reads SMTP commands through the
readLine() function in internal/smtpd/smtpd.go using bufio.Reader.ReadString before the parseLine() function parses the verb or enforces the RFC 5321 512-octet command-line limit. Since the normal MaxMessageSize and DATA limits do not apply to this pre-DATA path, and the same command reader is used by the handleAuthLogin(), handleAuthPlain(), and handleAuthCramMD5() continuation lines, concurrent oversized inputs can create memory pressure and reduce service availability.Recommendations
Update to version 1.30.4.
Exploit
Fix
Resource Exhaustion
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Mailpit