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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-44183

CVE-2026-44183: Cleanuparr Auth Bypass Vulnerability

CVE-2026-44183 is an authentication bypass flaw in Cleanuparr that allows attackers to gain admin access by spoofing trusted network IPs. This post explains its impact, affected versions, and mitigation steps.

Published: May 17, 2026

CVE-2026-44183 Overview

Cleanuparr is an automation tool that cleans up unwanted or blocked files in Sonarr, Radarr, and supported download clients such as qBittorrent. CVE-2026-44183 is an authentication bypass vulnerability in the TrustedNetworkAuthenticationHandler.ResolveClientIp function. The handler parses the leftmost entry of the X-Forwarded-For HTTP header as the client IP address. Because X-Forwarded-For is append-only and client-controlled, an unauthenticated remote attacker can spoof a trusted local IP and pass the trusted-network check. The exploit authenticates the attacker as the Cleanuparr administrator. The issue is fixed in version 2.9.10 and tracked under [CWE-290] Authentication Bypass by Spoofing.

Critical Impact

An unauthenticated remote attacker can gain administrator access to Cleanuparr by sending a single HTTP request with a spoofed X-Forwarded-For header.

Affected Products

  • Cleanuparr versions prior to 2.9.10
  • Deployments exposing the Cleanuparr web interface to untrusted networks
  • Cleanuparr instances behind reverse proxies that do not sanitize X-Forwarded-For

Discovery Timeline

  • 2026-05-12 - CVE-2026-44183 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44183

Vulnerability Analysis

The vulnerability resides in Cleanuparr's trusted-network authentication path. Cleanuparr can be configured to automatically authenticate requests originating from trusted local networks, removing the need for credentials on internal traffic. To determine the client IP, TrustedNetworkAuthenticationHandler.ResolveClientIp reads the X-Forwarded-For header and takes the leftmost value. The handler then compares that value against the configured trusted-network ranges. If the IP matches, the request is authenticated as the Cleanuparr administrator without any credential check. Because the leftmost entry of X-Forwarded-For is supplied by the original HTTP client, an attacker controls the value used in the trust decision. The flaw maps to [CWE-290], where an authentication mechanism is bypassed by spoofing trusted client identity.

Root Cause

The X-Forwarded-For header is append-only by design. Each intermediate proxy appends its observed source IP to the right side of the header. The leftmost value is therefore the value submitted by the original client and is not trustworthy. The Cleanuparr handler treats this attacker-controlled value as authoritative, which collapses the trusted-network boundary into a header check that the attacker controls.

Attack Vector

An unauthenticated attacker sends an HTTP request to a reachable Cleanuparr endpoint and includes a header such as X-Forwarded-For: 127.0.0.1 or another IP within the trusted-network range. The handler parses this value, matches it against the trusted networks, and issues an authenticated administrator session. The attacker then performs any administrative action exposed by the application, including modifying cleanup rules, reading configuration, and pivoting into linked Sonarr, Radarr, and download client credentials. No user interaction is required and the attack complexity is low. See the GitHub Security Advisory GHSA-8q44-v65j-jc3q for additional technical detail.

Detection Methods for CVE-2026-44183

Indicators of Compromise

  • HTTP requests to Cleanuparr containing X-Forwarded-For headers with loopback or RFC1918 addresses arriving from external sources
  • Unexpected administrator-level configuration changes within Cleanuparr audit logs
  • New or modified credentials for connected Sonarr, Radarr, or qBittorrent integrations not initiated by an authorized operator

Detection Strategies

  • Inspect reverse proxy and web server access logs for inbound requests where the leftmost X-Forwarded-For value is a private or loopback IP but the TCP source is a public address
  • Alert on Cleanuparr administrative API calls that lack a preceding interactive login event
  • Compare the IP recorded by the upstream proxy against the IP parsed by Cleanuparr to identify mismatches

Monitoring Recommendations

  • Forward Cleanuparr application logs and reverse proxy logs to a centralized analytics platform for correlation
  • Track the running Cleanuparr version across deployments and flag instances below 2.9.10
  • Monitor outbound connections from Cleanuparr hosts for unexpected interaction with download clients or media managers

How to Mitigate CVE-2026-44183

Immediate Actions Required

  • Upgrade Cleanuparr to version 2.9.10 or later without delay
  • Restrict network exposure of the Cleanuparr web interface to trusted management networks only
  • Rotate credentials stored within Cleanuparr for Sonarr, Radarr, and download client integrations if exposure is suspected
  • Review Cleanuparr audit logs for unauthorized configuration changes

Patch Information

The maintainers fixed the issue in Cleanuparr 2.9.10. The patch corrects how TrustedNetworkAuthenticationHandler.ResolveClientIp determines the client IP so that attacker-controlled X-Forwarded-For values cannot satisfy the trusted-network check. Refer to the Cleanuparr GitHub Security Advisory for release details.

Workarounds

  • Disable the trusted-network authentication feature until the upgrade is applied
  • Configure the upstream reverse proxy to strip or overwrite the X-Forwarded-For header on inbound requests before they reach Cleanuparr
  • Bind Cleanuparr to a loopback or internal-only interface and require authenticated VPN access for management
bash
# Example NGINX configuration to overwrite client-supplied X-Forwarded-For
location / {
    proxy_set_header X-Forwarded-For $remote_addr;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_pass http://cleanuparr_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCleanuparr

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • 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-290
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32702: Cleanuparr Auth Bypass Vulnerability

  • CVE-2026-44184: Cleanuparr CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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