Sploitus

Exploit for CVE-2025-69985

kitploit Β· 2026-09-11

Exploit Code

MARKDOWN23 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-JOSHUAVANDERPOLL-CVE-2025-69985
# FUXA ≀ 1.2.8 Auth Bypass + RCE (CVE-2025-69985)

![](https://api.visitorbadge.io/api/visitors?path=https://github.com/joshuavanderpoll/CVE-2025-69985&label=Views&countColor=%2337d67a) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

## πŸ“œ Description

This Python exploit targets CVE-2025-69985, a critical authentication bypass vulnerability in FUXA (web-based SCADA/HMI software) versions ≀ 1.2.8. By sending a crafted JSON payload with embedded Node.js code to the unprotected /api/runscript endpoint, it achieves remote command execution as the FUXA process β€” capturing full stdout/stderr synchronously in the response.

## πŸ› οΈ Installation

> [!NOTE] To ensure a clean and isolated environment for the project dependencies, it's recommended to use Python's `venv` module.

### OSX/Linux

root@kitploit:~
    
    
    git clone https://github.com/joshuavanderpoll/CVE-2025-69985.git
    cd CVE-2025-69985
    python3 -m venv .venv
    source .venv/bin/activate
    pip3 install -r requirements.txt