CVE-2026-53604CWE-212CWE-316

CVE-2026-53604

published September 5, 2026

CVSS
7.1
EPSS
0%
Percentile
1.8
In the wild
Unconfirmed
What it is

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.

The record
Technical detail
CVSS
7.1 · NONE
CVSS v4.0
7.1 · CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
EPSS
0.00116 · 1.8th percentile
Weaknesses
CWE-212 · Improper Removal of Sensitive Information Before Storage or Transfer; CWE-316 · Cleartext Storage of Sensitive Information in Memory
Published
2026-09-05T00:17Z
References (3)
EPSS history
Timeline
  • 06 SEP 03:32Z
    EPSS moved — → 0%
    epss
  • 04 SEP 19:40Z
    nebula-mesh: CA private key not zeroized on web mobile-bundle error paths
    cvelistv5