CVE-2025-64163
BaseFortify
Publication date: 2025-11-06
Last updated on: 2025-11-07
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dataease | dataease | to 2.10.15 (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 DataEase versions 2.10.14 and below. The software attempted to block certain protocols like ldap:// and ldaps:// using a blacklist, but it failed to protect against the dns:// protocol. This omission allows attackers to exploit the dns:// protocol to perform SSRF attacks. The issue is fixed in version 2.10.15.
How can this vulnerability impact me? :
The SSRF vulnerability can allow an attacker to make unauthorized requests from the server running DataEase, potentially accessing internal systems or sensitive information that should not be exposed externally. This can lead to data exposure, unauthorized access, or further exploitation within the affected environment.
What immediate steps should I take to mitigate this vulnerability?
Upgrade DataEase to version 2.10.15 or later, as this version fixes the SSRF vulnerability related to the dns:// protocol.