CVE-2026-45713
Last modified
CVE-2026-45713 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the Mailpit SMTP server has a Server.MaxSize int field that controls the maximum allowed DATA payload size, but the field is never assigned anywhere outside test code, leaving it at Go's zero value (0 ⇒ "no limit"). EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the Mailpit SMTP server has a Server.MaxSize int field that controls the maximum allowed DATA payload size, but the field is never assigned anywhere outside test code, leaving it at Go's zero value (0 ⇒ "no limit"). The same applies to the HTTP /api/v1/send endpoint, whose request body is decoded with json.NewDecoder(r.Body) and no http.MaxBytesReader. Because Mailpit's default listeners bind [::]:1025 (SMTP) and [::]:8025 (HTTP), with no authentication required on either, a single network-reachable attacker can push an arbitrarily large message into Mailpit and watch RAM consumption spike with a ~7-10× amplification factor (raw frame → enmime envelope tree → search-text index → zstd-encoded write to SQLite). Repeating the attack — or running it concurrently from multiple connections — drives the process to OOM-kill. Version 1.30.0 contains a patch.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Axllent | Mailpit | < 1.30.0 |
References
- https://github.com/axllent/mailpit/security/advisories/GHSA-fpxj-m5q8-fphwExploit, Vendor Advisory
- https://github.com/axllent/mailpit/security/advisories/GHSA-fpxj-m5q8-fphwExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-45713?
How severe is CVE-2026-45713?
How do I fix CVE-2026-45713?
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-45707n8n-MCP is an MCP server that provides AI assistants access …8.1
- CVE-2026-45708CubeCart is an ecommerce software solution. Prior to 6.7.3, …7.2
- CVE-2026-45709Mailpit is an email testing tool and API for developers. The…5.8
- CVE-2026-4571A security flaw has been discovered in SourceCodester Sales …6.5
- CVE-2026-45711Mailpit is an email testing tool and API for developers. Pri…8.2
- CVE-2026-45712Mailpit is an email testing tool and API for developers. Pri…5.9
- CVE-2026-45714CubeCart is an ecommerce software solution. Prior to 6.7.0, …9.1
- CVE-2026-45715Budibase is an open-source low-code platform. Prior to 3.38.…7.7
- CVE-2026-45716Budibase is an open-source low-code platform. Prior to 3.38.…8.8
- CVE-2026-45717Budibase is an open-source low-code platform. Prior to 3.38.…8.8
- CVE-2026-45718Budibase is an open-source low-code platform. Prior to 3.38.…5.4
- CVE-2026-45719Budibase is an open-source low-code platform. Prior to 3.38.…6.5
Are you affected by CVE-2026-45713?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
