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-2025-59345

CVE-2025-59345: Dragonfly Manager DOS Vulnerability

CVE-2025-59345 is a denial-of-service vulnerability in Dragonfly Manager that allows unauthenticated attackers to create malicious jobs via exposed API endpoints. This post covers technical details, affected versions, and mitigations.

Published: March 11, 2026

CVE-2025-59345 Overview

CVE-2025-59345 is a missing authentication vulnerability in Dragonfly, an open source P2P-based file distribution and image acceleration system maintained by the Linux Foundation. Prior to version 2.1.0, the /api/v1/jobs and /preheats endpoints in the Manager web UI are accessible without authentication, allowing any user with network access to create, delete, and modify jobs, as well as create preheat jobs without authorization.

Critical Impact

Unauthenticated attackers with network access to the Manager web UI can create hundreds of malicious jobs, causing denial-of-service conditions that prevent legitimate administrators from managing the system.

Affected Products

  • Linuxfoundation Dragonfly versions prior to 2.1.0
  • Dragonfly Manager web UI component
  • Systems running Dragonfly with exposed Manager endpoints

Discovery Timeline

  • 2025-09-17 - CVE-2025-59345 published to NVD
  • 2025-10-13 - Last updated in NVD database

Technical Details for CVE-2025-59345

Vulnerability Analysis

This vulnerability is classified as CWE-306 (Missing Authentication for Critical Function). The Dragonfly Manager web UI exposes administrative API endpoints without requiring authentication, creating a significant security gap in environments where the Manager interface is network-accessible.

The vulnerability allows unauthenticated adversaries to interact with critical job management functionality. By sending requests to the /api/v1/jobs endpoint, attackers can flood the system with useless jobs, exhausting system resources and effectively rendering the Manager unusable. This represents a serious integrity impact as unauthorized parties can manipulate the job queue and system state.

The attack is network-based and requires no user interaction or prior authentication, making it trivially exploitable once an attacker has network connectivity to the Manager web UI.

Root Cause

The root cause of this vulnerability is the absence of authentication enforcement on the /api/v1/jobs and /preheats API endpoints in the Manager web UI. These endpoints were designed to handle administrative functions but lacked proper access control mechanisms to verify the identity and authorization of incoming requests before processing them.

Attack Vector

An attacker with network access to the Dragonfly Manager web UI can exploit this vulnerability by sending unauthenticated HTTP requests directly to the vulnerable endpoints. The attack requires no special tools or credentials—only network connectivity to the Manager service.

The exploitation scenario involves an attacker repeatedly calling the /api/v1/jobs endpoint to create numerous useless jobs. As the job queue fills with malicious entries, the Manager becomes overwhelmed and enters a denial-of-service state, rejecting legitimate administrative requests. This can disrupt file distribution operations across the entire P2P network managed by the affected Dragonfly instance.

For technical details on the vulnerability mechanism, see the GitHub Security Advisory GHSA-89vc-vf32-ch59.

Detection Methods for CVE-2025-59345

Indicators of Compromise

  • Unusual spike in job creation requests to /api/v1/jobs endpoint from external or unexpected IP addresses
  • Large number of jobs created in a short time period without corresponding legitimate administrative activity
  • Manager service becoming unresponsive or returning errors to authenticated administrators
  • Network logs showing unauthenticated requests to /api/v1/jobs or /preheats endpoints

Detection Strategies

  • Monitor HTTP access logs for the Manager web UI for requests to /api/v1/jobs and /preheats endpoints from unauthorized sources
  • Implement rate limiting detection to identify abnormal patterns of API calls that may indicate exploitation attempts
  • Deploy network intrusion detection rules to alert on bulk job creation requests to Dragonfly Manager endpoints
  • Review job creation audit logs for entries created without associated authenticated user sessions

Monitoring Recommendations

  • Configure alerts for Manager service availability degradation or increased response times
  • Implement application-level logging to track all job creation, modification, and deletion activities
  • Monitor system resource utilization on Manager hosts for signs of resource exhaustion attacks
  • Establish baseline metrics for normal job creation rates to facilitate anomaly detection

How to Mitigate CVE-2025-59345

Immediate Actions Required

  • Upgrade Dragonfly to version 2.1.0 or later immediately
  • Restrict network access to the Manager web UI using firewall rules or network segmentation
  • Audit existing jobs for unauthorized or suspicious entries and remove them
  • Review access logs for evidence of prior exploitation attempts

Patch Information

This vulnerability is fixed in Dragonfly version 2.1.0. Organizations should upgrade to this version or later to remediate the authentication bypass. For detailed patch information, refer to the GitHub Security Advisory GHSA-89vc-vf32-ch59 and the Dragonfly Security Report 2023.

Workarounds

  • Implement network-level access controls to restrict Manager web UI access to trusted IP addresses only
  • Deploy a reverse proxy with authentication in front of the Manager web UI to enforce access control
  • Use VPN or private network configurations to prevent untrusted network access to Manager endpoints
  • Consider temporarily disabling the Manager web UI if immediate patching is not possible
bash
# Example: Restrict Manager access using iptables (adjust IP ranges as needed)
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinuxfoundation Dragonfly

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/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-306
  • Vendor Resources
  • GitHub Security Report 2023

  • GitHub Security Advisory GHSA-89vc-vf32-ch59
  • Related CVEs
  • CVE-2025-59348: Dragonfly DOS Vulnerability

  • CVE-2025-59352: Linuxfoundation Dragonfly RCE Vulnerability

  • CVE-2025-59353: Dragonfly Auth Bypass 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