CVE Catalog

CVE-2026-55187

MediumCVSS 5.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

Mailpit prior to version 1.30.2 has an incomplete fix for CVE-2026-27808 that fails to block all IPv6 transition mechanisms (NAT64, 6to4, ISATAP, etc.). An attacker can use the Link Check API to scan internal services, including cloud metadata endpoints.

Risk Assessment

The risk involves the ability to map internal network infrastructure and potentially access sensitive services such as cloud metadata, which could lead to privilege escalation or data leakage.

Recommendation

Upgrade Mailpit to version 1.30.2 or later immediately. If upgrading is not possible, restrict access to the Link Check API using a firewall or authentication.

Other vulnerabilities in Mailpit

See all
Original NVD description (English source)

Mailpit is an email testing tool and API for developers. Prior to 1.30.2, the remediation shipped for CVE-2026-27808 is incomplete because the tools.IsInternalIP deny-list in internal/tools/net.go relies on Go's standard library classification helpers and does not block IPv6 transition mechanisms or prefixes such as NAT64, 6to4, IPv4-compatible IPv6, ISATAP, fec0::/10, and 2001:db8::/32. An attacker who can deliver email and invoke POST /api/v1/message/{ID}/link-check can coerce the Link Check API's safeDialContext path into dialing internal destinations and can use status-code and error feedback to map internal service reachability, including cloud metadata endpoints. This issue is fixed in version 1.30.2.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS