Lucene search
+L

194 matches found

Cvelist
Cvelist
added 2026/07/20 2:39 p.m.41 views

CVE-2026-45711 Mailpit: Path traversal & arbitrary file write in mailpit dump --http via attacker-controlled message IDs

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the mailpit dump --http sub-command downloads every message from a remote Mailpit instance and writes each one as .eml inside the user-supplied output directory. The message ID field is taken verbatim from the JSON...

5.9CVSS0.00311EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/20 2:37 p.m.42 views

CVE-2026-45709 Mailpit has an incomplete fix for GHSA-6jxm: HTML check still permits SSRF to private/loopback/IMDS via missing IP-filter dialer

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 with a 5MB size cap, a text/css content-type check,...

5.8CVSS0.00265EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/20 2:37 p.m.11 views

CVE-2026-45709 Mailpit has an incomplete fix for GHSA-6jxm: HTML check still permits SSRF to private/loopback/IMDS via missing IP-filter dialer

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 with a 5MB size cap, a text/css content-type check,...

5.8CVSS5.2AI score
SaveExploits0References4
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
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/10 9:43 p.m.13 views

CVE-2026-55187

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 helpers and does not block IPv6 transition mechanisms...

5.8CVSS6.1AI score0.00282EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/10 9:43 p.m.53 views

CVE-2026-55187 Mailpit: Incomplete SSRF protection in Link Check API via IPv6 transition mechanisms (follow-up to CVE-2026-27808)

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 helpers and does not block IPv6 transition mechanisms...

5.8CVSS0.00282EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/10 9:43 p.m.60 views

CVE-2026-55187

Mailpit contains an SSRF protection gap in Link Check API prior to v1.30.2. The internal IsInternalIP deny-list only blocks common IPv4 private/local addresses and CGNAT, and does not recognize several IPv6 forms that embed IPv4 destinations or IPv6 prefixes outside standard private ranges. Bypas...

5.8CVSS6.1AI score0.00282EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/10 9:43 p.m.11 views

CVE-2026-55187 Mailpit: Incomplete SSRF protection in Link Check API via IPv6 transition mechanisms (follow-up to CVE-2026-27808)

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 helpers and does not block IPv6 transition mechanisms...

5.8CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added 2026/07/07 3:26 p.m.14 views

GO-2026-5868 Mailpit: Sibling-endpoint memory-exhaustion DoS via unbounded JSON body on /api/v1/messages, /api/v1/tags, and /api/v1/message/{id}/release (incomplete fix of GHSA-fpxj-m5q8-fphw) in github.com/axllent/mailpit

Mailpit: Sibling-endpoint memory-exhaustion DoS via unbounded JSON body on /api/v1/messages, /api/v1/tags, and /api/v1/message/id/release incomplete fix of GHSA-fpxj-m5q8-fphw in github.com/axllent/mailpit...

5.3CVSS5.9AI score0.00421EPSS
SaveExploits1References1
Circl
Circl
added 2026/07/01 10:35 p.m.15 views

CVE-2026-48824

creationtimestamp| type| source ---|---|--- 2026-07-01 22:35:13+00:00| published-proof-of-concept| https://github.com/axllent/mailpit/security/advisories/GHSA-28pq-6qxg-wg5r...

5.3CVSS5.8AI score0.00421EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/07/01 8:56 p.m.26 views

Mailpit: Sibling-endpoint memory-exhaustion DoS via unbounded JSON body on /api/v1/messages, /api/v1/tags, and /api/v1/message/{id}/release (incomplete fix of GHSA-fpxj-m5q8-fphw)

Summary 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 only POST /api/v1/send with http.MaxBytesReader. The four other Mailpit JSON-body API endpoints PUT /api/v1/messages...

5.3CVSS5.9AI score0.00421EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/07/01 8:56 p.m.18 views

GHSA-28PQ-6QXG-WG5R Mailpit: Sibling-endpoint memory-exhaustion DoS via unbounded JSON body on /api/v1/messages, /api/v1/tags, and /api/v1/message/{id}/release (incomplete fix of GHSA-fpxj-m5q8-fphw)

