Share
## https://sploitus.com/exploit?id=EC5F548E-4615-5F9D-859E-D62B5CF70F35
# POC - CVE-2025-29306 FOXCMS /images/index.html Code Execution Vulnerability

[![My Shop](https://img.shields.io/badge/My%20Shop-verylazytech-%23FFDD00?style=flat&logo=buy-me-a-coffee&logoColor=yellow)](http://shop.verylazytech.com/)
[![Medium](https://img.shields.io/badge/Medium-%40verylazytech-%231572B6?style=flat&logo=medium&logoColor=white)](https://medium.com/@verylazytech)
[![Github](https://img.shields.io/badge/Github-verylazytech-%23181717?style=flat&logo=github&logoColor=white)](https://github.com/verylazytech)

## Overview

An issue in FoxCMS v.1.2.5 allows a remote attacker to execute arbitrary code via the case display page in the index.html component.

[Full POC](https://www.youtube.com/watch?v=o-y9MPg827I)

**Read about it** โ€” [CVE-2025-29306](https://nvd.nist.gov/vuln/detail/CVE-2025-29306)

> **Disclaimer**: This Proof of Concept (POC) is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. It is the end userโ€™s responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

## Getting Started

### Finding Targets

To find potential targets, use Fofa (similar to Shodan.io):

- **Fofa Dork**: (body="foxcms-logo" || body="foxcms-container") && body="div"
![Screenshot 2025-04-17 114816](https://github.com/user-attachments/assets/acf0d18f-6dcb-4550-aeda-da60d328d111)



### Cloning the Repository

First, clone the repository:

```bash
git clone https://github.com/verylazytech/CVE-2025-29306

```

Run the Exploit:

```bash
./CVE-2025-29306.sh <Target:port> <cmd>
```
![2](https://github.com/user-attachments/assets/f3bd170b-f24d-4648-b9df-2cb91b140f9a)