cve/2024/CVE-2024-49763.md

19 lines
1021 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-49763](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-49763)
![](https://img.shields.io/static/v1?label=Product&message=PlexRipper&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=%3C%200.24.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-942%3A%20Permissive%20Cross-domain%20Policy%20with%20Untrusted%20Domains&color=brightgreen)
2025-09-29 16:08:36 +00:00
### Description
PlexRipper is a cross-platform media downloader for Plex. PlexRippers open CORS policy allows attackers to gain sensitive information from PlexRipper by getting the user to access the attackers domain. This allows an attacking website to access the /api/PlexAccount endpoint and steal the users Plex login. This vulnerability is fixed in 0.24.0.
### POC
#### Reference
- https://securitylab.github.com/advisories/GHSL-2024-305_PlexRipper/
#### Github
No PoCs found on GitHub currently.