๐Ÿ” CVE Alert

CVE-2026-55642

CRITICAL 9.8

dbx: Unauthenticated arbitrary SQL execution in dbx-web (authentication fails open when no password is configured)

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

dbx is a cross-platform database client for databases. Prior to 0.5.51, dbx-web auth_middleware in crates/dbx-web/src/auth.rs passes every protected request to the handler chain when password_hash is None. A fresh deployment reaches that state when DBX_PASSWORD is unset and no stored password exists, while crates/dbx-web/src/main.rs binds the service to 0.0.0.0 on port 4224 by default. An unauthenticated network attacker can call the /api/connection/connect and /api/query/execute routes to use configured database credentials and execute arbitrary SQL, allowing disclosure, modification, or destruction of data in connected databases. The desktop Tauri application is not affected because it binds only to loopback. This issue is fixed in version 0.5.51.

CWE CWE-306
Vendor t8y2
Product dbx
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for t8y2 dbx

Be the first to know when new critical vulnerabilities affecting t8y2 dbx are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

t8y2 / dbx
< 0.5.51

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/t8y2/dbx/security/advisories/GHSA-rqp4-8fxh-22vh github.com: https://github.com/t8y2/dbx/issues/2887 github.com: https://github.com/t8y2/dbx/commit/fb919efe0a62869631f49242d1f4fe8d41718c2a github.com: https://github.com/t8y2/dbx/releases/tag/v0.5.51