๐Ÿ” CVE Alert

CVE-2026-100850

HIGH 7.7

AzuraCast before 0.23.8 SSRF and Local File Read via Remote Playlist

CVSS Score
7.7
EPSS Score
0.0%
EPSS Percentile
0th

AzuraCast before 0.23.8 contains a server-side request forgery and local file read vulnerability in the AutoDJ remote playlist fetch (backend/src/Radio/AutoDJ/QueueBuilder.php, getMediaFromRemoteUrl()). A user with the station Media permission can create or update a playlist with source=remote_url and remote_type=playlist whose remote_url points at a file:// path or an internal/loopback/link-local HTTP endpoint. When AutoDJ builds the queue, the backend passes the user-supplied URL directly to file_get_contents() with no scheme allowlist and no private/loopback/metadata IP policy (PHP allow_url_fopen is enabled by default, including in the Docker image). Lines from the fetched resource are parsed as M3U/PLS entries, stored in StationQueue.autodj_custom_uri, and returned by GET /api/station/{station_id}/queue to any user with the Broadcasting permission, disclosing host files readable by the web container (for example /etc/passwd or the application .env) and the bodies of non-blind internal HTTP requests. No patched version was available at the time of publication.

CWE CWE-918
Vendor azuracast
Product azuracast
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for azuracast azuracast

Be the first to know when new high vulnerabilities affecting azuracast azuracast are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

AzuraCast / AzuraCast
0 < 0.23.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/AzuraCast/AzuraCast/security/advisories/GHSA-rrjx-wrhf-8v47 vulncheck.com: https://www.vulncheck.com/advisories/azuracast-before-0.23.8-ssrf-and-local-file-read-via-remote-playlist

Credits

๐Ÿ” Alpastx