rodolfomarianocy / Unauthenticated-RCE-FUXA-CVE-2023-33831

Description and exploit of CVE-2023-33831 affecting FUXA web-based Process Visualization (SCADA/HMI/Dashboard) software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unauthenticated-RCE-FUXA-CVE-2023-33831

The vulnerability affects FUXA's scripting component, due to lack of control or sanitization on inputs that can be controlled by users, thus allowing the use of dangerous methods that can be scaled for remote code execution. The affected route is /api/runscript, where it is possible to execute commands without having to be authenticated through the code parameter via the POST method using the child_process module via the exec function.


Mode of Use

python CVE-2023-33831.py --rhost <ip> --rport <rport> --lhost <lhost> --lport <lport>

Link: https://www.youtube.com/watch?v=Xxa6yRB2Fpw

About

Description and exploit of CVE-2023-33831 affecting FUXA web-based Process Visualization (SCADA/HMI/Dashboard) software.


Languages

Language:Python 100.0%