Executive brief
AzuraCast is a web-based radio station management platform that manages streaming servers and media catalogs. An unauthenticated attacker can inject malicious database query commands through the sortOrder API parameter to extract sensitive information such as administrator credentials and station settings. This allows unauthorized data theft without requiring login credentials or user interaction.
Technical details
The vulnerability exists in AbstractSearchableListAction.php where the sortOrder GET parameter is passed unsanitized to the Doctrine ORM's addOrderBy() method, enabling DQL injection. An attacker can inject CASE WHEN expressions to extract data via time-based or result-based inference by observing ordering changes in API responses. The vulnerability requires network access only and can be exploited without authentication or privileges.
Affected products
- AzuraCast AzuraCast before 0.23.8
Timeline
- 2026-08-07: disclosed
- 2026-08-07: patched: Fixed in version 0.23.8