Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitHubGitHub/jasonbernier/cve-2026-39987
Vulnerability AnalysisExploitationWeb Application ExploitationWeb Security
GitHubjasonbernier/cve-2026-39987

CVE-2026-39987

Simple POC for CVE-2026-39987

रिपॉजिटरी देखें
25 दिन पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
अनुरोधित भाषा में सामग्री उपलब्ध नहीं है। अंग्रेज़ी संस्करण दिखाया जा रहा है।

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

टूल डाउनलोड करें

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.