Executive Summary
In early 2024, cybersecurity researchers uncovered a widespread campaign exploiting misconfigured Docker daemons in cloud environments. Attackers leveraged openly accessible Docker APIs to deploy malicious containers and enlist compromised servers into a large-scale DDoS (Distributed Denial of Service) botnet. Using legitimate, cloud-native tools made detection and remediation more challenging for security teams. The incident resulted in increased infrastructure costs, service disruptions, and heightened risk of lateral movement and data exfiltration within affected organizations.
This attack is illustrative of a growing trend where adversaries abuse cloud-native technologies and misconfigurations to orchestrate large-scale, persistent threat activity. As organizations accelerate cloud adoption, gaps in cloud security posture and lack of network segmentation are creating new attack surfaces, stressing the need for enhanced visibility, zero trust controls, and real-time anomaly detection.
Why This Matters Now
A surge in exposed Docker daemons and similar cloud-native misconfigurations is fueling new waves of for-hire DDoS botnets. The urgency is driven by the adoption of cloud-native infrastructure outpacing security controls, making it vital for organizations to prioritize configuration management, zero trust segmentation, and monitoring.
Attack Path Analysis
Attackers scanned for and found exposed Docker daemons due to cloud misconfiguration, gaining initial access. After compromising the Docker API, they escalated privileges by controlling container deployments and configurations. Lateral movement occurred as adversaries spread malicious containers across additional cloud workloads and regions. The botnet established command & control by communicating with external servers to receive instructions and coordinate DDoS activity. Data exfiltration in this context consisted of outbound traffic used for botnet coordination and potentially leaking environment details. The ultimate impact was the hijacking of cloud resources to launch DDoS attacks, leading to business disruption and potential service interruptions.
Kill Chain Progression
Initial Compromise
Description
Attackers discovered and accessed cloud-hosted Docker daemons that were left exposed to the internet due to misconfiguration.
Related CVEs
CVE-2024-41110
CVSS 10A vulnerability in Docker Engine allows attackers to bypass authorization plugins via specially crafted API requests, leading to unauthorized actions and potential privilege escalation.
Affected Products:
Docker Docker Engine – 19.03.x, 20.10.x, 23.0.x, 24.0.x, 25.0.x, 26.0.x, 27.0.x
Exploit Status:
exploited in the wildCVE-2025-9074
CVSS 9.3A server-side request forgery (SSRF) vulnerability in Docker Desktop allows malicious containers to access the Docker Engine API via the configured subnet, potentially leading to unauthorized container launches and access to user files.
Affected Products:
Docker Docker Desktop – < 4.44.3
Exploit Status:
exploited in the wildCVE-2025-31133
CVSS 8.6A vulnerability in the runC container runtime allows attackers to gain root-level access to the container host by exploiting insufficient verifications, leading to information disclosure and potential container escape.
Affected Products:
Open Containers Initiative runC – 1.2.7, 1.3.2, 1.4.0-rc.2
Exploit Status:
proof of concept
MITRE ATT&CK® Techniques
Exploit Public-Facing Application
Cloud Service Discovery
Container Administration Command
Deploy Container
Valid Accounts: Cloud Accounts
Impair Defenses: Disable or Modify Cloud Firewall
Resource Hijacking
Acquire Infrastructure: Web Services
Potential Compliance Exposure
Mapping incident impact across multiple compliance frameworks.
PCI DSS 4.0 – Identify and Authenticate Access to System Components
Control ID: 8.1.1
NYDFS 23 NYCRR 500 – Cybersecurity Policy
Control ID: 500.03
DORA – ICT Risk Management Framework
Control ID: Art. 6
CISA Zero Trust Maturity Model (ZTMM) 2.0 – Continuous Identity Verification and Least Privilege
Control ID: Identity Pillar: Access Management
NIS2 Directive – Security of Network and Information Systems
Control ID: Article 21(2)(d)
Sector Implications
Industry-specific impact of the vulnerabilities, including operational, regulatory, and cloud security risks.
Information Technology/IT
Docker daemon misconfigurations expose containerized infrastructure to botnet recruitment, compromising cloud-native security fabric and kubernetes environments requiring enhanced egress security controls.
Computer Software/Engineering
Development environments using exposed Docker daemons become DDoS botnet nodes, necessitating zero trust segmentation and multicloud visibility for containerized application protection.
Financial Services
Banking systems with misconfigured cloud containers face regulatory compliance violations under PCI requirements while exposed to sophisticated botnet infiltration and lateral movement.
Health Care / Life Sciences
Healthcare Docker deployments risk HIPAA violations through unencrypted traffic exposure while vulnerable to botnet recruitment threatening patient data confidentiality and system availability.
Sources
- Exposed Docker Daemons Fuel DDoS Botnethttps://www.darkreading.com/cyber-risk/exposed-docker-daemons-fuel-ddos-botnetVerified
- Docker Security Advisory: AuthZ Plugin Bypass Regression in Docker Enginehttps://www.docker.com/blog/docker-security-advisory-docker-engine-authz-plugin/Verified
- A critical Docker Desktop security flaw puts Windows hosts at risk of attack, so patch nowhttps://www.techradar.com/pro/security/a-critical-docker-desktop-security-flaw-puts-windows-hosts-at-risk-of-attack-so-patch-nowVerified
- Docker fixes critical auth bypass flaw, again (CVE-2024-41110)https://www.helpnetsecurity.com/2024/07/25/cve-2024-41110/Verified
Frequently Asked Questions
Cloud Native Security Fabric Mitigations and ControlsCNSF
Applying Zero Trust segmentation, network policy enforcement, and real-time threat detection from CNSF can isolate exposed Docker services, prevent lateral attacker movement, and block malicious outbound traffic, substantially limiting or preventing botnet propagation and DDoS participation.
Control: Zero Trust Segmentation
Mitigation: Prevents unauthorized access to Docker daemons by restricting exposure to the internet.
Control: Kubernetes Security (AKF)
Mitigation: Limits container permissions and enforces namespace and pod-level isolation.
Control: East-West Traffic Security
Mitigation: Blocks unauthorized internal traffic and lateral movement between workloads.
Control: Cloud Firewall (ACF)
Mitigation: Detects and blocks outbound connections to known malicious C2 endpoints.
Control: Egress Security & Policy Enforcement
Mitigation: Prevents unauthorized outbound data transfers and detects abnormal exfiltration attempts.
Real-time detection and rapid response to suspicious spikes in outbound traffic.
Impact at a Glance
Affected Business Functions
- Cloud Infrastructure Management
- Application Deployment
- Data Storage
Estimated downtime: 3 days
Estimated loss: $500,000
Potential unauthorized access to sensitive user data and system configurations due to exploitation of Docker vulnerabilities.
Recommended Actions
Key Takeaways & Next Steps
- • Enforce Zero Trust segmentation at network and workload levels to restrict Docker and API exposure exclusively to authorized management paths.
- • Implement robust east-west traffic monitoring and control policies to detect and block lateral attacker movement within cloud and container environments.
- • Deploy egress filtering and cloud firewall controls to prevent malicious C2 and data exfiltration attempts from compromised workloads.
- • Apply Kubernetes- and pod-level security controls to contain privileges and prevent abuse of orchestrator APIs or container breakout.
- • Continuously baseline normal cloud workload behaviors and automate anomaly-driven alerting to ensure rapid response to botnet or DDoS activities.



