mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #635] CVE-2025-15467 #399
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#399
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Namoshek on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/axllent/mailpit/issues/635
Recently a critical critical CVE-2025-15467 has been published. According to Trivy, the Mailpit image is affected.
Whether this CVE is applicable to Mailpit in the sense that it can be exploited would require its own analysis which is far beyond my scope. However, since the CVE is fixed in the
alpine:latestbase image, can we simply get a new version with a rebuilt image?Thanks in advance!
@axllent commented on GitHub (Jan 29, 2026):
Hi @Namoshek - thanks for the heads-up. Whilst I haven't released a new Mailpit version as such, I have rebuilt & pushed the
axllent/mailpit:latest,axllent/mailpit:v1.28.4,axllent/mailpit:v1.28and theaxllent/mailpit:edgedocker images, so these images should all be clear of this CVE (or any others at the moment) 👍 I hope this unblocks you?@Namoshek commented on GitHub (Jan 30, 2026):
I assumed creating a new tag is the simpliest solution, but your option works for us as well. Thanks for the quick fix!
@axllent commented on GitHub (Jan 30, 2026):
Absolutely, a new tag is probably easiest (although it does require a socket pull), however given that there are no actual changes to the code I felt it better to just refresh the docket versions. Again, thank you for the cve alert.