CVE-2026-75132 PUBLISHED

WAPT Server SQL Injection via /api/v3/hosts Endpoint

Assigner: VulnCheck
Reserved: 17.08.2026 Published: 31.08.2026 Updated: 31.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor Tranquil_IT
Product WAPT
Versions Default: affected
  • affected from 2.6.x to 2.6.1.17834 (incl.)
  • Version 2.6.1.17852 is affected

Credits

  • Elymaro (Aurélien Bourdois) finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE