Description
DbGate fails to validate jslid parameters in the jsldata controller, allowing authenticated users to read and write arbitrary files via file:// scheme resolution. Attackers can exploit getJslFileName() to bypass directory containment and access sensitive files including encrypted database credentials stored in connections configuration.
Published: 2026-09-03
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

DbGate fails to validate the jslid parameter in the jsldata controller, allowing authenticated users to read and write arbitrary files through the file:// scheme. The vulnerability enables an attacker to bypass directory containment and gain access to sensitive files, such as encrypted database credentials stored in connection configurations. The flaw is a classic instance of a file path traversal issue (CWE-73), giving attackers potential to compromise confidentiality and integrity of stored data.

Affected Systems

The affected product is DbGate version 7.2.6 and earlier. Any deployment using these versions is vulnerable. No specific distribution details are provided beyond the vendor listing.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity. EPSS is not available, so the current likelihood of exploitation is unknown, and the vulnerability is not listed in the KEV catalog. The attack requires authentication within DbGate, so privileged users or compromised accounts may exploit the flaw. The exploit can be performed by calling the getJslFileName() routine with crafted jslid values to read or overwrite arbitrary files, which can lead to credential theft or modification of application state.

Generated by OpenCVE AI on September 3, 2026 at 16:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Contact the vendor or review DbGate release notes for a patch that addresses jslid validation issues
  • Configure DbGate or your deployment to block or restrict usage of the file:// scheme for jslid parameters
  • Audit current connection configurations for stored credentials and verify that secret files are not exposed via the vulnerable endpoint

Generated by OpenCVE AI on September 3, 2026 at 16:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Dbgate
Dbgate dbgate
Vendors & Products Dbgate
Dbgate dbgate

Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Description DbGate fails to validate jslid parameters in the jsldata controller, allowing authenticated users to read and write arbitrary files via file:// scheme resolution. Attackers can exploit getJslFileName() to bypass directory containment and access sensitive files including encrypted database credentials stored in connections configuration.
Title DbGate through 7.2.6 Arbitrary File Read and Write via file:// jslid
Weaknesses CWE-73
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T17:23:30.223Z

Reserved: 2026-09-03T11:08:17.526Z

Link: CVE-2026-85176

cve-icon Vulnrichment

Updated: 2026-09-03T15:03:22.218Z

cve-icon NVD

Status : Received

Published: 2026-09-03T15:17:38.607

Modified: 2026-09-03T18:17:33.393

Link: CVE-2026-85176

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:15:06Z

Weaknesses
  • CWE-73

    External Control of File Name or Path