CVE-2026-48824
Last modified
CVE-2026-48824 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Mailpit is an email testing tool and API for developers. Prior to version 1.30.1, the fix for GHSA-fpxj-m5q8-fphw (CVE-2026-45710, "Mailpit: Set a default 50MB p/m limit to prevent DoS via unlimited SMTP DATA and /api/v1/send body sizes") wrapped only `POST /api/v1/send` with `http.MaxBytesReader`. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
Mailpit is an email testing tool and API for developers. Prior to version 1.30.1, the fix for GHSA-fpxj-m5q8-fphw (CVE-2026-45710, "Mailpit: Set a default 50MB p/m limit to prevent DoS via unlimited SMTP DATA and /api/v1/send body sizes") wrapped only `POST /api/v1/send` with `http.MaxBytesReader`. The four other Mailpit JSON-body API endpoints `PUT /api/v1/messages` (SetReadStatus), `DELETE /api/v1/messages` (DeleteMessages), `PUT /api/v1/tags` (SetMessageTags), and `POST /api/v1/message/{id}/release` (ReleaseMessage) still call `json.NewDecoder(r.Body)` directly with no body-size cap and remain reachable unauthenticated in the default `docker run axllent/mailpit:latest` deploy. An unauthenticated remote attacker can post a multi-million-element `IDs` slice and drive RSS from ~25 MiB baseline to ~450 MiB per 16 MB request body. Repeating across multiple connections accumulates the same per-request amplification per process. Version 1.30.1 contains a patch.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Axllent | Mailpit | < 1.30.1 |
References
- https://github.com/axllent/mailpit/security/advisories/GHSA-28pq-6qxg-wg5rExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48824?
How severe is CVE-2026-48824?
How do I fix CVE-2026-48824?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48819Hey API is an ecosystem for turning API specifications into …4.8
- CVE-2026-4882The User Registration Advanced Fields plugin for WordPress i…9.8
- CVE-2026-48820CakePHP is a rapid development framework for PHP. In version…6.3
- CVE-2026-48821Shaarli is a personal bookmarking service. Versions 0.16.1 a…5.8
- CVE-2026-48822Shaarli is a personal bookmarking service. Versions 0.16.1 a…5.8
- CVE-2026-48823Shaarli is a personal bookmarking service. Versions 0.16.1 a…4.8
- CVE-2026-48827Path traversal vulnerability in Apache MINA SSHD bundle sshd…7.1
- CVE-2026-48828The Bulk Variables API in Apache Airflow called the redactor…6.5
- CVE-2026-48829In GNU SASL before 2.2.3, DIGEST-MD5 has a NULL pointer dere…7.5
- CVE-2026-4883The Piotnet Forms plugin for WordPress is vulnerable to arbi…9.8
- CVE-2026-48831Wine ships a .desktop file that registers itself as a MIME h…7.3
- CVE-2026-48832action/cookie.php in ecrire in SPIP before 4.4.15 is prone t…3.5
Are you affected by CVE-2026-48824?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
