SQL injection in baserCMS - CVE-2026-62950
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote attacker to execute arbitrary SQL queries and disclose sensitive information.
The vulnerability exists due to SQL injection in BlogTagsService::createIndexOrder() when processing the sort and direction query parameters in the blog tags listing endpoint. A remote attacker can send a specially crafted request to execute arbitrary SQL queries and disclose sensitive information.
The issue is reachable without authentication via the public API route when USE_CORE_API="true", and the same vulnerable code path is also exposed through the admin route.