Summary
CVE-2026-67614 is a critical use-of-hard-coded-credentials vulnerability (CWE-798) in CyberPanel’s WebTerminal FastAPI SSH service. All CyberPanel versions before 3.0.0 use a hard-coded JWT signing secret, allowing an unauthenticated remote attacker to forge a valid authentication token and obtain an interactive root shell on the underlying server. The flaw carries a CVSS score of 9.3 and requires no user interaction or privileges to exploit.
Technical details
- Root cause: The WebTerminal FastAPI SSH service embeds a static, hard-coded secret used to sign and verify JSON Web Tokens (JWTs).
- Trigger conditions: An attacker crafts a JWT using the known hard-coded secret, sets the
ssh_user=rootclaim, and presents it when connecting. - Attack vector: Network — the forged token is used to authenticate over a WebSocket connection to the WebTerminal service on port 8888.
- Impact: Full compromise of confidentiality, integrity, and availability, since successful exploitation grants an interactive root shell on the host without any valid credentials.
Affected software
- CyberPanel (usmannasir/cyberpanel) — all versions prior to 3.0.0
Severity
- CVSS v3.1: 9.8 —
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H - CVSS v4.0: 9.3 —
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Mitigation and recommended actions
- Immediate: Upgrade CyberPanel to version 3.0.0 or later, which removes the hard-coded JWT secret.
- If patching is not immediately possible: Restrict network access to port 8888 (WebTerminal) to trusted management networks or VPNs only, and disable the WebTerminal/SSH service if it is not in active use until the upgrade can be applied.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Page title:
Login - CyberPanel - Named meta tag (
description):Login to your CyberPanel Account

