CVE-2026-47724
Published:July 23, 2026
Updated:August 04, 2026
nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.4, the "/api/v1/*" route surface trusts the bearer token alone for authorisation on most endpoints. The codebase itself admits this at "internal/api/hosts.go:384": "API trusts the bearer token for authorisation; per-CA ownership is enforced only in the Web layer." The Web UI gates state-changing routes through "loadAccessibleCA" ("internal/web/cas.go"); CA-management endpoints in "internal/api/cas.go" ALSO have proper "canAccessCA" gates. The gap is on the host, network, firewall, mobile-bundle, and most operator endpoints. Combined with the per-operator CA model from ADR 0002, this gives any non-admin operator API key broad cross-tenant access — instant privilege escalation in the worst case. Version 0.3.4 fixes the issue.
Affected Packages
https://github.com/juev/nebula-mesh.git (GITHUB):
Affected version(s) >=v0.1.1 <v0.3.4Fix Suggestion:
Update to version v0.3.4github.com/juev/nebula-mesh (GO):
Affected version(s) >=v0.1.0 <v0.3.4Fix Suggestion:
Update to version v0.3.4Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.4
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
9.9
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Missing Authorization
EPSS
Base Score:
0.35