CVE-2026-45712
Last modified
CVE-2026-45712 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the screenshot/print proxy (/proxy?data=…) maintains a package-level assets map[string]MessageAssets cache, but reads the map without holding assetsMutex while a long-running cleanup goroutine and (re-entrant) CSS-rewriting code path concurrently write to it under the lock. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the screenshot/print proxy (/proxy?data=…) maintains a package-level assets map[string]MessageAssets cache, but reads the map without holding assetsMutex while a long-running cleanup goroutine and (re-entrant) CSS-rewriting code path concurrently write to it under the lock. When the unsynchronized read coincides with a synchronized write, Go's runtime raises fatal error: concurrent map read and map write — a runtime.throw that is not recoverable by http.Server's handler-panic recover. The whole Mailpit process exits, taking the SMTP, POP3 and HTTP listeners down with it. Version 1.30.0 contains a patch.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Axllent | Mailpit | < 1.30.0 |
References
- https://github.com/axllent/mailpit/security/advisories/GHSA-w4vj-r5pg-3722Exploit, Vendor Advisory
- https://github.com/axllent/mailpit/security/advisories/GHSA-w4vj-r5pg-3722Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-45712?
How severe is CVE-2026-45712?
How do I fix CVE-2026-45712?
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-45705OpenSIPS is a Session Initiation Protocol (SIP) server imple…5.3
- CVE-2026-45707n8n-MCP is an MCP server that provides AI assistants access …8.1
- CVE-2026-45708CubeCart is an ecommerce software solution. Prior to 6.7.3, …7.2
- CVE-2026-45709Mailpit is an email testing tool and API for developers. The…5.8
- CVE-2026-4571A security flaw has been discovered in SourceCodester Sales …6.5
- CVE-2026-45711Mailpit is an email testing tool and API for developers. Pri…8.2
- CVE-2026-45713Mailpit is an email testing tool and API for developers. Pri…7.5
- CVE-2026-45714CubeCart is an ecommerce software solution. Prior to 6.7.0, …9.1
- CVE-2026-45715Budibase is an open-source low-code platform. Prior to 3.38.…7.7
- CVE-2026-45716Budibase is an open-source low-code platform. Prior to 3.38.…8.8
- CVE-2026-45717Budibase is an open-source low-code platform. Prior to 3.38.…8.8
- CVE-2026-45718Budibase is an open-source low-code platform. Prior to 3.38.…5.4
Are you affected by CVE-2026-45712?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
