Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55513
Published:July 14, 2026
Updated:August 27, 2026
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.
Affected Packages
https://github.com/forgekeep/nebula-mesh.git (GITHUB):
Affected version(s) >=v0.3.0 <v0.5.0
Fix Suggestion:
Update to version v0.5.0
github.com/forgekeep/nebula-mesh (GO):
Affected version(s) >=v0.3.0 <v0.5.0
Fix Suggestion:
Update to version v0.5.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Insufficient Session Expiration