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

CVE-2026-33511: Pyload Authentication Bypass Vulnerability

CVE-2026-33511 is an authentication bypass flaw in Pyload that enables remote attackers to access localhost-restricted endpoints via Host header spoofing. This post covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33511 Overview

CVE-2026-33511 is an authorization bypass vulnerability in pyLoad, a free and open-source download manager written in Python. The vulnerability exists in the local_check decorator within pyLoad's ClickNLoad feature, which can be bypassed by remote attackers through HTTP Host header spoofing. This flaw allows unauthenticated remote users to access localhost-restricted endpoints, enabling them to inject arbitrary downloads, write files to the storage directory, and execute JavaScript code.

Critical Impact

Remote attackers can bypass authentication controls to access localhost-restricted endpoints, potentially leading to arbitrary file writes and JavaScript code execution without any authentication.

Affected Products

  • pyload pyload versions 0.4.20 to before 0.5.0b3.dev97
  • pyload-ng_project pyload-ng

Discovery Timeline

  • 2026-03-24 - CVE-2026-33511 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33511

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), which occurs when an application uses user-controlled input to determine which resources or functionality a user can access. In pyLoad's case, the local_check decorator is designed to restrict certain sensitive endpoints to localhost connections only, preventing remote users from accessing administrative or dangerous functionality.

However, the implementation fails to properly validate the source of requests. Instead of checking the actual network connection origin, the decorator relies on the HTTP Host header, which is entirely user-controlled. Attackers can craft malicious HTTP requests with a spoofed Host header set to localhost or 127.0.0.1, effectively tricking the application into believing the request originates from the local machine.

The ClickNLoad feature is particularly affected, as it provides functionality for external applications to submit download links to pyLoad. When the local_check bypass is exploited, attackers gain the ability to inject arbitrary download URLs, which can be leveraged to download malicious files to the server's storage directory. Furthermore, the ability to execute JavaScript code within this context could enable more sophisticated attacks including cross-site scripting or manipulation of the pyLoad web interface.

Root Cause

The root cause of this vulnerability lies in the improper implementation of the local_check decorator in pyLoad's ClickNLoad feature. The decorator trusts the HTTP Host header to determine if a request originates from localhost, rather than inspecting the actual network socket connection or validating against the client's IP address. This design flaw allows any remote attacker to simply modify the Host header in their HTTP request to impersonate a local connection, completely bypassing the intended access control mechanism.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted HTTP requests to the pyLoad server with a spoofed Host header. The attack flow involves:

  1. Identifying a pyLoad instance exposed to the network (versions 0.4.20 to before 0.5.0b3.dev97)
  2. Crafting an HTTP request targeting ClickNLoad endpoints with the Host header set to localhost or 127.0.0.1
  3. The local_check decorator incorrectly validates the request as coming from localhost
  4. The attacker gains access to restricted functionality including download injection, file writes to storage directories, and JavaScript execution

The vulnerability can be exploited remotely against any pyLoad instance accessible over the network. See the GitHub Security Advisory for technical details on the exploitation mechanism.

Detection Methods for CVE-2026-33511

Indicators of Compromise

  • Unusual HTTP requests to ClickNLoad endpoints with localhost or 127.0.0.1 in the Host header originating from external IP addresses
  • Unexpected files appearing in pyLoad storage directories that were not initiated by authorized users
  • Suspicious download queue entries pointing to unknown or malicious URLs
  • Web server logs showing requests with mismatched Host headers and source IP addresses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests where the Host header contains localhost values but originates from external IP addresses
  • Monitor pyLoad access logs for requests to sensitive ClickNLoad endpoints from unexpected sources
  • Deploy network intrusion detection systems (IDS) with signatures for HTTP Host header spoofing attempts
  • Review pyLoad download history and storage directories for unauthorized entries

Monitoring Recommendations

  • Enable verbose logging in pyLoad to capture all incoming requests including headers
  • Set up alerts for any ClickNLoad API activity from non-local IP addresses
  • Implement file integrity monitoring on pyLoad storage directories to detect unauthorized writes
  • Configure SIEM rules to correlate Host header anomalies with external connection sources

How to Mitigate CVE-2026-33511

Immediate Actions Required

  • Upgrade pyLoad to version 0.5.0b3.dev97 or later immediately
  • If immediate upgrade is not possible, disable the ClickNLoad feature until patching can be completed
  • Restrict network access to pyLoad instances using firewall rules to allow only trusted IP addresses
  • Review pyLoad storage directories for any unauthorized files that may have been injected

Patch Information

The vulnerability has been patched in pyLoad version 0.5.0b3.dev97. Users running versions 0.4.20 through any version before 0.5.0b3.dev97 should upgrade immediately. The patch corrects the local_check decorator to properly validate the source of incoming requests rather than relying on the user-controllable Host header. For detailed patch information and the security advisory, see the pyLoad Security Advisory on GitHub.

Workarounds

  • Disable the ClickNLoad feature entirely if it is not required for your use case
  • Place pyLoad behind a reverse proxy that validates and normalizes Host headers before forwarding requests
  • Implement network-level access controls to restrict access to pyLoad to trusted networks only
  • Configure firewall rules to block external access to ClickNLoad endpoints specifically
bash
# Configuration example - Restrict pyLoad access using iptables
# Allow localhost access only to pyLoad (default port 8000)
iptables -A INPUT -p tcp --dport 8000 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPyload

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35586: pyLoad Auth Bypass Vulnerability

  • CVE-2026-40071: pyLoad Privilege Escalation Vulnerability

  • CVE-2026-35464: pyLoad Download Manager RCE Vulnerability

  • CVE-2026-35463: pyLoad Download Manager RCE 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