CVE-2026-67448
- EPSS -
- Veröffentlicht 20.08.2026 21:29:06
- Zuletzt bearbeitet 21.08.2026 12:16:30
Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/w...
CVE-2026-67445
- EPSS -
- Veröffentlicht 20.08.2026 21:17:07
- Zuletzt bearbeitet 20.08.2026 21:17:07
Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit reads SMTP commands through internal/smtpd/smtpd.go session.readLine() using bufio.Reader.ReadString before session.parseLine() parses the verb or the RFC 5321 512-octe...
CVE-2026-67446
- EPSS -
- Veröffentlicht 20.08.2026 21:17:07
- Zuletzt bearbeitet 20.08.2026 21:17:07
Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit decodes attacker-supplied image attachments into a full raster before checking decoded dimensions, pixel count, or memory use in the GET /api/v1/message/{id}/part/{part...
CVE-2026-67447
- EPSS -
- Veröffentlicht 20.08.2026 21:15:06
- Zuletzt bearbeitet 20.08.2026 22:17:56
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 a...
CVE-2026-48824
- EPSS 0.42%
- Veröffentlicht 20.07.2026 15:02:52
- Zuletzt bearbeitet 28.07.2026 15:24:17
Mailpit is an email testing tool and API for developers. Prior to version 1.30.1, the fix for GHSA-fpxj-m5q8-fphw (CVE-2026-45710, "Mailpit: Set a default 50MB p/m limit to prevent DoS via unlimited SMTP DATA and /api/v1/send body sizes") wrapped onl...
CVE-2026-45713
- EPSS 0.39%
- Veröffentlicht 20.07.2026 15:01:01
- Zuletzt bearbeitet 28.07.2026 15:24:57
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, ...
CVE-2026-45712
- EPSS 0.25%
- Veröffentlicht 20.07.2026 14:59:40
- Zuletzt bearbeitet 28.07.2026 15:27:36
Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the screenshot/print proxy (/proxy?data=…) maintains a package-level assets map[string]MessageAssets cache, but reads the map without holding assetsMutex while a long-r...
CVE-2026-45711
- EPSS 0.31%
- Veröffentlicht 20.07.2026 14:39:06
- Zuletzt bearbeitet 28.07.2026 15:30:44
Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the mailpit dump --http <base-url> <out-dir> sub-command downloads every message from a remote Mailpit instance and writes each one as <id>.eml inside the user-supplied...
CVE-2026-45709
- EPSS 0.27%
- Veröffentlicht 20.07.2026 14:37:00
- Zuletzt bearbeitet 28.07.2026 15:31:54
Mailpit is an email testing tool and API for developers. The fix for GHSA-6jxm-fv7w-rw5j (CVE-2026-23845, "Server-Side Request Forgery (SSRF) via HTML Check API"), shipped in mailpit `v1.28.3`, hardened `internal/htmlcheck/css.go::downloadCSSToBytes`...
CVE-2026-55187
- EPSS 0.28%
- Veröffentlicht 10.07.2026 21:43:59
- Zuletzt bearbeitet 13.07.2026 19:21:55
Mailpit is an email testing tool and API for developers. Prior to 1.30.2, the remediation shipped for CVE-2026-27808 is incomplete because the tools.IsInternalIP deny-list in internal/tools/net.go relies on Go's standard library classification helper...