Summary 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 only POST /api/v1/send with http.MaxBytesReader. The four other Mailpit JSON-body API endpoints PUT /api/v1/messages...

5.3CVSS5.9AI score0.00421EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.19 views

PT-2026-54764

Name of the Vulnerable Software and Affected Versions facturascripts affected versions not specified Description Stored Cross-Site Scripting XSS exists due to improper sanitization of user-controlled input when rendering HTML attributes. The functions renderVariantList in WidgetVariante.php and...

3.5CVSS6.1AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.26 views

PT-2026-55207

Name of the Vulnerable Software and Affected Versions Mailpit versions prior to 1.30.1 Description An incomplete fix for a previous denial-of-service issue left several API endpoints without body-size limits. An unauthenticated remote attacker can send a specially crafted JSON request containing ...

5.3CVSS5.5AI score0.00421EPSS
SaveExploits1
Chainguard
Chainguard
added 2026/06/26 8:22 p.m.15 views

CVE-2026-46601 vulnerabilities

Vulnerabilities for packages: seaweedfs-operator-fips, rclone, ollama-fips, gitea-fips, gitlab-workhorse-ce, seaweedfs, seaweedfs-rocksdb-fips, seaweedfs-rocksdb, gitea, ollama, mattermost-fips, kubescape, seaweedfs-fips, bento, seaweedfs-operator, kubescape-server, rclone-fips, mailpit,...

7.5CVSS8.4AI score0.00335EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/06/26 8:22 p.m.13 views

GHSA-M43H-MP45-GHQ6 vulnerabilities

Vulnerabilities for packages: seaweedfs-operator-fips, rclone, ollama-fips, gitea-fips, gitlab-workhorse-ce, seaweedfs, seaweedfs-rocksdb-fips, seaweedfs-rocksdb, gitea, ollama, mattermost-fips, kubescape, seaweedfs-fips, bento, seaweedfs-operator, kubescape-server, rclone-fips, mailpit,...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2026/06/26 8:22 p.m.27 views

GHSA-PWFV-328H-75X9 vulnerabilities

Vulnerabilities for packages: seaweedfs-operator-fips, rclone-fips, gitlab-workhorse-ce, hugo-fips, mailpit, hugo-extended, mailpit-fips, mattermost, filebrowser, mattermost-fips, rclone, seaweedfs, seaweedfs-fips, seaweedfs-rocksdb-fips, listmonk, seaweedfs-operator, hugo, seaweedfs-rocksdb...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2026/06/26 8:22 p.m.17 views

CVE-2026-46602 vulnerabilities

Vulnerabilities for packages: seaweedfs-operator-fips, rclone-fips, gitlab-workhorse-ce, hugo-fips, mailpit, hugo-extended, mailpit-fips, mattermost, filebrowser, mattermost-fips, rclone, seaweedfs, seaweedfs-fips, seaweedfs-rocksdb-fips, listmonk, seaweedfs-operator, hugo, seaweedfs-rocksdb...

7.5CVSS8.4AI score0.00335EPSS
SaveExploits0
OSV
OSV
added 2026/06/25 10:34 p.m.9 views

GO-2026-5688 Mailpit: Incomplete SSRF protection in Link Check API via IPv6 transition mechanisms in github.com/axllent/mailpit

Mailpit: Incomplete SSRF protection in Link Check API via IPv6 transition mechanisms in github.com/axllent/mailpit...

5.8CVSS5.8AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 10:34 p.m.9 views

GO-2026-5689 Mailpit: Concurrent map read & write in proxy CSS rewriter - remote unauth crash (fatal error: concurrent map read and map write) in github.com/axllent/mailpit

Mailpit: Concurrent map read & write in proxy CSS rewriter - remote unauth crash fatal error: concurrent map read and map write in github.com/axllent/mailpit...

5.9CVSS5.9AI score0.00247EPSS
SaveExploits1References2
Rows per page
Query Builder