Description
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.
Published: 2026-09-15
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Database Modification
Action: Immediate Upgrade
AI Analysis

Impact

Netmaker's sqliteDeleteRecord function builds SQL DELETE statements by concatenating user input directly into the query string, creating a boolean-based SQL injection point that can be abused by an authenticated attacker. Exploiting this flaw can alter or delete entries in the database, which may change network configurations or compromise service availability. The vulnerability does not allow remote code execution, but it does enable unauthorized manipulation of critical data.

Affected Systems

The issue affects Netmaker deployments released before version 1.5.0 from Gravitl. Critics relying on earlier versions are at risk; version 1.5.0 and later contain the fix.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while the EPSS score of less than 1% suggests a very low probability of exploitation in the wild. The flaw is not listed in CISA's KEV catalog, and the attack requires a user who is already authenticated to the Netmaker platform. Overall, the risk is moderate but achievable under the right conditions.

Generated by OpenCVE AI on September 17, 2026 at 06:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Netmaker to version 1.5.0 or later.
  • Revoke or reduce privileges of accounts that can modify the Netmaker database.
  • Limit access to the Net API to trusted networks by implementing firewall rules or network segmentation.

Generated by OpenCVE AI on September 17, 2026 at 06:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-r8cr-4f9w-7r75 Netmaker has a boolean‑based SQL Injection
History

Wed, 16 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Gravitl
Gravitl netmaker
Vendors & Products Gravitl
Gravitl netmaker

Tue, 15 Sep 2026 20:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Netmaker has a boolean‑based SQL Injection
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 5.3, 'vector': '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'}


Subscriptions

Gravitl Netmaker
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-16T17:46:00.771Z

Reserved: 2026-03-12T14:54:24.269Z

Link: CVE-2026-32599

cve-icon Vulnrichment

Updated: 2026-09-16T17:45:57.941Z

cve-icon NVD

Status : Received

Published: 2026-09-15T20:17:14.533

Modified: 2026-09-16T18:17:08.947

Link: CVE-2026-32599

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-17T06:30:09Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')