CVE-2026-53603
nichePlaintext Session Token Storage in nebula-mesh Enables Operator Session Hijacking
nebula-mesh, a self-hosted control plane for Slack's Nebula mesh VPN, stores operator session tokens in plaintext in the operator_sessions database table, where the token itself serves as the primary key (CWE-312, CWE-522). Because the 32-byte hex token is sent directly in a cookie and remains valid for 24 hours, anyone who can read the database — via backup, snapshot, file copy, or SQL-level disclosure — obtains every currently active token. With a token in hand, an attacker can present it as the session cookie and fully hijack an operator session with no further authentication, gaining operator-level access to the mesh control plane. All self-hosted deployments running a version prior to 0.3.8 are affected. No public proof-of-concept or in-the-wild exploitation is known; EPSS estimates roughly a 0.2% probability of exploitation within 30 days, and the flaw carries a CVSS 4.0 score of 7.1 (High).
What to do: Upgrade to nebula-mesh 0.3.8 or later, then invalidate existing operator sessions (force re-login), since pre-patch plaintext tokens remain valid for up to 24 hours. Restrict read access to the control-plane database and treat its backups, snapshots, and file copies as secrets; if any untrusted party had database read access, assume active operator sessions were compromised and rotate them.
| nebula-mesh (open-source project; CNA [email protected]) nebula-mesh self-hosted control plane for Slack Nebula mesh VPN | all versions prior to 0.3.8 (patched in 0.3.8) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.3.8, Operator session tokens are stored in plaintext in the operator_sessions table (the token column is the PRIMARY KEY). The session token is a 32-byte random hex value sent directly in a cookie and valid for 24 hours. Anyone who can read the database (backup, snapshot, file copy, or SQL-level disclosure) obtains every active session token and can hijack operator sessions directly, with no further authentication. This issue has been patched in version 0.3.8.
- Weakness
- CWE-312, CWE-522
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
In the news0 stories
No ingested article mentions this CVE yet.