CVE-2026-5417
Server-Side Request Forgery in Dataease SQLbot Elasticsearch Handler
Publication date: 2026-04-02
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dataease | sqlbot | to 1.6.0 (inc) |
| dataease | sqlbot | 1.7.0 |
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 exists in Dataease SQLbot up to version 1.6.0, specifically in the function get_es_data_by_http within the Elasticsearch Handler component. It involves manipulation of the argument 'address' which leads to server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other internal or external resources.
The attack can be initiated remotely, and the vulnerability has been publicly disclosed. Upgrading to version 1.7.0 of Dataease SQLbot addresses this issue.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform server-side request forgery, which may enable them to access or interact with internal systems or services that are not normally exposed externally. This can lead to unauthorized information disclosure, potential further exploitation of internal services, or disruption of service.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade the affected component, Dataease SQLbot, to version 1.7.0 or later.