CVE-2026-63464 PUBLISHED

Nebula-mesh allows non-admin operators to disable webhook SSRF protection via `allow_private`

Assigner: GitHub_M
Reserved: 16.07.2026 Published: 04.09.2026 Updated: 04.09.2026

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.6.0 to before version 0.7.2, non-admin operators (role user) can set allow_private: true on their own managed webhook subscription (POST/PATCH /api/v1/webhook-subscriptions). No admin check exists on this field. At delivery time, allow_private switches the dispatcher to an unguarded HTTP client, bypassing the private/loopback/link-local SSRF guard — letting a low-privilege operator make the server request internal addresses. This issue has been patched in version 0.7.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 7.7

Product Status

Vendor forgekeep
Product nebula-mesh
Versions
  • Version >= 0.6.0, < 0.7.2 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE