CVE-2026-24841
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-04
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dokploy | dokploy | to 0.26.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a critical command injection in Dokploy versions prior to 0.26.6. It occurs in the WebSocket endpoint `/docker-container-terminal`, where the `containerId` and `activeWay` parameters are directly inserted into shell commands without proper sanitization. This allows authenticated attackers to execute arbitrary commands on the host server.
How can this vulnerability impact me? :
An attacker who exploits this vulnerability can execute arbitrary commands on the host server, potentially leading to full system compromise, data theft, service disruption, or further attacks within the environment.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Dokploy to version 0.26.6 or later, as this version fixes the critical command injection vulnerability in the WebSocket endpoint `/docker-container-terminal`. Additionally, restrict access to the WebSocket endpoint to authenticated and trusted users only.