Lucene search
+L
AxllentMailpit

10 matches found

CVE
CVE
added 2026/07/20 3:02 p.m.62 views

CVE-2026-48824

Mailpit versions before 1.30.1 expose a pre-auth memory-exhaustion DoS via unbounded JSON bodies on four endpoints: PUT /api/v1/messages, DELETE /api/v1/messages, PUT /api/v1/tags, and POST /api/v1/message/{id}/release. The root cause is json.NewDecoder(r.Body) used without a body-size cap, unlik...

5.3CVSS5.4AI score0.00421EPSS
SaveWeb
CVE
CVE
added 2026/07/20 2:37 p.m.58 views

CVE-2026-45709

Mailpit’s CVE-2026-45709 vulnerability stems from an incomplete fix for GHSA-6jxm. While v1.28.3 hardened CSS download with size cap, content-type check, and login-info stripping, the internal htmlcheck CSS downloader (internal/htmlcheck/css.go) did not implement an IP-filtering dialer. The safeD...

5.8CVSS5.1AI score0.00265EPSS
SaveWeb
CVE
CVE
added 2026/07/20 2:39 p.m.58 views

CVE-2026-45711

CVE-2026-45711 (Mailpit) describes a path traversal and arbitrary file write in the mailpit dump --http workflow. The vulnerability arises when Mailpit downloads messages from a remote server and constructs the output file path using the message ID from the JSON response via path.Join; the functi...

8.2CVSS5.5AI score0.00311EPSS
Save
CVE
CVE
added 2026/01/19 7:01 p.m.54 views

CVE-2026-23845

Mailpit (github.com/axllent/mailpit) is affected by SSRF via the HTML Check API. The HTMLCheck flow processes HTML emails by inlining external CSS files through inlineRemoteCSS(), which fetches URLs found in tags. Root cause: insufficient URL validation and unrestricted external fetching in isUR...

7.5CVSS5.5AI score0.004EPSS
SaveWeb
CVE
CVE
added 2026/07/20 2:59 p.m.54 views

CVE-2026-45712

CVE-2026-45712 concerns Mailpit's proxy CSS rewriter exposing a race condition: an unsynchronized read of a package-level assets map occurs concurrently with writes under the assetsMutex, causing a runtime panic (concurrent map read and map write) and a full Mailpit process crash, taking SMTP/POP...

5.9CVSS5.4AI score0.00247EPSS
SaveWeb
CVE
CVE
added 2026/07/20 3:01 p.m.53 views

CVE-2026-45713

Mailpit suffers an unauthenticated remote memory-exhaustion DoS due to missing limits on SMTP DATA and the /api/v1/send body. Before v1.30.0, Server.MaxSize is not assigned, allowing unbounded data growth and RAM/disk pressure as messages are processed and stored. Multiple sources (CVE-2026-45713...

7.5CVSS5.4AI score0.00388EPSS
Save
CVE
CVE
added 2026/01/07 11:24 p.m.47 views

CVE-2026-21859

Mailpit is vulnerable to Server-Side Request Forgery (SSRF) in the /proxy endpoint for versions 1.28.0 and earlier. The endpoint validates http:// and https:// but does not block internal IPs, enabling an attacker to access internal resources via crafted HTTP GET requests with minimal headers. Th...

5.8CVSS6.4AI score0.00755EPSS
SaveIn wild
CVE
CVE
added 2026/01/18 11:23 p.m.34 views

CVE-2026-23829

CVE-2026-23829 — Mailpit SMTP header injection via regex bypass. Mailpit’s SMTP server (prior to v1.28.3) fails to properly filter control characters in RCPT TO/MAIL FROM addresses due to a regex with an incomplete character class, allowing CR/LF bypass and header injection. The flaw stems from G...

5.3CVSS5.8AI score0.01441EPSS
Save
CVE
CVE
added 2026/02/25 11:51 p.m.34 views

CVE-2026-27808

CVE-2026-27808 affects Mailpit’s Link Check API (/api/v1/message/{ID}/link-check). Prior to v1.29.2, the server performs HTTP HEAD requests on all URLs found in emails without validating target hosts or filtering private/internal IP ranges, enabling remote SSRF with no authentication. The vulnera...

8.6CVSS5.6AI score0.00469EPSS
SaveWeb
CVE
CVE
added 2026/01/10 5:46 a.m.29 views

CVE-2026-22689

Mailpit prior to v1.28.2 is vulnerable to Cross-Site WebSocket Hijacking (CSWSH) because the WebSocket upgrader accepts connections from any origin (CheckOrigin always true). This enables a malicious site to create a WebSocket to ws://localhost:8025 and receive real-time data such as email conten...

6.5CVSS6.3AI score0.00216EPSS
Save