Description
nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.3.0 to before version 0.5.0, the nebula-mgmt Web UI host-creation path ignores both the server-wide enrollment_token_ttl security setting and per-network network_config.enrollment_token_ttl overrides. API host creation and token-regeneration paths use the configured TTL resolver, but POST /ui/hosts hardcodes now.Add(24 * time.Hour) for newly minted agent enrollment tokens. In deployments that intentionally reduce enrollment-token lifetime, any authenticated operator who can create a host through the Web UI can still mint a bearer enrollment token valid for about 24 hours. This issue has been patched in version 0.5.0.
Published: 2026-09-04
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows the nebula‑mgmt Web UI host‑creation route to ignore the enrollment_token_ttl setting. Tokens minted for new agents are hard‑coded to 24 hours, regardless of any server or network‑specific TTL configuration. This defeat of the intended expiry control means that any authenticated operator creating a host through the UI can obtain an enrollment bearer token that remains valid for an entire day instead of the reduced period they may have set. The resulting breach can give an attacker a persistent foothold in the mesh network or extend the useful life of compromised credentials, raising both confidentiality and integrity risks. The CVSS score of 5.4 indicates a moderate impact.

Affected Systems

Forgekeep Nebula‑Mesh versions 0.3.0 through 0.4.x are affected by this issue. The vulnerability was addressed in release 0.5.0 which enforces the configured TTL when minting tokens via the UI.

Risk and Exploitability

The CVSS score of 5.4 reflects moderate severity. EPSS is not available, so the current exploitation probability is unknown. The vulnerability is not listed in the CISA KEV catalog. The exploitation path requires an authenticated operator with Web UI access; an attacker can create a host and receive a 24‑hour bearer token. Once minted, the token can be used to enroll agents or authenticate API calls for up to a day, granting unauthorized network access.

Generated by OpenCVE AI on September 4, 2026 at 21:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Nebula‑Mesh v0.5.0 or later, where the UI host‑creation respects the configured TTL.
  • Restrict or disable the Web UI host‑creation function for non‑privileged users to limit token minting.
  • Monitor token issuance logs to confirm that tokens follow the configured TTL and to detect any 24‑hour tokens that appear contrary to policy.

Generated by OpenCVE AI on September 4, 2026 at 21:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-g4x6-jcvr-9m3g nebula-mesh: Web UI host creation ignores configured enrollment token TTL and mints 24-hour bearer enrollment tokens
History

Fri, 04 Sep 2026 20:00:00 +0000

Type Values Removed Values Added
Description nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.3.0 to before version 0.5.0, the nebula-mgmt Web UI host-creation path ignores both the server-wide enrollment_token_ttl security setting and per-network network_config.enrollment_token_ttl overrides. API host creation and token-regeneration paths use the configured TTL resolver, but POST /ui/hosts hardcodes now.Add(24 * time.Hour) for newly minted agent enrollment tokens. In deployments that intentionally reduce enrollment-token lifetime, any authenticated operator who can create a host through the Web UI can still mint a bearer enrollment token valid for about 24 hours. This issue has been patched in version 0.5.0.
Title nebula-mesh: Web UI host creation ignores configured enrollment token TTL and mints 24-hour bearer enrollment tokens
Weaknesses CWE-613
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-04T19:43:18.876Z

Reserved: 2026-06-16T22:44:22.283Z

Link: CVE-2026-55513

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T20:17:23.857

Modified: 2026-09-04T20:17:23.857

Link: CVE-2026-55513

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T21:45:17Z

Weaknesses
  • CWE-613

    Insufficient Session Expiration