目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

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

来源
关联漏洞
标题: Mitel MiCollab 安全漏洞 (CVE-2024-41713)
Description:Mitel MiCollab是加拿大敏迪(Mitel)公司的一款为员工提供语音、视频、消息、音频会议和团队协作的移动应用程序。 Mitel MiCollab 9.8 SP1 FP2(9.8.1.201)版本及之前版本存在安全漏洞,该漏洞源于对输入验证不足。攻击者利用该漏洞可以查看、破坏或删除用户的数据和系统配置。
Description
A Python script to detect CVE-2024-41713, a directory traversal vulnerability in Apache HTTP Server, enabling unauthorized access to restricted resources. This tool is for educational purposes and authorized testing only. Unauthorized usage is unethical and illegal.
介绍
# CVE-2024-41713 Scanner

This repository contains a Python script to detect the presence of the CVE-2024-41713 vulnerability in Apache HTTP Server. CVE-2024-41713 is a directory traversal vulnerability that allows unauthorized attackers to access restricted resources on vulnerable servers.

## About CVE-2024-41713

The vulnerability arises due to improper sanitization of user-supplied paths. An attacker can exploit this by crafting malicious requests to traverse directories and access sensitive files or backend services.

**Impact:**  
If exploited, this vulnerability can lead to unauthorized access, information disclosure, or potential privilege escalation.

---

## Features

- Scans for directory traversal vulnerability related to CVE-2024-41713.
- Simple and easy-to-use Python script.
- Outputs detailed response snippets for vulnerability verification.

---

## Prerequisites

- **Python 3.x** installed on your system.
- **`requests` library**: Install it via pip:
  ```bash
  pip install requests
  ```

---

## Usage

1. Clone the repository:
   ```bash
   git clone https://github.com/your-username/CVE-2024-41713.git
   cd CVE-2024-41713
   ```

2. Run the script:
   ```bash
   python3 cve-2024-41713-scanner.py
   ```

3. Enter the target URL when prompted. The script will test for the vulnerability using a specific payload.

---

## Example Output

```
Enter the target URL (e.g., http://example.com): http://vulnerable-site.com
Scanning http://vulnerable-site.com for CVE-2024-41713...
[!] Vulnerability Found:
Response Length: 1234
Response Snippet:
<ServiceList>
  <Service>
    <Name>ExampleService</Name>
    <Endpoint>http://example.com</Endpoint>
  </Service>
</ServiceList>
```

---

## Disclaimer

This tool is intended for **educational purposes** and **authorized testing only**.  
Testing systems without proper authorization is unethical and illegal.  
The author is not responsible for any misuse of this tool.

---

## Contributing

Feel free to submit issues or pull requests to improve the tool. All contributions are welcome!
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →