Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33992

CVE-2026-33992: Pyload Download Manager SSRF Vulnerability

CVE-2026-33992 is a Server-Side Request Forgery flaw in Pyload download manager that lets authenticated attackers access internal networks and cloud metadata. This article covers technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2026-33992 Overview

A critical Server-Side Request Forgery (SSRF) vulnerability has been discovered in pyLoad, a popular free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, pyLoad's download engine accepts arbitrary URLs without proper validation, enabling authenticated attackers to access internal network services and exfiltrate sensitive cloud provider metadata.

Critical Impact

An authenticated attacker can exploit this vulnerability to access internal network services and exfiltrate sensitive cloud provider metadata, including droplet IDs, network configurations, region information, authentication keys, and SSH keys configured in user-data/cloud-init on platforms like DigitalOcean.

Affected Products

  • pyLoad versions prior to 0.5.0b3.dev97
  • pyLoad 0.5.0 and earlier beta releases
  • Self-hosted pyLoad instances exposed to authenticated users

Discovery Timeline

  • 2026-03-27 - CVE-2026-33992 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-33992

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in pyLoad's download engine, which fails to validate URLs before processing download requests. The download functionality accepts arbitrary URLs from authenticated users without checking whether the target is an internal or external resource. This allows attackers to craft requests targeting internal services, cloud metadata endpoints, and other resources that should not be accessible from the application.

On cloud infrastructure such as DigitalOcean droplets, attackers can target the metadata service endpoint (typically 169.254.169.254) to retrieve sensitive infrastructure information. The exposed data includes droplet identification, network configuration details, geographic region, authentication credentials, and SSH keys provisioned through user-data or cloud-init mechanisms.

Root Cause

The vulnerability stems from the lack of URL validation in pyLoad's downloader component. The application did not implement checks to verify whether target URLs resolve to global/public IP addresses versus internal or private ranges. Without these safeguards, the download engine would attempt to fetch any URL provided by an authenticated user, including those pointing to internal network resources.

Attack Vector

The attack requires authenticated access to the pyLoad instance. Once authenticated, an attacker can submit download requests with URLs targeting internal services or cloud metadata endpoints. The download engine processes these requests without validation, effectively acting as a proxy for the attacker to reach otherwise inaccessible resources. The response data is then returned to the attacker, enabling data exfiltration from internal networks.

The security patch introduces URL validation by importing address checking utilities:

python
 import mimetypes
 import os
 import re
+import urllib
 
 from pyload.core.network.exceptions import Fail
 from pyload.core.network.http.exceptions import BadHeader
 from pyload.core.utils import format, fs, parse
+from pyload.core.utils.web.check import is_global_address, is_ip_address
+from pyload.core.utils.web.convert import host_to_ip
 
 from ..helpers import exists
 from .hoster import BaseHoster

Source: GitHub Commit Detail

Detection Methods for CVE-2026-33992

Indicators of Compromise

  • Download requests targeting internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints such as 169.254.169.254
  • Unusual download patterns from authenticated users attempting to access non-standard URLs
  • Log entries showing downloads initiated to localhost or loopback addresses

Detection Strategies

  • Monitor pyLoad application logs for download requests targeting private IP ranges or cloud metadata services
  • Implement network-level monitoring to detect outbound connections from pyLoad to internal services
  • Review authentication logs for suspicious user activity patterns preceding SSRF attempts
  • Deploy web application firewall rules to detect and block requests containing internal IP addresses or cloud metadata URLs

Monitoring Recommendations

  • Enable verbose logging in pyLoad to capture all download request URLs
  • Set up alerts for download requests targeting RFC 1918 private address space
  • Monitor cloud provider audit logs for unexpected metadata API access from pyLoad server instances
  • Implement egress filtering to restrict pyLoad's ability to connect to internal network segments

How to Mitigate CVE-2026-33992

Immediate Actions Required

  • Upgrade pyLoad to version 0.5.0b3.dev97 or later which contains the security patch
  • Restrict network access from pyLoad instances to internal services using firewall rules
  • Review and audit user accounts with access to pyLoad for unauthorized access
  • If running on cloud infrastructure, consider implementing instance metadata service restrictions

Patch Information

The vulnerability has been addressed in pyLoad version 0.5.0b3.dev97. The fix introduces proper URL validation using is_global_address and is_ip_address functions to verify that download targets are legitimate external resources. The patch is available through the GitHub Commit Detail and detailed in the GitHub Security Advisory.

Workarounds

  • Implement network-level restrictions to prevent pyLoad from accessing internal IP ranges and cloud metadata endpoints
  • Place pyLoad behind a reverse proxy with URL filtering capabilities to block requests to private addresses
  • Disable or restrict pyLoad's download functionality until the patch can be applied
  • On cloud platforms, use instance metadata service v2 (IMDSv2) which requires session tokens and provides additional protection
bash
# Configuration example - Block pyLoad access to metadata endpoints using iptables
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -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

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Commit Detail

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35459: pyLoad Download Manager SSRF Vulnerability

  • CVE-2026-35187: pyLoad Download Manager SSRF Vulnerability

  • CVE-2026-40594: pyLoad Race Condition Vulnerability

  • CVE-2026-41133: pyLoad Privilege Escalation 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