CVE-2026-47668

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.
Configurations

No configuration.

History

23 Jul 2026, 19:16

Type Values Removed Values Added
References () https://github.com/dbgate/dbgate/security/advisories/GHSA-8v3q-9vmx-36vc - () https://github.com/dbgate/dbgate/security/advisories/GHSA-8v3q-9vmx-36vc -

23 Jul 2026, 18:19

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-23 18:16

Updated : 2026-07-24 05:16


NVD link : CVE-2026-47668

Mitre link : CVE-2026-47668

CVE.ORG link : CVE-2026-47668


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-94

Improper Control of Generation of Code ('Code Injection')

CWE-1188

Insecure Default Initialization of Resource