๐Ÿ” CVE Alert

CVE-2026-100848

HIGH 7.1

AzuraCast before 0.23.8 Server-Side Request Forgery via Remote Relay URL

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

AzuraCast (Composer package azuracast/azuracast) before 0.23.8 validates a station's "Remote Relay" URL only for URL syntax and an http/https scheme (Utilities\Urls::parseUserUrl, used by StationRemote::getUrlAsUri) and performs no host or IP address restriction. A user holding only the station-scoped RemoteRelays permission can therefore set a Remote Relay URL pointing at loopback, private-network, or cloud-metadata addresses (e.g. http://127.0.0.1:<port>/ or http://169.254.169.254/latest/meta-data/), and AzuraCast's periodic background Now Playing sync (AbstractRemote::getNowPlayingAsync) will automatically and repeatedly issue HTTP requests to that address, resulting in server-side request forgery against internal resources. This affects the main branch as of commit bcf8754eef3a268ad82c3db4d81f7920c3c28b56 (2026-07-31); no patched version is available at the time of the advisory.

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:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
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-4h6m-rrxm-7w3m vulncheck.com: https://www.vulncheck.com/advisories/azuracast-before-0.23.8-server-side-request-forgery-via-remote-relay-url

Credits

๐Ÿ” senti-man