Description
Overseerr through 1.35.0 contains an authorization bypass through user-controlled key vulnerability in the push subscription API that allows authenticated users to list, read, and delete any other user's push subscriptions by supplying an arbitrary userId in the path parameters. Attackers can exploit the missing ownership check in the affected handlers to access target user records without the filteredFields filter, leaking sensitive data including email addresses and plexId values.
Published: 2026-07-23
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in Overseerr up to version 1.35.0 is an authorization bypass that occurs when an authenticated user submits an arbitrary user identifier to the pushSubscriptions API. The endpoint lacks an ownership check, enabling read, and delete any other user’s push subscription data. The exposed data include email addresses and Plex identifiers, constituting a privacy and confidentiality breach. The weakness is classified as CWE‑639 (Improper Authorization).

Affected Systems

Overseerr applications running version 1.35.0 or earlier are vulnerable. No additional affected versions are listed, so users should assume all prior releases share this flaw until a fixed version is released.

Risk and Exploitability

The vulnerability carries a CVSS score of 5.3 indicating moderate severity, while the EPSS score of less than 1 % reflects a low yet non‑zero probability of exploitation at the time of assessment. It is not listed in the CISA KEV catalog. Exploitation requires a valid authenticated session and knowledge of the target user’s identifier; the missing ownership check in the endpoint’s handlers is the primary attack vector. Adversaries can obtain the target user’s subscription records and sensitive fields such as email and plex ID, which could be leveraged for targeted phishing or service disruption.

Generated by OpenCVE AI on August 3, 2026 at 21:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Overseerr to the latest patch version that addresses the missing ownership check.
  • If an upgrade is not immediately possible, limit access to the pushSubscriptions API to internal users or a trusted network segment by configuring network firewall restrictions.
  • As a temporary protective measure, disable or remove the pushSubscriptions endpoint from the public API surface to prevent unauthorized use until a fix is applied.

Generated by OpenCVE AI on August 3, 2026 at 21:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 13:15:00 +0000

Type Values Removed Values Added
First Time appeared Sct
Sct overseerr
Vendors & Products Sct
Sct overseerr

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Overseerr through 1.35.0 contains an authorization bypass through user-controlled key vulnerability in the push subscription API that allows authenticated users to list, read, and delete any other user's push subscriptions by supplying an arbitrary userId in the path parameters. Attackers can exploit the missing ownership check in the affected handlers to access target user records without the filteredFields filter, leaking sensitive data including email addresses and plexId values.
Title Overseerr 1.35.0 Authorization Bypass via pushSubscriptions API
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-23T17:44:18.635Z

Reserved: 2026-07-22T20:26:09.979Z

Link: CVE-2026-65696

cve-icon Vulnrichment

Updated: 2026-07-23T17:44:12.022Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T17:16:29.763

Modified: 2026-07-23T18:17:01.017

Link: CVE-2026-65696

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T21:30:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key