๐Ÿ” CVE Alert

CVE-2026-48025

UNKNOWN 0.0

nebula-mesh: Decrypted CA private key persists in heap after signing

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.7, internal/pki/resolver.go:36-64 constructs a CAManager with the plaintext ed25519.PrivateKey after unwrapping via the master key; internal/pki/ca.go:13-16 stores it. Callers at internal/api/enroll.go:116, internal/api/updates.go:297, and internal/api/mobile_bundle.go:40 use the manager for one Sign() and drop the reference on function return โ€” but the underlying slice contents are not wiped before release. The keystore package's contract (internal/keystore/keystore.go doc: "Callers MUST zeroise the returned plaintext DEK as soon as it is no longer needed") is not met by the CAManager consumer. Decrypted CA private keys persist in process heap until Go's GC scavenges the underlying slice โ€” minutes to hours under load, indefinitely on idle servers. This issue has been patched in version 0.3.7.

CWE CWE-244
Vendor juev
Product nebula-mesh
Published Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for juev nebula-mesh

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

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

Affected Versions

juev / nebula-mesh
< 0.3.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/forgekeep/nebula-mesh/security/advisories/GHSA-8h84-fhqq-q58v github.com: https://github.com/forgekeep/nebula-mesh/commit/bca1d5914fbaf3517d3b86145a802c00de4a8122 github.com: https://github.com/forgekeep/nebula-mesh/releases/tag/v0.3.7