Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/axllent/mailpit
  4. ›
  5. CVE-2026-67445

CVE-2026-67445: Mailpit: SMTP command parser buffers unbounded command lines before syntax rejection

September 2, 2026

Mailpit’s SMTP server reads each command line with an unbounded bufio.Reader.ReadString('\n') before parsing the command or enforcing any protocol length limit. A remote SMTP client can send an oversized single command line and force Mailpit to allocate attacker-controlled memory before the server returns a syntax error or times out, even though RFC 5321 limits SMTP command lines to 512 octets including CRLF.

References

  • github.com/advisories/GHSA-w878-pj84-3j5v
  • github.com/axllent/mailpit/commit/993bed95b3c74d95231af93bd0e0d4c3d5b4db4d
  • github.com/axllent/mailpit/releases/tag/v1.30.4
  • github.com/axllent/mailpit/security/advisories/GHSA-w878-pj84-3j5v
  • nvd.nist.gov/vuln/detail/CVE-2026-67445

Code Behaviors & Features

Detect and mitigate CVE-2026-67445 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.30.4

Fixed versions

  • 1.30.4

Solution

Upgrade to version 1.30.4 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption

Source file

go/github.com/axllent/mailpit/CVE-2026-67445.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 12 Sep 2026 00:20:11 +0000.