Answer in brief
CVE-2026-32599 records a Medium severity (CVSS 0.0) vulnerability in Netmaker has a boolean‑based SQL Injection. The current sources do not mark it as known exploited. The current feed maps gravitl/netmaker (generic), github.com/gravitl/netmaker (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 0.0. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps gravitl/netmaker (generic), github.com/gravitl/netmaker (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| gravitl/netmakergeneric | < 1.5.0 | Not reported |
| github.com/gravitl/netmakergo | <1.5.0 | 1.5.0 |
Published upstream
Sep 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 15, 2026
Netmaker makes networks with WireGuard. Prior to version 1.5.0, the `sqliteDeleteRecord` function in Netmaker's database layer constructs SQL `DELETE` statements using direct string concatenation of user-supplied input. This allows an authenticated attacker to perform boolean-based SQL injection. Version 1.5.0 fixes the issue.
Quoted source text, attributed separately from HOL analysis.