CyberRota Analysis
AI-GeneratedWAPT Server versions 2.6.1.17834 and earlier are vulnerable to a SQL injection flaw in the `columns` parameter of the GET `/api/v3/hosts` endpoint, allowing remote authenticated users with read-only access to manipulate SQL queries. This vulnerability enables attackers to bypass host scope restrictions and potentially access sensitive data from other database rows or tables. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized data exposure.
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
WAPT Server versions 2.6.1.17834 and earlier contains a SQL injection vulnerability in the `columns` parameter of the GET `/api/v3/hosts` endpoint. A remote authenticated user with read-only privileges can inject arbitrary PostgreSQL expressions into the SQL query constructed by WAPT. By exploiting the injection point, an attacker can inject additional PostgreSQL statements, bypass the host scope restrictions applied to the account, and read information from other rows or tables within the database.