Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-24841 β€” AI Deep Analysis Summary

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **CVE-2026-24841** is a critical **OS Command Injection** flaw in **Dokploy**. It allows attackers to execute arbitrary system commands via the WebSocket endpoint `/docker-container-terminal`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). The vulnerability stems from improper input sanitization in the `docker-container-terminal.ts` file.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Dokploy** versions **prior to 0.26.6**. Specifically, the WebSocket service handling Docker container terminals is the vulnerable component. Ensure you are not running legacy builds.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: With this flaw, hackers can execute **any command** on the host OS. This leads to: 1. Full **Root/Admin** access. 2. Exfiltration of sensitive data. 3.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Exploitation Threshold**: **Low to Medium**. The CVSS vector `PR:L` indicates **Low Privileges** are required to exploit (authenticated user). However, `AC:L` means **Low Attack Complexity**.…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ” **Public Exploits**: Yes. A PoC is available at [CVE-2026-24841_Range](https://github.com/otakuliu/CVE-2026-24841_Range). This simulation range helps test environments.…

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: 1. Check your Dokploy version (`< 0.26.6`). 2. Scan for the WebSocket endpoint `/docker-container-terminal`. 3. Use automated scanners targeting CWE-78 in Node.js/WebSocket services. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. The vendor has released a fix. See the GitHub Advisory: [GHSA-vx6x-6559-x35r](https://github.com/Dokploy/dokploy/security/advisories/GHSA-vx6x-6559-x35r). The fix is in commit `74e0bd5`.…

Q9What if no patch? (Workaround)

🚧 **No Patch? Workaround**: If you cannot upgrade: 1. **Disable** the `/docker-container-terminal` WebSocket endpoint if possible. 2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. High impact (`C:H, I:H`) and low complexity. Immediate patching is required. Do not delay.…