CVE-2025-69414
Published: 02 January 2026
Summary
CVE-2025-69414 is a high-severity Incorrect Authorization (CWE-863) vulnerability in Plex Media Server. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
AC-3 enforces approved authorizations on API endpoints, directly preventing transient access tokens from retrieving permanent ones due to incorrect authorization.
IA-5 manages authenticators including transient and permanent tokens, mitigating unauthorized token upgrades by enforcing proper lifecycle controls.
AC-6 applies least privilege to limit low-privileged authenticated users from escalating access via vulnerable token retrieval APIs.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability is an authorization bypass in a public-facing Plex API allowing direct retrieval of a permanent application access token from a transient one, enabling exploitation of the server and theft/use of the resulting token for persistent access.
NVD Description
Plex Media Server (PMS) through 1.42.2.10156 allows retrieval of a permanent access token via a /myplex/account call with a transient access token.
Deeper analysisAI
CVE-2025-69414 is a vulnerability in Plex Media Server (PMS) through version 1.42.2.10156 that enables the retrieval of a permanent access token via a /myplex/account API call when supplied with a transient access token. This issue, associated with CWE-863 (Incorrect Authorization), has a CVSS v3.1 base score of 8.5 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N), indicating high severity due to network accessibility, low complexity, and significant confidentiality impact across a changed scope.
A low-privileged authenticated attacker with network access to the Plex Media Server can exploit this vulnerability without user interaction. By using a transient access token in the specified API call, the attacker can obtain a permanent access token, potentially granting persistent unauthorized access to the victim's Plex account and associated media resources, with high confidentiality impact and limited integrity modification.
Mitigation details are available in the referenced advisory at https://github.com/lufinkey/vulnerability-research/blob/main/CVE-2025-34158/README.md.
Details
- CWE(s)