#VU18686 OS Command Injection in Exim - CVE-2019-10149
Published: June 5, 2019 / Updated: February 20, 2022
Exim
Exim
Description
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to insufficient validation of email address within the deliver_message() function in /src/deliver.c. A remote unauthenticated attacker can send an email containing a specially crafted email address and execute arbitrary OS commands on the target system via execv() call with superuser privileges.
This vulnerability can be also exploited by authenticated local users to escalate privileges on the system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.