CVE-2026-47668 Details
Description
DbGate is cross-platform database manager. In versions 7.1.8 and prior, DbGate's JSON script runner (`POST /runners/start`) allows remote code execution via code injection in the `functionName` parameter of JSON script `assign` commands. The `functionName` value is interpolated directly into dynamically generated JavaScript source code via string concatenation. The generated code is then executed in a forked Node.js child process. Version 7.1.9 contains a patch.
A remote code execution vulnerability has been identified in DbGate, a cross-platform database management tool, in versions through 7.1.8. The issue arises in the JSON script runner endpoint, where the 'functionName' parameter of 'assign' commands is vulnerable to code injection. This injected code is directly concatenated into generated JavaScript, which is then executed in a forked Node.js child process. In the default deployment, authentication is disabled, allowing for unauthenticated exploitation. However, in an authenticated deployment, the vulnerability can be exploited by any user with API access.
Users can upgrade to DbGate version 7.1.9, which includes a patch for this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 23, 2026CISA-ADP
Assessed Jul 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dbgate/dbgate/security/advisories/GHSA-8v3q-9vmx-36vc | CISA-ADP | AdvisoryRemedyVendor |
| https://github.com/dbgate/dbgate/releases/tag/v7.1.9 | [email protected] | Release NotesVendor |
| https://github.com/dbgate/dbgate/security/advisories/GHSA-8v3q-9vmx-36vc | [email protected] | AdvisoryRemedyVendor |
| https://github.com/runZeroInc/nuclei-templates/blob/main/http/vulnerabilities/dbgate-unauth-rce.yaml | [email protected] | ExploitTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1188 | Initialization of a Resource with an Insecure Default | [email protected] |
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| DbGate | <= 7.1.8 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Modified | CISA-ADP |
| Jul 23, 2026 | CVE Modified | CISA-ADP |
| Jul 23, 2026 | New CVE Received | [email protected] |
Volerion