Skip to content

AzuraCast Vulnerable to Pre-Auth File Deletion & Admin RCE

Low severity GitHub Reviewed Published Dec 11, 2025 in AzuraCast/AzuraCast • Updated Dec 12, 2025

Package

composerazuracast/azuracast (Composer)

Affected versions

<= 0.23.1

Patched versions

0.23.2

Description

An API endpoint that is intended for internal use by the SFTP software sftpgo was mistakenly exposed to the public-facing HTTP API for AzuraCast installations.

This would allow a user with specific internal knowledge of a station's operations to craft a custom HTTP request that would affect the contents of a station's database, without revealing any internal information about the station.

With a request like:

curl -s -X POST "http://localhost/api/internal/sftp-event" -H "Content-Type: application/json" -d '{"action": "pre-delete", "username": "admin", "path": "/var/azuracast/stations/test/media/test.mp3" }' 

A remote user could simulate a request from sftpgo informing the software that a file was about to be deleted from the path given. In anticipation of this, AzuraCast would delete the corresponding database record for that file. While AzuraCast would then later discover on its own that the file actually exists and recreate the media record, it would not have the same playlist associations or custom metadata as the previous instance of the media record in the database.

Some mitigating factors affecting the severity of this issue include:

  • A user would need to know a valid SFTP username corresponding to the specific station in question.
  • A user would need to know the internal filesystem structure of a station (or be able to brute-force or guess paths).
  • Any call to this internal API endpoint does not return any information to the calling process about what files are present or aren't, so no confidential internal information is revealed by this process.

Patched versions of AzuraCast specifically check that any calls to this internal URL are being called by the internal HTTP service, which only listens for activity on localhost and is not accessible from outside the container.

References

@BusterNeeceBusterNeece published to AzuraCast/AzuraCast Dec 11, 2025
Published to the GitHub Advisory Database Dec 11, 2025
Reviewed Dec 11, 2025
Published by the National Vulnerability DatabaseDec 12, 2025
Last updated Dec 12, 2025

Severity

Low

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector:More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity:More severe for the least complex attacks.
Privileges required:More severe if no privileges are required.
User interaction:More severe when no user interaction is required.
Scope:More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality:More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity:More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability:More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N

EPSS score

Weaknesses

Missing Authorization

The product does not perform an authorization check when an actor attempts to access a resource or perform an action. Learn more on MITRE.

CVE ID

CVE-2025-67737

GHSA ID

GHSA-9449-rphm-mjqr

Credits

LoadingChecking history
See something to contribute? Suggest improvements for this vulnerability.