Description
AzuraCast before 0.23.4 contains a code injection vulnerability in the ConfigWriter::cleanUpString() method that fails to sanitize Liquidsoap string interpolation sequences, allowing authenticated users with Media or Profile permissions to inject arbitrary Liquidsoap code into station configuration. Attackers can inject #{process.run()} expressions into playlist URLs or station metadata fields that execute shell commands as the azuracast user when the station restarts.
Published: 2026-09-27
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Update
AI Analysis

Impact

AzuraCast versions earlier than 0.23.4 contain a code injection flaw in ConfigWriter::cleanUpString() that fails to escape Liquidsoap string interpolation. An attacker who can authenticate and has Media or Profile permissions can inject Liquidsoap expressions such as #{process.run()} into playlist URLs or station metadata. When the station configuration is reloaded, the shell command is executed under the azuracast user, giving the attacker local code execution privileges. This flaw directly compromises the confidentiality, integrity, and availability of the host system.

Affected Systems

AzuraCast installations running any release before 0.23.4 are affected. The vulnerability is present in the core AzuraCast product; no specific sub‑components are listed beyond the factory configuration logic. Users should verify if their AzuraCast version predates 0.23.4.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.6, indicating high severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog as of this analysis. The required attacker profile is an authenticated user with Media or Profile permissions, and the exploit requires the station to restart so that the malicious configuration is parsed. Given the lack of any publicly disclosed exploits, the current risk level is high but the exploitation probability is considered moderate due to the credential and context prerequisites.

Generated by OpenCVE AI on September 27, 2026 at 03:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply AzuraCast 0.23.4 or newer to remove the code injection vector
  • Revoke or limit Media/Profile permissions for users who do not need them until a patch is applied
  • Disallow dynamic playlist URLs or metadata that can contain untrusted Liquidsoap interpolation before updating the system

Generated by OpenCVE AI on September 27, 2026 at 03:40 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.4 contains a code injection vulnerability in the ConfigWriter::cleanUpString() method that fails to sanitize Liquidsoap string interpolation sequences, allowing authenticated users with Media or Profile permissions to inject arbitrary Liquidsoap code into station configuration. Attackers can inject #{process.run()} expressions into playlist URLs or station metadata fields that execute shell commands as the azuracast user when the station restarts.
Title AzuraCast before 0.23.4 Remote Code Execution via Liquidsoap string interpolation
First Time appeared Azuracast
Azuracast azuracast
Weaknesses CWE-94
CPEs cpe:2.3:a:azuracast:azuracast:*:*:*:*:*:*:*:*
Vendors & Products Azuracast
Azuracast azuracast
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Azuracast Azuracast
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

Reserved: 2026-09-27T00:20:03.854Z

Link: CVE-2026-100857

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-100857

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T04:45:17Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')