---
id: CVE-2026-32599
title: Netmaker makes networks with WireGuard
summary: >-
  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 au…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-89
vendor: gravitl
product: netmaker
affected:
  - netmaker < 1.5.0
patched:
  - github.com/gravitl/netmaker 1.5.0
published: '2026-09-15'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T18:17:08.947'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-32599'
references:
  - url: 'https://github.com/gravitl/netmaker/releases/tag/v1.5.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/gravitl/netmaker/security/advisories/GHSA-r8cr-4f9w-7r75
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-r8cr-4f9w-7r75'
  - url: 'https://github.com/gravitl/netmaker'
tags:
  - nvd
  - cve.org
  - ghsa
  - go
  - osv
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-16T17:45:53.897574Z'
cvssSource: cna
epss: 0.00358
epssPercentile: 0.26787
aliases:
  - GHSA-r8cr-4f9w-7r75
ecosystem: go
ingestedAt: '2026-09-15T20:44:02.399Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-32599)

Affected packages:

- `github.com/gravitl/netmaker < 1.5.0`

Patched in:

- `github.com/gravitl/netmaker 1.5.0`

Source: https://github.com/advisories/GHSA-r8cr-4f9w-7r75
