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-2024-41997 — CVE-2024-41997 PoC - accompanies https://0day.gg/blog/warp-terminal-rce/ | Kitploit
Tools/GitHubGitHub/xpcmdshell/cve-2024-41997
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlPayload Development
GitHubxpcmdshell/cve-2024-41997

CVE-2024-41997

CVE-2024-41997 PoC - accompanies https://0day.gg/blog/warp-terminal-rce/

View Repository
7 months 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

Warp Terminal RCE (CVE-2024-41997)

Command injection via unsanitized warp:// URI scheme handler. Full writeup at 0day.gg.

Summary

PropertyValue
CVECVE-2024-41997
VulnerabilityCommand Injection (CWE-77)
TargetWarp Terminal (macOS)
Affected< v0.2024.07.16.08.02
ImpactArbitrary command execution
Auth RequiredNone (1-click)
Attack VectorMalicious warp:// URL

Vulnerability

Warp registers a custom warp:// URI scheme for Docker integration. The /docker/open_subshell action accepts a shell parameter that is incorporated into a command string without sanitization:

root@kitploit:~
warp://action/docker/open_subshell?container_id=0&shell=INJECTION

The container_id is restricted to hex characters but is not validated against running containers. The shell parameter accepts arbitrary input, enabling command injection via shell metacharacters.

Usage

  1. Host pwn.html on a web server or open locally
  2. Target clicks the link while Warp is running
  3. Payload executes with Docker daemon privileges

The included PoC writes id output to /tmp/hax and terminates Warp to conceal the attack.

Files

FilePurpose
pwn.html1-click RCE PoC
Download Tool