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

CVE-2026-30975: Sonarr Authentication Bypass Vulnerability

CVE-2026-30975 is an authentication bypass vulnerability in Sonarr PVR that affects systems with disabled local authentication. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-30975 Overview

CVE-2026-30975 is an authentication bypass vulnerability affecting Sonarr, a popular PVR (Personal Video Recorder) application for Usenet and BitTorrent users. This vulnerability allows remote attackers to bypass authentication mechanisms when specific configuration settings are in place, potentially granting unauthorized access to the Sonarr application and its managed media content.

The vulnerability specifically impacts users who have disabled authentication for local addresses (Authentication Required set to: Disabled for Local Addresses) without a properly configured reverse proxy running in front of Sonarr that filters invalid headers. This configuration oversight allows attackers to craft requests that bypass authentication checks entirely.

Critical Impact

Remote attackers can bypass authentication controls and gain unauthorized access to Sonarr instances, potentially exposing media libraries, download configurations, and system credentials stored within the application.

Affected Products

  • Sonarr versions prior to 4.0.16.2942 (nightly/develop branch)
  • Sonarr versions prior to 4.0.16.2944 (stable/main branch)
  • Installations with "Disabled for Local Addresses" authentication setting exposed without a reverse proxy

Discovery Timeline

  • 2026-03-25 - CVE-2026-30975 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-30975

Vulnerability Analysis

This authentication bypass vulnerability is classified under CWE-290 (Authentication Bypass by Spoofing). The flaw exists in how Sonarr handles authentication requirements for requests that appear to originate from local addresses. When the "Authentication Required" setting is configured to "Disabled for Local Addresses," the application relies on request headers to determine the origin of incoming connections.

The vulnerability allows attackers to exploit this trust model by manipulating HTTP headers to make their requests appear as if they originated from local addresses, effectively bypassing the authentication requirement. This is particularly dangerous when Sonarr is directly exposed to the internet without a properly configured reverse proxy that sanitizes or validates these headers.

The impact of successful exploitation includes unauthorized access to:

  • Media library management functions
  • Download client configurations
  • Indexer API keys and credentials
  • Application settings and user accounts

Root Cause

The root cause of this vulnerability lies in improper validation of client origin when the "Disabled for Local Addresses" authentication setting is enabled. The application trusts certain HTTP headers to determine whether a request originates from a local network, but these headers can be spoofed by malicious actors. Without a reverse proxy in front of Sonarr that strips or validates these headers, attackers can forge requests that bypass authentication entirely.

Attack Vector

The attack vector is network-based and does not require prior authentication. An attacker can exploit this vulnerability by:

  1. Identifying a Sonarr instance exposed to the internet with the "Disabled for Local Addresses" authentication setting enabled
  2. Crafting HTTP requests with spoofed headers indicating a local origin
  3. Sending these requests directly to the Sonarr instance (when no reverse proxy is present, or when the reverse proxy does not filter the malicious headers)
  4. Gaining authenticated access to the Sonarr application without valid credentials

The attack requires user interaction (UI:R) in certain scenarios, though the primary exploitation path involves direct network access to misconfigured instances. Successful exploitation can result in high confidentiality and integrity impact, allowing attackers to access and modify sensitive data within the application.

Detection Methods for CVE-2026-30975

Indicators of Compromise

  • Unexpected authentication-free access to Sonarr from external IP addresses
  • Log entries showing successful API requests without corresponding authentication events
  • Unusual modifications to download clients, indexers, or library configurations
  • Access logs containing requests with suspicious or inconsistent origin headers

Detection Strategies

  • Review Sonarr access logs for requests from external IP addresses that bypassed authentication
  • Monitor for configuration changes to authentication settings or API key modifications
  • Implement network monitoring to detect direct external access to Sonarr ports without reverse proxy traversal
  • Audit current authentication settings to identify instances with "Disabled for Local Addresses" enabled

Monitoring Recommendations

  • Enable comprehensive access logging in Sonarr and regularly review for anomalous access patterns
  • Configure alerting for any changes to authentication settings or user accounts
  • Monitor network traffic to Sonarr instances for connections bypassing reverse proxy infrastructure
  • Implement intrusion detection rules for requests containing spoofed local address headers

How to Mitigate CVE-2026-30975

Immediate Actions Required

  • Upgrade Sonarr to version 4.0.16.2942 (nightly/develop) or 4.0.16.2944 (stable/main) immediately
  • Change the Authentication Required setting to Enabled to require authentication for all connections
  • Review access logs for any signs of unauthorized access prior to patching
  • Rotate any API keys or credentials that may have been exposed

Patch Information

Security patches are available in the following versions:

  • Nightly/Develop Branch: Version 4.0.16.2942 - GitHub Release v4.0.16.2942
  • Stable/Main Branch: Version 4.0.16.2944 - GitHub Release v4.0.16.2944

For complete details on the vulnerability, refer to the GitHub Security Advisory GHSA-h5qx-5hjf-7c9r.

Workarounds

  • Set Sonarr's Authentication Required setting to Enabled to require authentication for all connections regardless of origin
  • Deploy Sonarr behind a properly configured reverse proxy that strips or validates origin headers
  • Do not expose Sonarr directly to the internet; instead, access it through a VPN, Tailscale, or similar secure network solution
  • Implement firewall rules to restrict access to Sonarr only from trusted internal networks
bash
# Example: Configure Sonarr authentication setting via config.xml
# Ensure AuthenticationRequired is set to "Enabled" instead of "DisabledForLocalAddresses"
# Location: /path/to/sonarr/config.xml
# <AuthenticationRequired>Enabled</AuthenticationRequired>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSonarr

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-290
  • Technical References
  • GitHub Sonarr Release v4.0.16.2942

  • GitHub Sonarr Release v4.0.16.2944

  • GitHub Security Advisory GHSA-h5qx-5hjf-7c9r
  • Related CVEs
  • CVE-2026-30976: Sonarr Information Disclosure Vulnerability
Default Legacy - Prefooter | 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