CVE-2026-47670
Received Received - Intake

Authenticated Remote Code Execution in DbGate Database Manager

Vulnerability report for CVE-2026-47670, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-23

Last updated on: 2026-07-23

Assigner: GitHub, Inc.

Description

DbGate is cross-platform database manager. Versions 7.1.8 and prior are vulnerable to authenticated Remote Code Execution (RCE). Any user with valid DbGate credentials can execute arbitrary OS commands as root by exploiting an unsanitized `functionName` parameter in the `/runners/load-reader` endpoint. The `require = null` mitigation is trivially bypassed via dynamic `import()`. Version 7.1.9 contains a patch.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-23
Last Modified
2026-07-23
Generated
2026-07-24
AI Q&A
2026-07-23
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dbgate dbgate to 7.1.9 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

DbGate versions 7.1.8 and prior are vulnerable to authenticated Remote Code Execution (RCE). An unsanitized functionName parameter in the /runners/load-reader endpoint allows authenticated users to execute arbitrary OS commands as root by injecting malicious JavaScript code. The require = null mitigation is bypassed using dynamic import() statements.

Detection Guidance

Check if DbGate is running on your system and verify the version. If it is version 7.1.8 or prior, the system is vulnerable. Inspect network traffic for requests to the /runners/load-reader endpoint with unsanitized functionName parameters.

Impact Analysis

This vulnerability allows attackers with valid DbGate credentials to execute arbitrary OS commands as root. Potential impacts include privilege escalation, theft of infrastructure secrets, exposure of other users' credentials, network pivoting, and persistence of backdoors.

Mitigation Strategies

Upgrade DbGate to version 7.1.9 or later, which contains the patch. If upgrading is not immediately possible, restrict access to DbGate to trusted users only and monitor for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47670. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart