Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
axllent mailpit — Mailpit: Unauthenticated remote memory-exhaustion DoS via unlimited SMTP DATA and /api/v1/send body sizes
AV AC PR UI S C I A CVSS EPSS %ile KEV
N L N N U N N H 7.5 .0039 32.1 —
AFFECTED
Product Versions Fixed
mailpit < 1.30.0 – —
TIMELINE
May 13 Reserved by GitHub_M
Jul 20 EXPLOIT PUBLISHED — CVE-2026-45713 (axllent mailpit). Public exploit reference added.
Jul 20 Published (CNA: GitHub_M)
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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 13, 2026 | Reserved | Reserved by GitHub_M |
| July 20, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-45713 (axllent mailpit). Public exploit reference added. |
| July 20, 2026 | Published | Published (CNA: GitHub_M) |
Affected
Affected products and packages — 1 row
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| axllent | mailpit | — | < 1.30.0 | — |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-45713 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.