CVE-2024-31450
Severity CVSS v4.0:
Pending analysis
Type:
CWE-22
Path Traversal
Publication date:
19/04/2024
Last modified:
15/10/2025
Description
Owncast is an open source, self-hosted, decentralized, single user live video streaming and chat server. The Owncast application exposes an administrator API at the URL /api/admin. The emoji/delete endpoint of said API allows administrators to delete custom emojis, which are saved on disk. The parameter name is taken from the JSON request and directly appended to the filepath that points to the emoji to delete. By using path traversal sequences (../), attackers with administrative privileges can exploit this endpoint to delete arbitrary files on the system, outside of the emoji directory. This vulnerability is fixed in 0.1.3.
Impact
Base Score 3.x
2.70
Severity 3.x
LOW
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:owncast_project:owncast:*:*:*:*:*:*:*:* | 0.1.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://github.com/owncast/owncast/blob/v0.1.2/controllers/admin/emoji.go#L63
- https://github.com/owncast/owncast/commit/1b14800c7d7f54be14ed4d130bfe7f480645076e
- https://github.com/owncast/owncast/releases/tag/v0.1.3
- https://securitylab.github.com/advisories/GHSL-2023-277_Owncast/
- https://github.com/owncast/owncast/blob/v0.1.2/controllers/admin/emoji.go#L63
- https://github.com/owncast/owncast/commit/1b14800c7d7f54be14ed4d130bfe7f480645076e
- https://github.com/owncast/owncast/releases/tag/v0.1.3
- https://securitylab.github.com/advisories/GHSL-2023-277_Owncast/



