SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-32599

MEDIUM · CVSS 5.3 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Netmaker versions prior to 1.5.0 are vulnerable to a boolean-based SQL injection due to improper handling of user-supplied input in the `sqliteDeleteRecord` function. This vulnerability allows authenticated attackers to manipulate database records, potentially leading to unauthorized data access or modification. Organizations using affected versions should prioritize upgrading to version 1.5.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-32599
Severity
MEDIUM
CVSS
5.3
EPSS
0.26%

Original NVD 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.