Description
AzuraCast before 0.23.8 contains a DQL injection vulnerability in the sortOrder API parameter of AbstractSearchableListAction.php. Attackers can inject arbitrary DQL expressions through the sortOrder parameter to extract sensitive database information including user credentials and station settings.
Published: 2026-09-27
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Confidentiality Compromise
Action: Immediate Patch
AI Analysis

Impact

AzuraCast versions earlier than 0.23.8 include a DQL injection vulnerability in the sortOrder parameter of AbstractSearchableListAction.php. By sending a crafted sortOrder value, attackers can inject arbitrary DQL expressions that are executed against the application database. The injected queries can retrieve sensitive data such as user credentials and station configuration settings, potentially leaking confidential information.

Affected Systems

Affected products are the AzuraCast audio streaming platform. All installations running AzuraCast before version 0.23.8 are vulnerable, as the flaw is in the core API codebase. No specific subversion list was provided, so any deployment predating 0.23.8 should be considered at risk.

Risk and Exploitability

The CVSS base score of 8.7 indicates a high severity flaw, and with a lack of an EPSS rating the likelihood of exploitation is uncertain but potentially high. Since the flaw is exploitable via an API endpoint, the attack vector is remote and requires only network access to the sortOrder parameter. The vulnerability is not listed in the CISA KEV catalog, yet it can still be leveraged by skilled adversaries to exfiltrate data. Mitigation relies on applying a patch to 0.23.8 or later, or restricting API access to authenticated users with limited permissions.

Generated by OpenCVE AI on September 27, 2026 at 04:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade AzuraCast to version 0.23.8 or later to remove the vulnerable sortOrder handling
  • If an immediate upgrade is not possible, restrict access to the AbstractSearchableListAction API to authenticated users and eliminate any public exposure
  • Implement additional validation on the sortOrder parameter to accept only whitelisted values and silently reject malformed input

Generated by OpenCVE AI on September 27, 2026 at 04:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 02:00:00 +0000

Type Values Removed Values Added
Description AzuraCast before 0.23.8 contains a DQL injection vulnerability in the sortOrder API parameter of AbstractSearchableListAction.php. Attackers can inject arbitrary DQL expressions through the sortOrder parameter to extract sensitive database information including user credentials and station settings.
Title AzuraCast before 0.23.8 DQL Injection via sortOrder
First Time appeared Azuracast
Azuracast azuracast
Weaknesses CWE-89
CPEs cpe:2.3:a:azuracast:azuracast:*:*:*:*:*:*:*:*
Vendors & Products Azuracast
Azuracast azuracast
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Azuracast Azuracast
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-27T01:28:41.653Z

Reserved: 2026-09-27T00:18:40.972Z

Link: CVE-2026-100847

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T02:17:23.437

Modified: 2026-09-27T02:17:23.437

Link: CVE-2026-100847

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T04:15:08Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')