For the complete documentation index, see llms.txt. This page is also available as Markdown.

POC - CVE-2025-29306 FOXCMS /images/index.html Code Execution Vulnerability

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.

Read about it β€” 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"

Cloning the Repository

First, clone the repository:

Run the Exploit:


Last updated