Files
CVEs-PoC/2017/CVE-2017-9413.md
T
2024-06-18 02:51:15 +02:00

19 lines
1016 B
Markdown

### [CVE-2017-9413](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9413)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Multiple cross-site request forgery (CSRF) vulnerabilities in the Podcast feature in Subsonic 6.1.1 allow remote attackers to hijack the authentication of users for requests that (1) subscribe to a podcast via the add parameter to podcastReceiverAdmin.view or (2) update Internet Radio Settings via the urlRedirectCustomUrl parameter to networkSettings.view. NOTE: These vulnerabilities can be exploited to conduct server-side request forgery (SSRF) attacks.
### POC
#### Reference
- http://packetstormsecurity.com/files/142794/Subsonic-6.1.1-Server-Side-Request-Forgery.html
- https://www.exploit-db.com/exploits/42118/
#### Github
No PoCs found on GitHub currently.