CVE-2026-67446
Last modified
CVE-2026-67446 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 1.30.4, Mailpit decodes attacker-supplied image attachments into a full raster before checking decoded dimensions, pixel count, or memory use in the GET /api/v1/message/{id}/part/{partID}/thumb endpoint. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit decodes attacker-supplied image attachments into a full raster before checking decoded dimensions, pixel count, or memory use in the GET /api/v1/message/{id}/part/{partID}/thumb endpoint. The Thumbnail handler in server/apiv1/thumbnails.go obtains attachment bytes through storage.GetAttachmentPart(), accepts image/* content, and calls imaging.Decode() with AutoOrientation before imaging.Fill() scales the image to 180 by 120 pixels. A compact image declaring very large dimensions can therefore consume disproportionately large memory and CPU, and opening the message UI can trigger the same endpoint through server/ui-src/components/message/MessageAttachments.vue. This can degrade availability when an unauthenticated client can store the crafted attachment and reach the web API. This issue is fixed in version 1.30.4.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| axllent | mailpit | < 1.30.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-67446?
How severe is CVE-2026-67446?
How do I fix CVE-2026-67446?
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-67439OliveTin gives safe and simple access to predefined shell co…4.3
- CVE-2026-6744A vulnerability was found in Bagisto up to 2.3.15. Affected …6.3
- CVE-2026-67440FUXA is a web-based Process Visualization (SCADA/HMI/Dashboa…6.9
- CVE-2026-67442FUXA is a web-based Process Visualization (SCADA/HMI/Dashboa…2
- CVE-2026-67443FUXA is a web-based Process Visualization (SCADA/HMI/Dashboa…9.2
- CVE-2026-67445Mailpit is an email testing tool and API for developers. Pri…5.3
- CVE-2026-67447Mailpit is an email testing tool and API for developers. Fro…5.3
- CVE-2026-67448Mailpit is an email testing tool and API for developers. Fro…6.5
- CVE-2026-6745A vulnerability was determined in Bagisto up to 2.3.15. Affe…3.5
- CVE-2026-6746Use-after-free in the DOM: Core & HTML component. This vulne…7.5
- CVE-2026-67465A pre-authentication attacker could leverage unbounded symbo…7.5
- CVE-2026-6747Use-after-free in the WebRTC component. This vulnerability w…7.5
Are you affected by CVE-2026-67446?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
