CVE-2026-67448CWE-177CWE-200CWE-346information-disclosure

CVE-2026-67448

Medium · published August 21, 2026

CVSS v3.1
6.5
EPSS
0%
Percentile
4.2
In the wild
Unconfirmed
What it is

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.

The record
Technical detail
CVSS v3.1
6.5 · MEDIUM
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
CVSS v4.0
Not supplied
EPSS
0.00146 · 4.2th percentile
Weaknesses
CWE-177 · Improper Handling of URL Encoding (Hex Encoding); CWE-200 · Exposure of Sensitive Information to an Unauthorized Actor; CWE-346 · Origin Validation Error
Published
2026-08-21T02:17Z
References (3)
EPSS history
Timeline
  • 20 AUG 21:29Z
    Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)
    cvelistv5