VYPR

Mailpit

by Mailpit

CVEs (2)

  • CVE-2026-67448MedAug 20, 2026
    risk 0.35cvss 6.5epss

    Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/websockets/client.go…

  • CVE-2026-67447MedAug 20, 2026
    risk 0.27cvss 5.3epss

    Mailpit is an email testing tool and API for developers. From 1.30.0 until 1.30.5, Mailpit's internal/smtpd/smtpd.go readData() function calls bufio.Reader.ReadBytes before applying the len(data)+len(line) size check to the completed SMTP DATA line against Server.MaxSize. An…