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-39987 — Proof-of-concept exploit for an authentication bypass in marimo's terminal WebSocket endpoint, enabling unauthenticated command execution in versions before 0.23.0. | Kitploit
Tools/GitHubGitHub/vanhari/cve-2026-39987
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityCTF
GitHubvanhari/cve-2026-39987

CVE-2026-39987

Proof-of-concept exploit for an authentication bypass in marimo's terminal WebSocket endpoint, enabling unauthenticated command execution in versions before 0.23.0.

View Repository
18 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-39987 - marimo Terminal WebSocket Authentication Bypass (poc)

Visitors

Overview

This repository contains CVE-2026-39987 affecting marimo versions before 0.23.0.

The vulnerability exists in the terminal WebSocket endpoint, where insufficient authentication enforcement may allow an unauthenticated remote user to access terminal functionality under certain deployment conditions.

This was used in a CTF so the code will not work out of the box and needs tweaking

Affected Versions

AffectedFixed
< 0.23.00.23.0

Impact

An attacker who can reach the affected marimo service may be able to interact with the terminal endpoint without proper authorization.

Potential impact includes:

  • Unauthorized command execution in the context of the marimo process
  • Exposure of files and data accessible to the service account
  • Possible compromise of connected resources depending on deployment permissions

Installation

OSX/Linux

root@kitploit:~
git clone https://github.com/vanhari/CVE-2026-39987.git
cd CVE-2026-39987

Usage

root@kitploit:~
python3 exp.py

Usage

Disclaimer This tool is provided for educational and research purposes only. The creator assumes no responsibility for any misuse or damage caused by the tool.

Download Tool