CVE-2026-43633: HestiaCP 1.9.0-1.9.4 Deserialization RCE via Web Terminal
HestiaCP versions 1.9.0 through 1.9.4 contain a deserialization vulnerability in the web terminal component caused by a session format mismatch between PHP and Node.js that allows unauthenticated remote attackers to achieve root-level code execution. Attackers can inject crafted data into HTTP headers that are processed by the PHP session handler but incorrectly deserialized by the Node.js web terminal component as trusted session values, resulting in arbitrary command execution on systems with the web terminal feature enabled.
Security readout for executives and security teams
Plain-English summary
HestiaCP 1.9.0 through 1.9.4 has a critical flaw in its web terminal. An unauthenticated internet attacker may be able to execute commands as root if the web terminal is enabled. That means full server takeover is plausible, but the supplied sources do not prove active in-the-wild exploitation.
Executive priority
Immediate remediation is warranted for any exposed HestiaCP server. This is a potential full server compromise without login, so patching or disabling the vulnerable feature should be treated as an emergency operational task.
Technical view
The issue is CWE-502 deserialization in HestiaCP's web terminal path. A PHP and Node.js session format mismatch lets crafted HTTP header data be interpreted as trusted session values by the Node.js component, leading to arbitrary command execution with root-level impact. The CVSS 3.1 score is 10.0.
Likely exposure
Highest concern is internet-reachable HestiaCP installations running 1.9.0 through 1.9.4 with the web terminal feature enabled. Internal-only panels still matter because exploitation requires no authentication once reachable.
Exploitation context
The bundle cites public technical and exploit-oriented references, but KEV is false and no supplied source confirms active exploitation. Treat exposure as urgent because exploitation is remote, unauthenticated, low-complexity, and can compromise confidentiality, integrity, and availability.
Researcher notes
Evidence supports a critical unauthenticated RCE tied to session deserialization across PHP and Node.js in the web terminal. The exact fixed release is not stated in the supplied bundle, but a patch commit and upstream PR are cited. Avoid assuming exploitation beyond public technical availability.
Mitigation direction
Apply the HestiaCP vendor patch or a vendor-supported fixed release immediately.
Disable the web terminal until remediation is confirmed, if operationally feasible.
Restrict HestiaCP panel access to trusted networks or VPN paths.
Review HestiaCP issue, pull request, and advisory pages for updated vendor guidance.
Prioritize rebuilding or isolating any host suspected of compromise.
Validation and detection
Inventory HestiaCP instances and identify versions 1.9.0 through 1.9.4.
Confirm whether the web terminal feature is enabled on each instance.
Verify the vendor patch or fixed release is installed.
Check whether any HestiaCP panel is reachable from the internet.
Review relevant logs for suspicious unauthenticated web terminal or session activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-502 · source CWE mapping
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.