SQL injection in Hestia Control Panel - #VU140554
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary SQL statements with database administrative privileges.
The vulnerability exists due to sql injection in func/db.sh when processing user-supplied database passwords in database management operations. A remote user can supply a crafted password value to execute arbitrary SQL statements with database administrative privileges.
The issue affects both MySQL and PostgreSQL code paths and the injected SQL is processed in batch mode, allowing semicolon-separated statements to be executed.