LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2019-16928: Exim Out-of-bounds Write Vulnerability

RBRecent Breaches Vulnerability Intelligence·Mar 3, 2022
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Mar 17, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2019-16928 to its Known Exploited Vulnerabilities catalog on Mar 3, 2022, with a federal patch deadline of Mar 17, 2022 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Exim contains an out-of-bounds write vulnerability which can allow for remote code execution.

CVE-2019-16928 is an out-of-bounds write vulnerability in Exim, the Exim Internet Mailer. According to CISA, it can allow remote code execution. Mail transfer agents like Exim sit on the network edge and handle untrusted input, so a flaw that permits remote code execution matters to any organization running it: successful abuse can give an attacker control of the mail host and a foothold for further movement.

Public detail beyond the CWE and the remote-code-execution outcome is limited; teams must confirm exact affected builds, attack preconditions, and fixed releases against the vendor advisory.

How it works

The weakness is classified as CWE-787 (out-of-bounds write). In this class of flaw, software writes data past the end (or before the start) of an intended buffer. When that write is reachable with attacker-controlled input—common in network-facing parsers such as those used by mail transfer agents—it can corrupt adjacent memory. Corruption of this kind can alter control flow or data structures the process relies on, which in turn can lead to remote code execution under the privileges of the Exim process.

No exploit mechanics, specific protocol fields, or proof-of-concept details are provided in the available facts. Defenders should treat any unauthenticated or lightly authenticated path that feeds data into Exim’s parsing or delivery logic as potentially relevant until the vendor advisory is reviewed. The outcome of concern is remote code execution on the host running Exim.

Am I affected? How to find it in your systems

Exim is typically deployed as an SMTP mail transfer agent on Linux and Unix-like servers—often internet-facing or reachable from internal mail relays, gateways, and containerized mail stacks. Inventory every host that speaks SMTP or is configured as a mail exchanger.

Telemetry signs of exploitation are not detailed in the supplied facts. In general for this vulnerability class, look for unexpected Exim crashes or restarts, anomalous child processes spawned by the mail daemon, unusual outbound connections from the mail host, or sudden changes in mail queue behavior. Preserve logs and memory snapshots if you suspect compromise, and validate any indicators against the vendor or trusted threat-intelligence sources.

How to remediate

Patch first. CISA’s required action is to apply updates per vendor instructions. Obtain the fixed Exim packages or source from the official vendor channels, test in a representative environment, then deploy to production mail servers. Confirm the running binary matches the patched version after installation.

After patching, apply hardening appropriate to mail transfer agents and to out-of-bounds write flaws:

If you can't patch immediately

Compensating controls reduce—but do not eliminate—risk until the vendor update can be applied:

These measures are temporary. Schedule the official update as soon as operationally possible.

If your data may have been exposed

Actively exploited remote-code-execution vulnerabilities on mail servers can lead to full host compromise, credential theft, and lateral movement, which in turn can expose message content or adjacent systems. Known ransomware use is not documented for this CVE. If you have reason to believe exploitation occurred, follow your incident-response process: isolate the host, preserve evidence, rotate credentials that traversed the system, and assess mail and directory data for unauthorized access. As a routine hygiene step, you can run a free exposure scan of your email addresses against known breach data sets to see whether those identities already appear in public breach corpora.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedExim · Exim Internet Mailer
WeaknessCWE-787
Added to CISA KEVMar 3, 2022
Federal patch deadlineMar 17, 2022
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities