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.
CVE-2026-53604
This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 98% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.1
- EG Score
- 7.1(medium)
- EG Risk
- 32(Track)EG Risk 32/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity71% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 2%
- KEV
- Not listed
Published
July 14, 2026
Last Modified
September 8, 2026
Advisory Details (3)
Auto-updated Sep 4, 2026v0.3.8
Patch available: forgekeep/nebula-mesh v0.3.8
https://github.com/forgekeep/nebula-mesh/releases/tag/v0.3.8commit 1f1ab9aa8472 (forgekeep/nebula-mesh)
Fix landed in forgekeep/nebula-mesh commit 1f1ab9aa8472 — awaiting tagged release
https://github.com/forgekeep/nebula-mesh/commit/1f1ab9aa8472239763d967e3d50a3cd53a1a79b9CA private key not zeroized on web mobile-bundle error paths · Advisory · forgekeep/nebula-mesh · GitHub
https://github.com/forgekeep/nebula-mesh/security/advisories/GHSA-2p2f-px33-4vv5Vendor Advisories for CVE-2026-53604(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/forgekeep/nebula-mesh | — | 0.3.8 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 19× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 04:50 UTCEG score recompute
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-13 23:15 UTCEG score recompute
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-13 07:38 UTCEG score recompute
- 2026-09-11 21:52 UTCEG score recompute
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-08 20:25 UTCEG score recompute
- 2026-09-08 01:06 UTCEG score recompute
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-05 20:57 UTCEG score recompute
- 2026-09-04 20:30 UTCEG score recompute
- 2026-09-04 19:45 UTCEG score recompute▲ 7.10
- 2026-09-04 19:44 UTCMITRE cvelistV5CVSS v3 → 7.1 · CVSS v4 → 7.1
- 2026-08-01 22:28 UTCEG score recompute
- 2026-07-26 11:42 UTCEG score recompute
- 2026-07-23 03:19 UTCEG score recompute
- 2026-07-14 20:10 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-53604?
When was CVE-2026-53604 disclosed?
Is CVE-2026-53604 actively exploited?
What is the CVSS score of CVE-2026-53604?
How do I remediate CVE-2026-53604?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-53604
Is Your Infrastructure Affected by CVE-2026-53604?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.