CyberRota Analysis
AI-GeneratedISPConfig is vulnerable to an authenticated SQL injection in its Remote API, allowing users with low-privilege permissions to manipulate SQL queries through the primary_id parameter. This flaw can lead to unauthorized deletion or modification of records across all tenants and potential exposure of sensitive data, including password hashes. Organizations using ISPConfig should prioritize patching this vulnerability to mitigate the risk of data breaches and unauthorized access.
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
ISPConfig contains an authenticated SQL injection vulnerability in the Remote API. The primary_id parameter passed to delete and update API methods is concatenated directly into SQL WHERE clauses without integer casting or parameterized query binding. The built-in SQL injection scanner does not block quote-free boolean payloads and does not reject requests in its default configuration. A remote API user holding any single low-privilege function permission can inject arbitrary SQL to delete or modify records across all tenants in the control panel database and extract arbitrary data via blind boolean inference, including password hashes and client records.