Skip to content
KitploitKITPLOIT
ИнструментыБлог
Отправить
ИнструментыБлог
Отправить

Инструменты для хакинга, пентеста и кибербезопасности — ваш арсенал защиты!

Kitploit — это каталог инструментов для хакинга, кибербезопасности и пентестинга. Находите последние обновления проектов для поиска уязвимостей, анализа систем, автоматизации тестирования и усиления вашей безопасности.

··Ленты·Контакты·Конфиденциальность·© 2026 Kitploit

Каталог инструментов

Категории

Все категории
Loading categories
CVE-2024-41997 — CVE-2024-41997 PoC - accompanies https://0day.gg/blog/warp-terminal-rce/ | Kitploit
Инструменты/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/

Репозиторий
7 месяцев назадЕщё не проверено

Популярное

Смотреть все →

Откройте для себя самые используемые инструменты нашего сообщества.

Изучить все инструменты

Просмотрите нашу коллекцию инструментов

Смотреть все инструменты →
Поделиться

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
Скачать инструмент