CVE-2026-24516HIGH 8.8EPSS p81.2%

CVE-2026-24516CVE-2026-24516

Description

A command injection vulnerability exists in DigitalOcean Droplet Agent through 1.3.2. The troubleshooting actioner component (internal/troubleshooting/actioner/actioner.go) processes metadata from the metadata service endpoint and executes commands specified in the TroubleshootingAgent.Requesting array without adequate input validation. While the code validates that artifacts exist in the validInvestigationArtifacts map, it fails to sanitize the actual command content after the "command:" prefix. This allows an attacker who can control metadata responses to inject and execute arbitrary OS commands with root privileges. The attack is triggered by sending a TCP packet with specific sequence numbers to the SSH port, which causes the agent to fetch metadata from http://169.254.169.254/metadata/v1.json. The vulnerability affects the command execution flow in internal/troubleshooting/actioner/actioner.go (insufficient validation), internal/troubleshooting/command/exec.go (direct exec.CommandContext call), and internal/troubleshooting/command/command.go (command parsing without sanitization). This can lead to complete system compromise, data exfiltration, privilege escalation, and potential lateral movement across cloud infrastructure.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS2.31% probability of exploitation · percentile 81.2% · 2026-06-18T12:00:27Z
Published2026-03-23
Last modified2026-03-24

Underlying weaknesses· 1

CWE-94

References

  1. https://github.com/digitalocean/droplet-agent/blob/main/internal/troubleshooting/actioner/actioner.go
  2. https://github.com/digitalocean/droplet-agent/blob/main/internal/troubleshooting/command/command.go
  3. https://github.com/digitalocean/droplet-agent/blob/main/internal/troubleshooting/command/exec.go
  4. https://github.com/poxsky/CVE-2026-24516-DigitalOcean-RCE

1

TypeTargetConfidenceTier
WeaknessImproper Control of Generation of Code ('Code Injection')cwe-940%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-45629
CVE
CVE-2026-24841
CVE
CVE-2026-45630
CVE
CVE-2025-53376
CVE
CVE-2025-56413
CVE
CVE-2026-35428
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.