Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-54637
Published:July 06, 2026
Updated:August 27, 2026
The Dragonfly scheduler's v1 gRPC service contains an unauthenticated Server-Side Request Forgery (SSRF). When a peer reports a successful download of a TINY task, the scheduler calls "Peer.DownloadTinyFile()" and issues an HTTP "GET" to a host and port taken verbatim from the attacker-controlled "PeerHost.Ip" / "PeerHost.DownPort" fields of the gRPC request body. The HTTP client uses a bare "http.Transport" with no address validation, so a remote, unauthenticated client can force the scheduler to connect to arbitrary internal addresses, including "127.0.0.1" (loopback), "169.254.0.0/16" (link-local, e.g. cloud metadata), and RFC1918 ranges. The fetched response is stored in "Task.DirectPiece" and can subsequently be served to other peers, making this a read-SSRF with a data-exfiltration path. The manager's preheat code path already wraps its HTTP client with "nethttp.NewSafeDialer()" (which rejects non-global-unicast destinations); the scheduler's "DownloadTinyFile" path is missing this guard (sibling gap).
Affected Packages
d7y.io/dragonfly/v2 (GO):
Affected version(s) >=v2.0.0-alpha <v2.4.4-rc.3
Fix Suggestion:
Update to version v2.4.4-rc.3
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.5
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
POC
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Server-Side Request Forgery (SSRF)