Axllent

Mailpit

15 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

  • 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...

  • 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...

  • 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...

Exploit
  • 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...

Exploit
  • 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, ...

Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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`...

  • 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...