CVE-2025-59346
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-09-18
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linuxfoundation | dragonfly | to 2.1.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a server-side request forgery (SSRF) in Dragonfly versions prior to 2.1.0. It allows an attacker to make Dragonfly components send requests to internal services that are normally inaccessible. This happens because the Manager API accepts user-supplied URLs with weak validation when creating a Preheat job, and internal HTTP clients follow redirects, enabling requests to be redirected to internal endpoints. This can be exploited to probe or access internal HTTP services.
How can this vulnerability impact me? :
The vulnerability can allow attackers to access or probe internal HTTP endpoints that should be protected, potentially exposing sensitive internal services or data. This could lead to unauthorized information disclosure or further attacks within the internal network.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Dragonfly to version 2.1.0 or later, as this version contains the fix for the SSRF vulnerability.