AI Security AI安全 7h ago Updated 1h ago 更新于 1小时前 40

Plex Urges Immediate Updates After Patching Multiple Undisclosed Security Flaws Plex在修补多个未公开安全漏洞后敦促立即更新

Plex released emergency patches in Plex Media Server 1.43.3 and Plex Desktop 1.115.0 to address multiple undisclosed security flaws, with CVE identifiers pending A previously disclosed high-severity vulnerability (CVE-2025-34158, CVSS 8.5) involved an authentication bug at the "/myplex/account" endpoint that exposed server owners' administrative access tokens to lower-privileged users An exploit chain combining "/myplex/account" and "/api/resources" endpoints could reveal an owner's entire Plex Plex发布紧急安全更新(Media Server 1.43.3 / Desktop 1.115.0),修复多项未公开漏洞,建议用户立即升级 漏洞细节未披露,但已申请CVE标识符,存在潜在的信息泄露与未授权访问风险 历史漏洞表明Plex长期是攻击入口:2025年8月CVE-2025-34158(CVSS 8.5)可泄露管理员token并枚举基础设施;2022年LastPass数据泄露即源于Plex漏洞(CVE-2020-5741) Censys数据显示超36万台设备暴露Plex Web界面,攻击面广泛,需优先加固

62
Hot 热度
55
Quality 质量
52
Impact 影响力

Analysis 深度分析

TL;DR

  • Plex released emergency patches in Plex Media Server 1.43.3 and Plex Desktop 1.115.0 to address multiple undisclosed security flaws, with CVE identifiers pending
  • A previously disclosed high-severity vulnerability (CVE-2025-34158, CVSS 8.5) involved an authentication bug at the "/myplex/account" endpoint that exposed server owners' administrative access tokens to lower-privileged users
  • An exploit chain combining "/myplex/account" and "/api/resources" endpoints could reveal an owner's entire Plex infrastructure to unauthorized access
  • Over 360,000 devices expose the Plex Media Server web interface according to Censys data, though not all are vulnerable
  • Plex has a history of exploited vulnerabilities, including a 2021 UDP reflection DoS issue and a 2020 vulnerability (CVE-2020-5741) linked to the LastPass breach

Why It Matters

This highlights the ongoing security risks associated with self-hosted media servers that are frequently exposed to the public internet, making them attractive targets for threat actors. The pattern of undisclosed vulnerabilities followed by emergency patches underscores the importance of proactive update management for any internet-facing service.

Technical Details

  • Patched Versions: Plex Media Server 1.43.3 and Plex Desktop 1.115.0 contain fixes for multiple undisclosed flaws; CVE identifiers have been requested but not yet assigned
  • CVE-2025-34158 (CVSS 8.5): Authentication bypass vulnerability where the "/myplex/account" endpoint incorrectly exposed the server owner's account details and administrative access token to any authenticated non-owner or lower-privileged user
  • Exploit Chain: The combination of "/myplex/account" (token exposure) and "/api/resources" (infrastructure enumeration) creates a two-step attack path that can map an owner's entire Plex deployment
  • Attack Surface: Censys data indicates over 360,000 devices expose the Plex Media Server web interface to the internet, significantly expanding the potential attack surface
  • Historical Vulnerabilities: Includes CVE-2020-5741 (CVSS 7.2, exploited in the LastPass breach via keylogger deployment) and a 2021 UDP reflection vulnerability addressed in v1.21.3.4014

Industry Insight

  • Organizations and individuals running Plex Media Server should treat this as a critical priority and update immediately, especially those with internet-facing deployments or NAS-based installations that may lag in package manager updates
  • The recurring pattern of severe vulnerabilities in Plex suggests that self-hosted media servers require the same rigorous security hygiene as enterprise infrastructure, including network segmentation, regular patching, and exposure minimization
  • The LastPass breach connection demonstrates how consumer-grade software vulnerabilities can cascade into enterprise-level incidents, reinforcing the need for zero-trust principles even in personal infrastructure

TL;DR

  • Plex发布紧急安全更新(Media Server 1.43.3 / Desktop 1.115.0),修复多项未公开漏洞,建议用户立即升级
  • 漏洞细节未披露,但已申请CVE标识符,存在潜在的信息泄露与未授权访问风险
  • 历史漏洞表明Plex长期是攻击入口:2025年8月CVE-2025-34158(CVSS 8.5)可泄露管理员token并枚举基础设施;2022年LastPass数据泄露即源于Plex漏洞(CVE-2020-5741)
  • Censys数据显示超36万台设备暴露Plex Web界面,攻击面广泛,需优先加固

为什么值得看

本文揭示了Plex Media Server作为家庭/企业媒体服务器长期面临的安全风险,其漏洞常被攻击者用作横向移动和初始入侵的跳板,对部署自托管服务的用户具有直接警示意义。

技术解析

  • 本次更新版本:Plex Media Server 1.43.3 与 Plex Desktop 1.115.0,修复多项未公开安全漏洞,CVE标识符已申请中,具体漏洞类型与利用方式尚未披露。
  • 历史高危漏洞CVE-2025-34158:CVSS 8.5,认证缺陷导致/myplex/account端点向非管理员用户暴露服务器所有者的账户详情及管理员访问令牌;结合/api/resources API可枚举所有者名下所有服务器,形成完整的攻击链,实现基础设施发现。
  • 历史攻击案例:2022年LastPass数据泄露的初始入侵路径即通过Plex漏洞CVE-2020-5741(CVSS 7.2)植入键盘记录器;2021年曾修复UDP反射放大漏洞,限制服务器仅响应LAN内UDP请求。
  • 暴露面规模:Censys数据显示超过36万台设备公开暴露Plex Media Server Web界面,尽管并非全部存在漏洞,但攻击面极其庞大,亟需网络层加固与版本更新。

行业启示

  • 自托管服务安全不容忽视:Plex作为广泛部署的媒体服务器,其漏洞历史表明家庭/中小企业用户常因忽视更新而成为攻击跳板,企业应建立定期漏洞扫描与强制更新机制。
  • 供应链攻击风险上升:攻击者通过第三方服务(如Plex)入侵员工个人设备进而渗透企业(如LastPass案例),提示组织需将员工自托管服务纳入整体安全策略与终端防护范围。
  • 漏洞披露透明度与响应速度:Plex本次未披露具体漏洞细节即推动紧急更新,反映厂商在平衡安全公告与攻击利用风险时的策略,用户应关注版本更新通知而非等待详细CVE报告。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全