CyberRota Analysis
AI-GeneratedNetmaker 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.
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.