Vulnerability 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.
Related Weaknesses (CWE)
References
- https://github.com/gravitl/netmaker/releases/tag/v1.5.0
- https://github.com/gravitl/netmaker/security/advisories/GHSA-r8cr-4f9w-7r75
FAQ
What is CVE-2026-32599?
CVE-2026-32599 is a documented vulnerability. 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 u...
How severe is CVE-2026-32599?
CVSS scoring is not yet available for CVE-2026-32599. Check NVD for updates.
Is there a patch for CVE-2026-32599?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.