SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-47722

HIGH · CVSS 8.7 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-23 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The nebula-mesh control plane for Slack Nebula VPN is vulnerable due to improper validation of user-supplied `ListenHost` and `TunDevice` fields, which are directly interpolated into a configuration file without sufficient sanitization. This flaw could lead to potential code injection or misconfiguration, impacting the security and functionality of the VPN. Organizations using versions prior to 0.3.2 should prioritize upgrading to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47722
Severity
HIGH
CVSS
8.7
EPSS
0.27%

Original NVD Description

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.2, `internal/configgen/generator.go:86,108,119` interpolates the operator-supplied `ListenHost` and `TunDevice` fields raw into a `text/template` that produces the agent's `config.yml`. `internal/web/advanced.go:20-35` accepts both with only `strings.TrimSpace` — no character or shape validation. Version 0.3.2 fixes the issue.