CVE-2026-96651

6.5

Plex · Media Server

Plex Media Server is vulnerable to path traversal via the url parameter in the /system/agents/media/get endpoint, allowing unauthorized file reading.

Executive summary

A path traversal vulnerability in Plex Media Server allows authenticated or LAN-adjacent attackers to read sensitive files, potentially leading to full account and server compromise.

Vulnerability

The application fails to sanitize ../ sequences in the url parameter when processing requests to /system/agents/media/get. This flaw allows an attacker with a valid session token, or a LAN-adjacent attacker utilizing an X-Forwarded-For header, to bypass directory restrictions and access arbitrary files on the host system.

Business impact

The ability to read arbitrary files poses a severe risk to data confidentiality and system integrity. An attacker can retrieve the PlexOnlineToken, which grants complete control over the victim's Plex account and the media server instance. Given the potential for total administrative takeover, the impact is significant despite the medium CVSS score, as it facilitates lateral movement and unauthorized data access.

Remediation

Immediate Action: Update Plex Media Server to version 1.43.3.10861 or later to implement proper path validation.

Proactive Monitoring: Review access logs for requests to the /system/agents/media/get endpoint containing suspicious path traversal patterns or unexpected X-Forwarded-For headers.

Compensating Controls: Deploy a Web Application Firewall (WAF) rule to inspect and block incoming requests containing directory traversal sequences (../) directed at the Plex Media Server endpoints.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

This vulnerability represents a critical risk to the security of your Plex Media Server environment. Administrators should prioritize patching to version 1.43.3.10861 immediately to close the path traversal vector. Failure to remediate could allow an attacker to gain persistent unauthorized access to your media library and administrative controls.

More Plex CVEs

History

  1. Analyst report written

Sources

Originally found and disclosed by Zach Main, per the CVE Program record.

  • url Third-party advisory
  • url Vulnerability database entry
  • url Release notes
  • url Third-party advisory