Lucene search
+L

194 matches found

Nuclei
Nuclei
added 2026/08/23 2:28 a.m.72 views

Mailpit < 1.28.3 - Server-Side Request Forgery

Mailpit = 1.28.0 contains a server-side request forgery caused by insufficient validation of internal IP addresses in the /proxy endpoint, letting attackers make requests to internal network resources, exploit requires crafted HTTP GET requests. id: CVE-2026-21859 info: name: Mailpit 1.28.3 -...

5.8CVSS6.4AI score0.00755EPSS
SaveExploits2References2
Circl
Circl
added 2026/08/20 10:35 p.m.10 views

CVE-2026-67447

creationtimestamp| type| source ---|---|--- 2026-08-20 22:35:02+00:00| published-proof-of-concept| https://github.com/axllent/mailpit/security/advisories/GHSA-r553-m4fv-5v97...

5.3CVSS5AI score0.00372EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 10:17 p.m.10 views

CVE-2026-67447

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 lendata+lenline size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client...

5.3CVSS0.00372EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 10:17 p.m.14 views

CVE-2026-67448

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/websockets/client.go configures...

6.5CVSS0.00146EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/20 9:34 p.m.7 views

Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

Summary The cross-site WebSocket hijacking fix was reimplemented as an origin check gated on a raw-URI prefix test, but Go's ServeMux routes on the percent-decoded path, so requesting /%61pi/events reaches the WebSocket handler while skipping the only origin control, and the upgrader itself accep...

6.5CVSS5.6AI score0.00216EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 9:34 p.m.7 views

Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

Summary Mailpit's SMTP DATA reader enforces the configured MaxMessageSize only after bufio.Reader.ReadBytes'\n' has already buffered a complete DATA line. A remote unauthenticated SMTP client can send one line larger than the configured message-size cap and force memory allocation before Mailpit...

5.3CVSS5.9AI score0.00372EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/20 9:29 p.m.8 views

EUVD-2026-63668

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/websockets/client.go configures...

6.5CVSS5.4AI score0.00146EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 9:29 p.m.5 views

CVE-2026-67448 Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

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/websockets/client.go configures...

6.5CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/20 9:29 p.m.18 views

CVE-2026-67448

Mailpit (email testing tool for developers) versions 1.29.0 through 1.30.5 contain a cross-site WebSocket hijacking vulnerability. The origin middleware in server/server.go checks the raw RequestURI for the /api/ prefix, while Go's ServeMux routes on the percent-decoded path. Combined with websoc...

6.5CVSS5.4AI score0.00146EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 9:29 p.m.32 views

CVE-2026-67448 Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

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/websockets/client.go configures...

6.5CVSS0.00146EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 9:17 p.m.9 views

CVE-2026-67446

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/partID/thumb endpoint. The Thumbnail handler in...

5.3CVSS0.00371EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 9:17 p.m.7 views

CVE-2026-67445

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-octet command-line limit is enforced. An unauthenticate...

5.3CVSS0.00371EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 9:15 p.m.5 views

CVE-2026-67447 Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

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 lendata+lenline size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client...

5.3CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 9:15 p.m.26 views

CVE-2026-67447 Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

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 lendata+lenline size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client...

5.3CVSS0.00372EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 9:15 p.m.11 views

EUVD-2026-63664

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 lendata+lenline size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client...

5.3CVSS5.3AI score0.00372EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 9:15 p.m.13 views

CVE-2026-67447

Mailpit (email testing tool) versions 1.30.0–1.30.4 contain a post-fix gap in the SMTP DATA reader (internal/smtpd/smtpd.go, readData()). The function calls bufio.Reader.ReadBytes('\n') before enforcing the configured MaxMessageSize cap, so a single oversized DATA line is fully allocated in memor...

5.3CVSS5.3AI score0.00372EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 9:13 p.m.7 views

EUVD-2026-63663

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-octet command-line limit is enforced. An unauthenticate...

5.3CVSS5.6AI score0.00371EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 9:13 p.m.31 views

CVE-2026-67445 Mailpit: SMTP command parser buffers unbounded command lines before syntax rejection

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-octet command-line limit is enforced. An unauthenticate...

5.3CVSS0.00371EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 9:13 p.m.10 views

CVE-2026-67445

In Mailpit versions prior to 1.30.4, the SMTP command reader in internal/smtpd/smtpd.go uses bufio.Reader.ReadString before enforcing the RFC 5321 512-octet limit, allowing an unauthenticated remote attacker to send oversized command lines (including auth continuation lines) and exhaust memory, r...

5.3CVSS5.6AI score0.00371EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 9:13 p.m.4 views

CVE-2026-67445 Mailpit: SMTP command parser buffers unbounded command lines before syntax rejection

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-octet command-line limit is enforced. An unauthenticate...

5.3CVSS5.8AI score
SaveExploits0References5
Rows per page
Query Builder