CVE-2026-67447
Last modified
CVE-2026-67447 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| axllent | mailpit | >= 1.30.0, < 1.30.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-67447?
How severe is CVE-2026-67447?
How do I fix CVE-2026-67447?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6744A vulnerability was found in Bagisto up to 2.3.15. Affected …6.3
- CVE-2026-67440FUXA is a web-based Process Visualization (SCADA/HMI/Dashboa…6.9
- CVE-2026-67442FUXA is a web-based Process Visualization (SCADA/HMI/Dashboa…2
- CVE-2026-67443FUXA is a web-based Process Visualization (SCADA/HMI/Dashboa…9.2
- CVE-2026-67445Mailpit is an email testing tool and API for developers. Pri…5.3
- CVE-2026-67446Mailpit is an email testing tool and API for developers. Pri…5.3
- CVE-2026-67448Mailpit is an email testing tool and API for developers. Fro…6.5
- CVE-2026-6745A vulnerability was determined in Bagisto up to 2.3.15. Affe…3.5
- CVE-2026-6746Use-after-free in the DOM: Core & HTML component. This vulne…7.5
- CVE-2026-67465A pre-authentication attacker could leverage unbounded symbo…7.5
- CVE-2026-6747Use-after-free in the WebRTC component. This vulnerability w…7.5
- CVE-2026-6748Uninitialized memory in the Audio/Video: Web Codecs componen…9.8
Are you affected by CVE-2026-67447?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
