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

CVE-2026-33314: Pyload-ng SSRF Vulnerability

CVE-2026-33314 is a Server-Side Request Forgery flaw in Pyload-ng that allows attackers to bypass local-only restrictions and queue malicious downloads. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33314 Overview

CVE-2026-33314 is an Authentication Bypass vulnerability affecting pyLoad, a free and open-source download manager written in Python. The vulnerability exists in the @local_check decorator, which is intended to restrict access to certain API endpoints to local connections only. Due to improper validation of the Host header, unauthenticated external attackers can spoof this header to bypass local-only restrictions, gaining unauthorized access to the Click'N'Load API endpoints.

Critical Impact

Successful exploitation allows remote attackers to bypass authentication controls and queue arbitrary downloads, potentially leading to Server-Side Request Forgery (SSRF) and Denial of Service (DoS) conditions.

Affected Products

  • pyload-ng versions prior to 0.5.0b3.dev97
  • pyLoad Click'N'Load API endpoints
  • Systems running pyLoad with network-accessible interfaces

Discovery Timeline

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

Technical Details for CVE-2026-33314

Vulnerability Analysis

The vulnerability stems from improper authentication validation in the @local_check decorator within pyLoad. This decorator is designed to ensure that certain sensitive API endpoints, particularly those related to the Click'N'Load functionality, are only accessible from the local machine. However, the implementation relies on the Host header provided in HTTP requests to determine whether the request originates from a local source.

An attacker can craft malicious HTTP requests with spoofed Host headers to trick the application into believing the request is coming from localhost. This bypasses the intended security control and grants the attacker access to protected API endpoints without any authentication.

The impact is twofold: first, attackers can leverage the Click'N'Load API to queue arbitrary download URLs, which can be abused for SSRF attacks by forcing the server to make requests to internal or external resources. Second, by flooding the download queue with requests, attackers can cause resource exhaustion leading to Denial of Service conditions.

Root Cause

The root cause of this vulnerability is improper authentication (CWE-287) in the @local_check decorator. The decorator fails to properly validate the actual source IP address of incoming requests and instead relies on the easily manipulated Host header. This design flaw allows network-based attackers to bypass access controls that were intended to restrict functionality to local users only.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the pyLoad web interface can exploit this vulnerability by:

  1. Crafting HTTP requests with a spoofed Host header set to localhost or 127.0.0.1
  2. Sending these requests to the Click'N'Load API endpoints
  3. Successfully bypassing the @local_check decorator validation
  4. Queuing arbitrary download URLs to the pyLoad download manager

The vulnerability can be exploited remotely over the network. An attacker sends HTTP requests to the pyLoad web interface with a manipulated Host header, causing the @local_check decorator to incorrectly identify the request as originating from localhost. This grants access to the Click'N'Load API, which can then be abused to initiate downloads from attacker-controlled URLs or internal network resources. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33314

Indicators of Compromise

  • Unusual HTTP requests to Click'N'Load API endpoints from external IP addresses containing localhost-related Host headers
  • Unexpected or unauthorized downloads appearing in the pyLoad queue
  • Network traffic showing internal resource access initiated by the pyLoad server (SSRF indicators)
  • High volume of download requests indicating potential DoS attempts

Detection Strategies

  • Monitor web server access logs for requests to /flashgot or Click'N'Load-related endpoints with suspicious Host header values
  • Implement network intrusion detection rules to identify Host header spoofing attempts targeting pyLoad instances
  • Review pyLoad download logs for unauthorized or unexpected download entries
  • Deploy web application firewall (WAF) rules to validate Host header values against expected domains

Monitoring Recommendations

  • Enable verbose logging on pyLoad instances to capture all API requests and their associated headers
  • Set up alerts for unusual download queue activity or rapid increases in queued downloads
  • Monitor outbound network connections from the pyLoad server for signs of SSRF exploitation
  • Implement rate limiting on API endpoints to detect and mitigate DoS attempts

How to Mitigate CVE-2026-33314

Immediate Actions Required

  • Upgrade pyLoad to version 0.5.0b3.dev97 or later immediately
  • Restrict network access to pyLoad instances using firewall rules to allow only trusted IP addresses
  • If upgrade is not immediately possible, disable the Click'N'Load functionality until patching is complete
  • Review download queues for any unauthorized entries and remove suspicious downloads

Patch Information

This vulnerability has been patched in pyLoad version 0.5.0b3.dev97. The fix addresses the Host header validation issue in the @local_check decorator by implementing proper source IP address verification instead of relying on client-provided headers. Users should upgrade to this version or later to remediate the vulnerability. For additional details, see the GitHub Security Advisory GHSA-q485-cg9q-xq2r.

Workarounds

  • Configure a reverse proxy (such as nginx or Apache) in front of pyLoad to validate and enforce Host header values
  • Implement network-level access controls to restrict access to the pyLoad web interface to trusted networks only
  • Disable Click'N'Load functionality if not required for your deployment
  • Use firewall rules to block external access to pyLoad API endpoints
bash
# Example: Restrict pyLoad access to localhost only using iptables
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
  • TypeSSRF

  • Vendor/TechPyload Ng

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-287
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-29778: Pyload-ng Path Traversal Vulnerability

  • CVE-2025-54802: Pyload-ng Path Traversal RCE Vulnerability

  • CVE-2024-39205: pyload-ng 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