CVE-2026-6215
Server-Side Request Forgery in DbGate REST/GraphQL Component
Publication date: 2026-04-13
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 |
|---|---|---|
| dbgate | dbgate | to 7.1.4 (inc) |
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 weakness found in DbGate up to version 7.1.4, specifically in the function apiServerUrl1 within the file packages/rest/src/openApiDriver.ts of the REST/GraphQL component. It allows an attacker to perform server-side request forgery (SSRF), meaning the attacker can manipulate the server to make unauthorized requests to other internal or external systems.
The attack can be initiated remotely, and the exploit code has been publicly disclosed. The vendor was informed early but did not respond.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to make unauthorized requests from the vulnerable server to other systems. This can lead to information disclosure, unauthorized access to internal resources, or further attacks within your network.
Because the attack can be performed remotely and the exploit is publicly available, it increases the risk of exploitation.