CyberPanel before 3.0.0 contains a hard-coded JWT secret vulnerability in the WebTerminal FastAPI SSH service that allows unauthenticated remote attackers to forge valid authentication tokens and obtain an interactive root shell via WebSocket on port 8888. Attackers can craft a forged JWT signed with the hardcoded secret value, specifying ssh_user=root, to authenticate to the terminal service without any valid credentials and receive a root shell.
Security readout for executives and security teams
Plain-English summary
CyberPanel versions before 3.0.0 reportedly use a built-in secret to protect WebTerminal access. A remote attacker who can reach the service could impersonate an authorized user and gain a root shell without credentials, enabling complete server takeover, data theft, disruption, and further compromise.
Executive priority
Act immediately on externally reachable systems. Root access without credentials represents a direct path to total server compromise. Identify affected CyberPanel installations, contain WebTerminal exposure, investigate suspicious access, and apply the vendor-supported update after confirming release guidance.
Technical view
The WebTerminal FastAPI SSH service reportedly validates JWTs using a hard-coded secret. An unauthenticated network attacker can forge an accepted token identifying the SSH user as root, then access an interactive shell through the WebSocket service on port 8888. The supplied CVSS 3.1 score is 9.8, with no privileges or user interaction required.
Likely exposure
Internet-accessible or otherwise untrusted-network-accessible CyberPanel WebTerminal services on port 8888 are the highest concern. The bundle identifies CyberPanel before 3.0.0 as affected. Exposure also depends on whether WebTerminal is enabled and reachable; the supplied evidence does not quantify deployed vulnerable systems.
Exploitation context
The described attack is remotely reachable, low complexity, unauthenticated, and capable of root-level compromise. The bundle does not list this CVE in CISA KEV and provides no cited evidence of active exploitation. Public disclosure may nevertheless increase scanning and exploitation interest.
Researcher notes
CWE-798 applies because authentication depends on a hard-coded credential-like secret. The claimed boundary is the WebTerminal FastAPI SSH service over WebSocket on port 8888, with root selected through a token claim. The bundle does not provide patch-diff details, deployment prevalence, forensic indicators, or confirmed exploitation evidence.
Mitigation direction
Confirm installed CyberPanel versions and prioritize systems earlier than 3.0.0.
Review CyberPanel release notes and vendor guidance before upgrading to 3.0.0 or later.
Immediately restrict port 8888 to trusted administrative networks where operationally possible.
Disable WebTerminal temporarily if unnecessary and supported by vendor guidance.
Treat potentially exposed hosts as high-risk until investigation and remediation are complete.
Validation and detection
Inventory CyberPanel hosts, installed versions, WebTerminal status, and port 8888 reachability.
Verify port 8888 is not reachable from the public internet or untrusted networks.
Review WebTerminal, WebSocket, authentication, SSH, and system logs for unexplained root sessions.
Check for unfamiliar accounts, keys, processes, persistence mechanisms, and configuration changes.
After remediation, confirm the installed version and repeat external reachability checks.
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-798: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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 authentication or credential exposure, so valid-account and credential-access review may help. 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
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: 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-798 · source CWE mapping
Use of Hard-coded Credentials
Use of Hard-coded Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.