Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2026-39987 — Simple POC for CVE-2026-39987 | Kitploit
Tools/GitHubGitHub/jasonbernier/cve-2026-39987
Vulnerability AnalysisExploitationWeb Application ExploitationWeb Security
GitHubjasonbernier/cve-2026-39987

CVE-2026-39987

Simple POC for CVE-2026-39987

Repository anzeigen
vor 25 TagenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen
Inhalt in der angeforderten Sprache nicht verfügbar. Englische Version wird angezeigt.

CVE-2026-39987 Exploit POC

Overview

This repository contains a Proof-of-Concept (POC) script for CVE-2026-39987, a pre-authentication Remote Code Execution (RCE) vulnerability in Marimo. The exploit leverages a WebSocket endpoint to execute arbitrary commands on the target system.

Vulnerability Details

  • CVE ID: CVE-2026-39987
  • Affected Component: Terminal WebSocket endpoint (/terminal/ws)
  • Impact: Unauthorized remote code execution without authentication
  • Affected Versions: <= 0.20.4

Advisory Reference

  • GHSA-2679-6mx9-h9xc

Prerequisites

  • Python 3.x
  • Required packages:
    root@kitploit:~
    pip install websocket-client
    

Usage

Tool herunterladen

python exploit.py -u <TARGET_URL> [-c ""]
python exploit.py -u http://example.com:2718 -c "cat /etc/passwd"

Parameters

-u, --url: Target URL (e.g., http://localhost:2718)
-c --command: Command to execute (defaults to id && whoami && hostname)
-h, --help

Disclaimer

This script is intended for educational and research purposes only.
Use responsibly and only against systems you own or have explicit permission to test.
Misuse of this tool may result in unintended consequences and potential security risks.
By using this script, you acknowledge that you are solely responsible for any actions taken.