Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-67448
Published:August 20, 2026
Updated:September 24, 2026
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 websocket.Upgrader.CheckOrigin to return true. A malicious website can request /%61pi/events, skip corsOriginAccessControl(), reach the /api/events WebSocket handler, and receive live message IDs, Message-Id values, sender and recipient fields, subjects, tags, and body snippets from an unauthenticated default Mailpit instance after the user visits the site. This is a regression of the earlier WebSocket origin protection and does not affect deployments protected by --ui-auth-file. This issue is fixed in version 1.30.6.
Affected Packages
mailpit (CONDA):
Affected version(s) >=1.29.0 <1.30.6
Fix Suggestion:
Update to version 1.30.6
https://github.com/axllent/mailpit.git (GITHUB):
Affected version(s) >=v1.29.0 <v1.30.6
Fix Suggestion:
Update to version v1.30.6
github.com/axllent/mailpit (GO):
Affected version(s) >=v1.29.0 <v1.30.6
Fix Suggestion:
Update to version v1.30.6
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Origin Validation Error
Exposure of Sensitive Information to an Unauthorized Actor
Improper Handling of URL Encoding (Hex Encoding)
EPSS
Base Score:
0.15