SQL injection in baserCMS - CVE-2026-59872
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary SQL commands and disclose sensitive information.
The vulnerability exists due to SQL injection in the Admin API endpoint and UploaderFilesService::createAdminIndexConditions() when processing user-supplied query parameters in the conditions array. A remote privileged user can send a specially crafted request to execute arbitrary SQL commands and disclose sensitive information.
In the default configuration, the database user may have FILE privilege, which can enable writing query results to the database server's configured file output directory.