Impact
The flaw is an authentication bypass in dbx-web’s middleware. When the service starts without the DBX_PASSWORD environment variable and no stored password, the auth_middleware forwards all requests to protected endpoints without verifying credentials. This allows any network user who can reach the service to call the /api/connection/connect and /api/query/execute endpoints and run arbitrary SQL against the database configured for the client, leading to data disclosure, modification, or destruction.
Affected Systems
The issue is present in the t8y2:dbx project, specifically dbx-web versions earlier than 0.5.51. By default, the service binds to 0.0.0.0 on port 4224, exposing it to external networks; the desktop Tauri client is unaffected because it binds only to loopback.
Risk and Exploitability
The CVSS score of 9.8 classifies this vulnerability as critical. No EPSS score is available, but it is not listed in the CISA KEV catalog, and there are no known public exploits. An attacker can exploit the flaw remotely by sending HTTP requests to the exposed port; no authentication is required, lowering the barrier to execution.
OpenCVE Enrichment