Description
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.
Published: 2026-07-20
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Mailpit’s dump --http sub‑command downloads messages from a remote Mailpit instance and writes them as <id>.eml into a user‑supplied output directory. The message ID, taken directly from the server’s JSON response, is appended to the output path using path.Join, which silently normalizes '..' segments. A malicious HTTP server impersonating Mailpit can, therefore, cause the dump operation to write attacker‑controlled bytes to any location writable by the running user, fully outside the intended directory. This results in arbitrary file write and potentially overwriting system files or delivering malicious payloads. The issue is a combination of path‑traversal (CWE‑22) and unrestricted file write (CWE‑829).

Affected Systems

All installations of Axllent Mailpit prior to version 1.30.0 are affected, regardless of operating system or environment. The vulnerability is triggered when the dump --http command is used against a remote Mailpit instance that the attacker controls or mimics.

Risk and Exploitability

The CVSS score of 5.9 indicates medium severity, and the EPSS score of < 1% suggests a low likelihood of widespread exploitation. The vulnerability is not listed in CISA’s KEV catalog. An attacker would need to host a malicious HTTP endpoint that masquerades as a Mailpit instance; the victim must then run the dump --http command against it.

Generated by OpenCVE AI on July 30, 2026 at 19:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Mailpit to version 1.30.0 or later where the path traversal and arbitrary write issue is fixed.
  • Restrict the output directory’s permissions so that only the intended user or application component can write to it, mitigating the impact of any residual path traversal logic.
  • If upgrading immediately is not possible, isolate the dump operation behind a firewall or proxy that only allows connections to trusted Mailpit instances, reducing the chance that an attacker can impersonate a Mailpit server.

Generated by OpenCVE AI on July 30, 2026 at 19:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-qx5x-85p8-vg4j Mailpit: Path traversal & arbitrary file write in mailpit dump --http via attacker-controlled message IDs
History

Tue, 21 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
First Time appeared Axllent
Axllent mailpit
Vendors & Products Axllent
Axllent mailpit

Mon, 20 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Mailpit: Path traversal & arbitrary file write in mailpit dump --http via attacker-controlled message IDs
Weaknesses CWE-22
CWE-829
References
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-21T15:42:56.143Z

Reserved: 2026-05-13T05:51:48.665Z

Link: CVE-2026-45711

cve-icon Vulnrichment

Updated: 2026-07-21T15:42:20.442Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T19:30:09Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-829

    Inclusion of Functionality from Untrusted Control Sphere