CVE-2025-59345
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-17

Last updated on: 2025-10-13

Assigner: GitHub, Inc.

Description
Dragonfly is an open source P2P-based file distribution and image acceleration system. Prior to 2.1.0, The /api/v1/jobs and /preheats endpoints in Manager web UI are accessible without authentication. Any user with network access to the Manager can create, delete, and modify jobs, and create preheat jobs. An unauthenticated adversary with network access to a Manager web UI uses /api/v1/jobs endpoint to create hundreds of useless jobs. The Manager is in a denial-of-service state, and stops accepting requests from valid administrators. This vulnerability is fixed in 2.1.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-17
Last Modified
2025-10-13
Generated
2026-06-16
AI Q&A
2025-09-17
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linuxfoundation dragonfly to 2.1.10 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in Dragonfly versions prior to 2.1.0, where the /api/v1/jobs and /preheats endpoints in the Manager web UI are accessible without any authentication. This means that anyone with network access to the Manager can create, delete, and modify jobs, including creating preheat jobs. An attacker can exploit this by creating hundreds of useless jobs via the /api/v1/jobs endpoint, causing the Manager to enter a denial-of-service state and stop accepting requests from legitimate administrators.

Impact Analysis

The vulnerability can lead to a denial-of-service condition on the Dragonfly Manager, preventing valid administrators from managing jobs or using the system effectively. This disruption can halt file distribution and image acceleration services, impacting availability and operational continuity.

Detection Guidance

You can detect this vulnerability by checking if the /api/v1/jobs and /preheats endpoints of the Dragonfly Manager web UI are accessible without authentication. For example, you can use curl commands to test access: curl -i http://<manager-ip>/api/v1/jobs and curl -i http://<manager-ip>/preheats. If these endpoints respond without requiring authentication, the system is vulnerable.

Mitigation Strategies

The immediate mitigation step is to upgrade Dragonfly to version 2.1.0 or later, where this vulnerability is fixed. Until then, restrict network access to the Manager web UI to trusted users only to prevent unauthenticated access.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-59345. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart