CVE-2026-53604
Last modified
CVE-2026-53604 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.3.8, the web handler renderMobileBundle passes the real *pki.CAResolver directly into mobilebundle.Build. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.3.8, the web handler renderMobileBundle passes the real *pki.CAResolver directly into mobilebundle.Build. Inside Build, resolver.LoadByID decrypts the CA's ed25519 private key into a *pki.CAManager, but Build never calls CAManager.Wipe() on any return path. As a result, when a mobile-bundle request goes through the web UI and Build returns — especially on error (missing network, invalid prefix, DB error, signing failure) — the plaintext CA private key remains on the Go heap, unwiped, until garbage collection. An attacker able to read process memory (core dump, swap, memory-scraping) can recover the CA signing key, which would allow minting arbitrary host certificates for the mesh. The API handler already does this correctly: it loads the CAManager, defer caMgr.Wipe(), and wraps it in caManagerResolver. Only the web path is affected. This issue has been patched in version 0.3.8.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| forgekeep | nebula-mesh | < 0.3.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53604?
How severe is CVE-2026-53604?
How do I fix CVE-2026-53604?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53598Prompty is a markdown file format (.prompty) for LLM prompts…7.5
- CVE-2026-53599REDAXO is a PHP-based content management system. From 5.18.2…7.5
- CVE-2026-5360A vulnerability has been found in Free5GC 4.2.0. The affecte…3.7
- CVE-2026-53600async-tar is a tar archive reading/writing library for async…6.3
- CVE-2026-53602nebula-mesh is a self-hosted control plane for Slack Nebula …6.9
- CVE-2026-53603nebula-mesh is a self-hosted control plane for Slack Nebula …7.1
- CVE-2026-53606ApostropheCMS is an open-source Node.js content management s…5.4
- CVE-2026-53607ApostropheCMS is an open-source Node.js content management s…3.7
- CVE-2026-53608ApostropheCMS is an open-source Node.js content management s…8.7
- CVE-2026-53609ApostropheCMS is an open-source Node.js content management s…9.1
- CVE-2026-5361The Envira Gallery Lite plugin for WordPress is vulnerable t…6.4
- CVE-2026-53610GLPI is a free asset and IT management software package. Fro…7.5
Are you affected by CVE-2026-53604?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
