SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-75132

MEDIUM · CVSS 6.5 EPSS 0.29% Public Exploit

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

CyberRota Analysis

AI-Generated

WAPT 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.

Detected Signals
exploit

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

CVE
CVE-2026-75132
Severity
MEDIUM
CVSS
6.5
EPSS
0.29%

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.