External risk intelligence

CyberPanel WebTerminal Unauthenticated Root Shell Access

CVE advisorySeverity: CRITICAL (CVSS 9.3)

CVE-2026-67614

The vulnerability affects a WebTerminal FastAPI SSH service exposed via WebSocket on port 8888. This service is designed for remote administrative access and is typically reachable over the internet in standard deployments of this web hosting control panel, providing an unauthenticated gateway to a root shell.

Halo Surface Signal: 5 out of 5 — more likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A vulnerability exists in CyberPanel's WebTerminal service that allows unauthenticated attackers to gain root access to servers. This issue stems from a hard-coded secret used to sign authentication tokens, enabling attackers to bypass security controls and execute commands as the root user.

  • Unauthenticated root access to servers.
  • Critical remote code execution vulnerability.
  • Confirm relevance and exposure.

Attack Path

How an attacker could exploit the issue

An attacker can reach the vulnerable component by connecting to the WebTerminal service over the network. This service, which uses a hard-coded secret for authentication, allows unauthenticated remote attackers to forge valid JWT tokens. By crafting a specific token, an attacker can bypass authentication and gain an interactive root shell.

  • No authentication required.
  • Forged JWT token for root shell.
  • Remote unauthenticated root shell access.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an unauthenticated remote attacker to gain full root access to the server by forging authentication tokens for the WebTerminal service. This access is possible when the WebTerminal FastAPI SSH service is exposed externally on port 8888.

  • Server command execution.
  • Unauthenticated remote network access.
  • Complete server compromise.

Operational Fix

Recommended remediation, mitigation, and detection steps

The CyberPanel WebTerminal service presents a critical risk, potentially allowing unauthenticated remote attackers to gain a root shell. This impacts system administrators and infrastructure teams responsible for the hosting environment, as well as potentially vendor management if CyberPanel is a managed service. The immediate priority is to identify all instances of CyberPanel, confirm if the WebTerminal service on port 8888 is exposed externally and accessible, and then assess business criticality to prioritize remediation efforts.

  • Identify CyberPanel instances, confirm exposure and criticality.
  • Confirm responsible team ownership for remediation.
  • Plan and execute immediate mitigation or patching.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is CyberPanel?

CyberPanel is a web hosting control panel that provides a graphical interface for managing server tasks, such as website hosting, email accounts, and database configurations. It often includes integrated tools like the WebTerminal to allow administrators to execute commands directly on the server via a browser.

What does CWE-798 mean for CVE-2026-67614?

CWE-798 refers to the use of hard-coded credentials. In this specific vulnerability, the application uses a fixed, predictable secret key to sign authentication tokens. Because this secret is embedded within the software, an attacker can use it to create their own valid tokens, effectively bypassing the login process and gaining unauthorized access.

How can an attacker trigger this vulnerability?

An attacker triggers this by connecting to the WebTerminal service on port 8888 and presenting a forged JSON Web Token (JWT). The vulnerability does not require the attacker to have existing credentials or prior interaction with the server; simply possessing the ability to craft a token signed with the discovered secret key is sufficient to gain a root-level interactive shell.

Is my server at risk if CyberPanel is running?

According to Halo Surface Signal, this vulnerability is most relevant when the WebTerminal service on port 8888 is accessible from the internet. If your CyberPanel instance exposes this specific port to external networks, it creates an unauthenticated gateway that an attacker can target remotely to take control of your system.

What steps should I take to secure my server?

First, identify all instances of CyberPanel within your infrastructure. Immediately verify if port 8888 is open to the public network. If it is, restrict access to this port, disable the affected WebTerminal service, or apply the latest software updates provided by the vendor to resolve the hard-coded secret issue.

References