Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/axllent/mailpit
  4. ›
  5. CVE-2026-67448

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

August 20, 2026 (updated September 2, 2026)

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 accepts every origin. Confirmed at HEAD 408b30d. Affects 1.29.0 through 1.30.5.

References

  • github.com/advisories/GHSA-8r62-w5wh-fc5m
  • github.com/axllent/mailpit/commit/fbe5e006c3f1682b819df58b4a932d7a84920be9
  • github.com/axllent/mailpit/releases/tag/v1.30.6
  • github.com/axllent/mailpit/security/advisories/GHSA-8r62-w5wh-fc5m
  • nvd.nist.gov/vuln/detail/CVE-2026-67448

Code Behaviors & Features

Detect and mitigate CVE-2026-67448 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.29.0 before 1.30.6

Fixed versions

  • 1.30.6

Solution

Upgrade to version 1.30.6 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-177: Improper Handling of URL Encoding (Hex Encoding)
  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-346: Origin Validation Error

Source file

go/github.com/axllent/mailpit/CVE-2026-67448.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 11 Sep 2026 00:18:09 +0000.