๐Ÿ” CVE Alert

CVE-2026-53604

UNKNOWN 0.0

nebula-mesh: CA private key not zeroized on web mobile-bundle error paths

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-212 CWE-316
Vendor forgekeep
Product nebula-mesh
Published Sep 4, 2026
Last Updated Sep 8, 2026
Stay Ahead of the Next One

Get instant alerts for forgekeep nebula-mesh

Be the first to know when new unknown vulnerabilities affecting forgekeep nebula-mesh are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

forgekeep / nebula-mesh
< 0.3.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/forgekeep/nebula-mesh/security/advisories/GHSA-2p2f-px33-4vv5 github.com: https://github.com/forgekeep/nebula-mesh/commit/1f1ab9aa8472239763d967e3d50a3cd53a1a79b9 github.com: https://github.com/forgekeep/nebula-mesh/releases/tag/v0.3.8