Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages