๐Ÿ” CVE Alert

CVE-2026-45711

MEDIUM 5.9

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

CVSS Score
5.9
EPSS Score
0.0%
EPSS Percentile
0th

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the mailpit dump --http <base-url> <out-dir> sub-command downloads every message from a remote Mailpit instance and writes each one as <id>.eml inside the user-supplied output directory. The message ID field is taken verbatim from the JSON response of the remote server and concatenated into the output path with path.Join, which silently normalizes `..` segments. A malicious HTTP server impersonating Mailpit can therefore make mailpit dump write attacker-controlled bytes to any path the running user can write, fully outside the intended output directory. Version 1.30.0 contains a patch.

CWE CWE-22 CWE-829
Vendor axllent
Product mailpit
Published Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for axllent mailpit

Be the first to know when new medium vulnerabilities affecting axllent mailpit are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

axllent / mailpit
< 1.30.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/axllent/mailpit/security/advisories/GHSA-qx5x-85p8-vg4j github.com: https://github.com/axllent/mailpit/releases/tag/v1.30.0