๐Ÿ” CVE Alert

CVE-2026-67447

MEDIUM 5.3

Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

Mailpit is an email testing tool and API for developers. From 1.30.0 until 1.30.5, Mailpit's internal/smtpd/smtpd.go readData() function calls bufio.Reader.ReadBytes before applying the len(data)+len(line) size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client can send a single line larger than the configured MaxMessageSize, causing the full line to be allocated before Mailpit returns the 552 5.3.4 rejection. This post-fix gap remains after normal multi-line DATA accumulation was bounded, and concurrent oversized lines can create substantial memory pressure beyond the configured message-size cap. This issue is fixed in version 1.30.5.

CWE CWE-770
Vendor axllent
Product mailpit
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for axllent mailpit

Be the first to know when new medium vulnerabilities affecting axllent mailpit are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

axllent / mailpit
>= 1.30.0, < 1.30.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/axllent/mailpit/security/advisories/GHSA-r553-m4fv-5v97 github.com: https://github.com/axllent/mailpit/commit/8720c6bd8281fc00d458081908f1dbef8e59a98c github.com: https://github.com/axllent/mailpit/releases/tag/v1.30.5