cve/2018/CVE-2018-13415.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-13415](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-13415)
![](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
In Plex Media Server 1.13.2.5154, the XML parsing engine for SSDP/UPnP functionality is vulnerable to an XML External Entity Processing (XXE) attack. Remote, unauthenticated attackers can use this vulnerability to: (1) Access arbitrary files from the filesystem with the same permission as the user account running Plex, (2) Initiate SMB connections to capture a NetNTLM challenge/response and crack to cleartext password, or (3) Initiate SMB connections to relay a NetNTLM challenge/response and achieve Remote Command Execution in Windows domains.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2018/Aug/1
2024-06-09 00:33:16 +00:00
- http://seclists.org/fulldisclosure/2018/Aug/1
2024-05-26 14:27:05 +02:00
- https://www.exploit-db.com/exploits/45146/
2024-06-09 00:33:16 +00:00
- https://www.exploit-db.com/exploits/45146/
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.