CVE-2026-47723 PUBLISHED

nebula-mesh: Web UI and API responses lack security headers (CSP, X-Frame-Options, HSTS, etc.)

Assigner: GitHub_M
Reserved: 19.05.2026 Published: 23.07.2026 Updated: 24.07.2026

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.1, none of the response paths in internal/web/ or internal/api/ set the standard browser-security headers. grep for Content-Security-Policy, X-Frame-Options, Strict-Transport-Security, X-Content-Type-Options, Referrer-Policy returns zero matches across the codebase. Version 0.3.1 fixes the issue.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor juev
Product nebula-mesh
Versions
  • Version < 0.3.1 is affected

References

Problem Types

  • CWE-1021: Improper Restriction of Rendered UI Layers or Frames CWE