## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-JOSHUAVANDERPOLL-CVE-2025-69985
# FUXA β€ 1.2.8 Auth Bypass + RCE (CVE-2025-69985)
 
## π 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