Zurück zur Liste

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

GitHub · GitHub · CVE-2026-45711

ID
CVE-2026-45711
Datum
Activity
Quelle
GitHub
Vendor
GitHub
Risiko
medium
CVSS
5.9

Zusammenfassung

### Summary 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…

Produkt

go: github.com/axllent/mailpit

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Prüfe Exponierung und plane Maßnahmen nach Risiko und Umfeld.
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu