Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/juev/nebula-mesh
  4. ›
  5. GHSA-ghmh-jhmj-wcmf

GHSA-ghmh-jhmj-wcmf: nebula-mesh's stores enrollment tokens unhashed in SQLite

June 22, 2026

internal/store/sqlite.go:1177,1192,1221,1245 — the enrollment_tokens.token column holds the raw UUID token. ConsumeToken does WHERE token = ? against the raw string. Compare with operator_api_keys.key_hash, which is SHA-256 hex (constructed in internal/api/middleware.go:51-53).

References

  • github.com/advisories/GHSA-ghmh-jhmj-wcmf
  • github.com/juev/nebula-mesh/security/advisories/GHSA-ghmh-jhmj-wcmf

Code Behaviors & Features

Detect and mitigate GHSA-ghmh-jhmj-wcmf with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.3.2

Fixed versions

  • 0.3.2

Solution

Upgrade to version 0.3.2 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-312: Cleartext Storage of Sensitive Information

Source file

go/github.com/juev/nebula-mesh/GHSA-ghmh-jhmj-wcmf.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:22:25 +0000.