Exploit for Mitel MiCollab Authentication Bypass and Arbitrary File Read Vulnerability (CVE-2024-41713)
Author: 0xNehru
This repository contains a proof-of-concept (PoC) script to exploit two vulnerabilities in Mitel MiCollab:
- Authentication Bypass (CVE-2024-41713)
- Arbitrary File Read (Unassigned CVE)
A successful exploit allows unauthenticated access to sensitive system files on vulnerable Mitel MiCollab servers.
- Python 3.x
requestsmodule (Install viapip install requests)
- Prepare a file (
targets.txt) with the list of target URLs (one per line). - Run the exploit:
python3 exploit.py --targets targets.txt --file /etc/passwd