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-27707

CVE-2026-27707: Seerr Authentication Bypass Vulnerability

CVE-2026-27707 is an authentication bypass flaw in Seerr that allows attackers to register accounts on Plex-configured instances via malicious Jellyfin servers. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-27707 Overview

CVE-2026-27707 is a critical authentication bypass vulnerability affecting Seerr, an open-source media request and discovery manager for Jellyfin, Plex, and Emby media servers. The vulnerability exists due to an authentication guard logic flaw in the POST /api/v1/auth/jellyfin endpoint that allows unauthenticated attackers to register a new Seerr account on any Plex-configured instance by authenticating with an attacker-controlled Jellyfin server.

This flaw enables attackers to gain authenticated sessions with default permissions, including the ability to submit media requests to Radarr/Sonarr integration services. The vulnerability affects Seerr versions 2.0.0 through versions prior to 3.1.0.

Critical Impact

Unauthenticated attackers can gain unauthorized access to Seerr instances configured for Plex, enabling them to submit media requests and potentially abuse connected Radarr/Sonarr services.

Affected Products

  • Seerr versions 2.0.0 to versions prior to 3.1.0
  • Plex-configured Seerr deployments with default Jellyfin settings
  • Deployments where settings.main.newPlexLogin is set to true (default)

Discovery Timeline

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

Technical Details for CVE-2026-27707

Vulnerability Analysis

The vulnerability stems from insufficient validation in the authentication guard logic for the Jellyfin authentication endpoint. When processing authentication requests at POST /api/v1/auth/jellyfin, the application fails to properly verify whether the Jellyfin server being used for authentication is the legitimately configured server for the Seerr instance.

This allows an attacker to bypass authentication by pointing the authentication request to an attacker-controlled Jellyfin server. Since the application trusts the response from any Jellyfin server without validating its legitimacy, an attacker can successfully authenticate and receive a valid session token.

The vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel), which describes security mechanisms that can be circumvented through alternative authentication methods that were not intended to grant access.

Root Cause

The root cause lies in the authentication flow's failure to verify the source Jellyfin server against the configured server. Specifically, when all three of the following conditions are true, the vulnerability is exploitable:

  1. settings.main.mediaServerType is set to PLEX (the most common deployment configuration)
  2. settings.jellyfin.ip is set to "" (default empty value, meaning Jellyfin was never configured)
  3. settings.main.newPlexLogin is set to true (default setting)

This combination of default settings creates a scenario where the authentication endpoint accepts credentials from any Jellyfin server, effectively bypassing the intended authentication mechanism.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker exploits this vulnerability by:

  1. Setting up a malicious Jellyfin server under their control
  2. Sending a crafted authentication request to the target Seerr instance's /api/v1/auth/jellyfin endpoint
  3. Pointing the authentication to their malicious Jellyfin server
  4. Receiving a valid authenticated session from Seerr

The attacker-controlled Jellyfin server validates the attacker's credentials, and Seerr trusts this validation, granting the attacker an authenticated session with default permissions. This enables immediate access to application features including media request submission to integrated Radarr/Sonarr services.

Jellyfin-configured and Emby-configured deployments are not affected by this vulnerability. For detailed exploitation mechanics, refer to the GitHub Security Advisory GHSA-rc4w-7m3r-c2f7.

Detection Methods for CVE-2026-27707

Indicators of Compromise

  • Unexpected POST requests to /api/v1/auth/jellyfin from external IP addresses
  • New user account registrations with Jellyfin authentication on Plex-configured instances
  • Authentication logs showing Jellyfin server IPs that do not match your infrastructure
  • Unexpected media requests submitted to Radarr/Sonarr integrations

Detection Strategies

  • Monitor authentication logs for /api/v1/auth/jellyfin endpoint activity on Plex-configured instances
  • Implement alerting for new user registrations that authenticate via Jellyfin when Jellyfin is not configured
  • Review network traffic for connections to unknown Jellyfin server IP addresses during authentication flows
  • Audit existing user accounts for any unauthorized registrations created through Jellyfin authentication

Monitoring Recommendations

  • Enable verbose logging for authentication events in Seerr
  • Configure network monitoring to detect outbound connections from Seerr to unexpected Jellyfin servers
  • Set up alerts for any new user creation events, particularly those authenticated via Jellyfin
  • Review Radarr/Sonarr request logs for unusual media request patterns from newly created accounts

How to Mitigate CVE-2026-27707

Immediate Actions Required

  • Upgrade Seerr to version 3.1.0 or later immediately
  • Audit existing user accounts for any unauthorized registrations
  • Review Radarr/Sonarr request history for suspicious activity
  • If upgrade is not immediately possible, implement the workarounds below

Patch Information

The vulnerability has been fixed in Seerr version 3.1.0. The fix addresses the authentication guard logic flaw by properly validating Jellyfin server configurations before accepting authentication requests. Administrators should upgrade to the patched version as soon as possible.

Relevant security resources:

  • GitHub Security Advisory GHSA-rc4w-7m3r-c2f7
  • Patch Commit Details
  • Seerr Release v3.1.0

Workarounds

  • Disable new Plex logins by setting settings.main.newPlexLogin to false until the upgrade is applied
  • Configure a valid Jellyfin IP address in settings.jellyfin.ip to prevent exploitation via empty default value
  • Implement network-level access controls to restrict access to the /api/v1/auth/jellyfin endpoint
  • Place Seerr behind an authentication proxy that requires valid credentials before reaching the application
bash
# Verify current Seerr version and check for vulnerability
# If running version 2.0.0 to <3.1.0, upgrade immediately
docker pull ghcr.io/seerr-team/seerr:3.1.0

# Alternatively, if using Docker Compose, update your compose file
# and restart the service
docker-compose pull seerr
docker-compose up -d seerr

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • GitHub Release Version 3.1.0
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-rc4w-7m3r-c2f7
  • Related CVEs
  • CVE-2026-27792: Seerr Auth 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