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

CVE-2026-67447: Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

August 20, 2026 (updated September 2, 2026)

Mailpit’s SMTP DATA reader enforces the configured MaxMessageSize only after bufio.Reader.ReadBytes('\n') has already buffered a complete DATA line. A remote unauthenticated SMTP client can send one line larger than the configured message-size cap and force memory allocation before Mailpit returns the expected 552 5.3.4 rejection, leaving patched versions still exposed to a single-line incomplete-fix variant of the earlier SMTP DATA body-size issue.

References

  • github.com/advisories/GHSA-r553-m4fv-5v97
  • github.com/axllent/mailpit/commit/8720c6bd8281fc00d458081908f1dbef8e59a98c
  • github.com/axllent/mailpit/releases/tag/v1.30.5
  • github.com/axllent/mailpit/security/advisories/GHSA-r553-m4fv-5v97
  • nvd.nist.gov/vuln/detail/CVE-2026-67447

Code Behaviors & Features

Detect and mitigate CVE-2026-67447 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 starting from 1.30.0 before 1.30.5

Fixed versions

  • 1.30.5

Solution

Upgrade to version 1.30.5 or above.

Impact 5.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 12 Sep 2026 00:19:58 +0000.