Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
1–10 of 48 posts
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#2Ok now do postfix
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#3>What follows is, before anything else, a story. One of those old, well-worn ones.
Gag.
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#4Ok now do postfix
Nah, go straight for qmail. Give it your best try.
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#5Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#6It says coordinated distro release today, and I've received a notice earlier today but that does not include the CVE number. That's confusing / does not seem very coordinated to release 2 separate security update notices in a day.
https://lists.debian.org/debian-security-announce/2026/msg00...
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#7>The bug is a use-after-free triggered when a TLS connection is handled by GnuTLS
Color me surprised. The GNU ecosystem has had more than its fair share of CVEs over the years to the point that it's now a common trope:
https://soatok.blog/2020/07/08/gnu-a-heuristic-for-bad-crypt...
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#8Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#9Ok now do postfix
Many years ago I used Exim because it was default for my distro of choice back then. But after a few emergency patchings caused by yet another RCE in Exim I learned that switching to Postfix massively improved my sleep quality.
Re: Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim
#10Ok now do postfix
Many years ago I used Exim because it was default for my distro of choice back then. But after a few emergency patchings caused by yet another RCE in Exim I learned that switching to Postfix massively improved my sleep quality.
There's a weird folk belief that Exim is a secure 2nd-generation MTA, but it's not; it's a 1st generation MTA, like Sendmail and Smail. The two "secure" 2nd generation MTAs are Postfix and qmail. You shouldn't use those either, really; there is no reason to run a memory-unsafe MTA, or, for that matter, an MTA that isn't backed by a real database.