The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27792

CVE-2026-27792: Seerr Auth Bypass Vulnerability

CVE-2026-27792 is an authorization bypass flaw in Seerr media request manager that lets authenticated users access and modify other users' data. This article covers the technical details, affected versions, and mitigation steps.

Published: March 6, 2026

CVE-2026-27792 Overview

A missing authorization vulnerability has been identified in Seerr, an open-source media request and discovery manager for Jellyfin, Plex, and Emby. The vulnerability affects versions 2.7.0 through 3.0.x and allows authenticated users to access and modify data belonging to other users due to the absence of the isOwnProfileOrAdmin() middleware on several push subscription API routes.

Critical Impact

Authenticated attackers can view and modify other users' push subscription settings, potentially leading to unauthorized data access and privacy violations across user boundaries.

Affected Products

  • Seerr versions 2.7.0 through 3.0.x
  • Push subscription API endpoints lacking authorization middleware
  • Self-hosted Seerr instances with multiple user accounts

Discovery Timeline

  • 2026-02-27 - CVE-2026-27792 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2026-27792

Vulnerability Analysis

This vulnerability represents a Missing Authorization flaw (CWE-862) in the Seerr application's push subscription API routes. The core issue stems from the failure to implement proper authorization checks that verify whether a requesting user has permission to access or modify another user's data.

In web applications with multi-user functionality, it is essential to validate that users can only interact with their own resources unless they have administrative privileges. The isOwnProfileOrAdmin() middleware was designed for this purpose but was not consistently applied across all relevant API endpoints, creating an authorization gap.

The network-accessible attack vector combined with low complexity requirements means that any authenticated user can potentially exploit this vulnerability. While the impact is limited to confidentiality and integrity breaches without availability impact, the unauthorized cross-user data access represents a significant privacy concern for affected deployments.

Root Cause

The root cause is the inconsistent application of authorization middleware across the push subscription API routes. The isOwnProfileOrAdmin() middleware, which validates that a user can only access their own profile or possesses administrative permissions, was not applied to several critical endpoints in server/routes/user/index.ts and server/routes/user/usersettings.ts. This allowed authenticated users to bypass user-level access controls and interact with other users' subscription data.

Attack Vector

An authenticated attacker can exploit this vulnerability by sending crafted API requests to the unprotected push subscription endpoints, substituting another user's ID in the request parameters. Since the authorization middleware is missing, the application processes these requests without validating the relationship between the requesting user and the target user account.

The attack requires only authenticated access to the Seerr application and can be performed over the network. No user interaction is required, and the attacker does not need administrative privileges—only valid credentials for any user account.

typescript
// Security patch in server/routes/user/index.ts - Adding isOwnProfileOrAdmin middleware
 import logger from '@server/logger';
 import { isAuthenticated } from '@server/middleware/auth';
 import { getHostname } from '@server/utils/getHostname';
+import { isOwnProfileOrAdmin } from '@server/utils/profileMiddleware';
 import { Router } from 'express';
 import gravatarUrl from 'gravatar-url';
 import { findIndex, sortBy } from 'lodash';

Source: GitHub Commit Update

typescript
// Security patch in server/routes/user/usersettings.ts - Centralizing middleware
 import { isAuthenticated } from '@server/middleware/auth';
 import { ApiError } from '@server/types/error';
 import { getHostname } from '@server/utils/getHostname';
+import {
+  isOwnProfile,
+  isOwnProfileOrAdmin,
+} from '@server/utils/profileMiddleware';
 import { Router } from 'express';
 import net from 'net';
 import { Not } from 'typeorm';
 import { canMakePermissionsChange } from '.';
 
-const isOwnProfile = (): Middleware => {
-  return (req, res, next) => {
-    if (req.user?.id !== Number(req.params.id)) {
-      return next({
-        status: 403,
-        message: "You do not have permission to view this user's settings.",
-      });
-    }
-    next();
-  };
-};
-
-const isOwnProfileOrAdmin = (): Middleware => {
-  const authMiddleware: Middleware = (req, res, next) => {
-    if (
-      !req.user?.hasPermission(Permission.MANAGE_USERS) &&
-      req.user?.id !== Number(req.params.id)
-    ) {

Source: GitHub Commit Update

Detection Methods for CVE-2026-27792

Indicators of Compromise

  • API requests to push subscription endpoints containing user IDs that don't match the authenticated session
  • Unusual patterns of cross-user data access in application logs
  • Multiple user profile modifications originating from a single authenticated session
  • 403 Forbidden errors appearing after patching, indicating previous exploitation attempts

Detection Strategies

  • Monitor API access logs for requests where the authenticated user ID differs from the target user ID in request parameters
  • Implement audit logging on all user settings and push subscription endpoints
  • Review historical access patterns for anomalous cross-user data retrieval
  • Deploy web application firewall rules to flag requests with mismatched user identifiers

Monitoring Recommendations

  • Enable detailed logging for all endpoints in server/routes/user/ directory
  • Set up alerts for authorization failures and permission denied responses
  • Monitor for bulk enumeration attempts against user-related API endpoints
  • Track push subscription modifications and correlate with user session data

How to Mitigate CVE-2026-27792

Immediate Actions Required

  • Upgrade Seerr to version 3.1.0 or later immediately
  • Review application logs for evidence of unauthorized cross-user access
  • Notify users if unauthorized access to their push subscription data is detected
  • Temporarily restrict access to affected API endpoints if immediate patching is not possible

Patch Information

The vulnerability is fixed in Seerr version 3.1.0. The patch centralizes the authorization middleware into @server/utils/profileMiddleware and ensures it is consistently applied across all push subscription API routes. The fix includes the isOwnProfile() and isOwnProfileOrAdmin() functions that validate user permissions before allowing access to profile and subscription data.

For detailed patch information, refer to the GitHub Security Advisory GHSA-gx3h-3jg5-q65f and the GitHub Release v3.1.0.

Workarounds

  • Restrict Seerr access to trusted users only until the patch can be applied
  • Implement a reverse proxy with additional authorization checks on affected endpoints
  • Disable push notification functionality temporarily if not critical to operations
  • Place the Seerr instance behind a VPN to limit exposure to authenticated attackers
bash
# Configuration example - Restrict access via reverse proxy (nginx)
# Add to location block for /api/v1/user endpoints
location /api/v1/user {
    # Require additional authentication or IP restrictions
    allow 10.0.0.0/8;
    deny all;
    
    proxy_pass http://seerr:5055;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSeerr

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Release v3.1.0
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-gx3h-3jg5-q65f
  • Related CVEs
  • CVE-2026-27707: Seerr Authentication Bypass Vulnerability

  • CVE-2026-27793: Seerr Information Disclosure Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English