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.
CVE-2026-67446
This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 70% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(medium)
- EG Risk
- 55(Attend)EG Risk 55/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 30%
- KEV
- Not listed
Published
August 20, 2026
Last Modified
August 21, 2026
Advisory Details (3)
Auto-updated Aug 20, 2026Thumbnail generation decodes unbounded image dimensions before scaling · Advisory · axllent/mailpit · GitHub
https://github.com/axllent/mailpit/security/advisories/GHSA-75mr-qw9x-3r39Release v1.30.4 (axllent/mailpit)
Patch available: axllent/mailpit v1.30.4
https://github.com/axllent/mailpit/releases/tag/v1.30.4commit 6bcb6337838b (axllent/mailpit)
Fix landed in axllent/mailpit commit 6bcb6337838b — awaiting tagged release
https://github.com/axllent/mailpit/commit/6bcb6337838b542d53c348e38c7977f569b6db35Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 18× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 04:36 UTCEG score recompute
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 02:56 UTCEG score recompute
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 01:16 UTCEG score recompute
- 2026-08-26 23:36 UTCEG score recompute
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-25 21:57 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 20:16 UTCEG score recompute
- 2026-08-23 18:38 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 17:00 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 15:21 UTCEG score recompute
- 2026-08-21 15:10 UTCEG score recompute
- 2026-08-20 21:17 UTCEG score recompute
- 2026-08-20 21:16 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-67446?
When was CVE-2026-67446 disclosed?
Is CVE-2026-67446 actively exploited?
What is the CVSS score of CVE-2026-67446?
How do I remediate CVE-2026-67446?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-67446
Is Your Infrastructure Affected by CVE-2026-67446?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.