← Terug naar overzicht

CVE-2026-55642 affects dbx, a cross-platform database client, in versions prior to 0.5.51. The vulnerability exists in the dbx-web component where the auth_middleware in auth.rs bypasses authentication entirely when password_hash is None. This condition occurs on fresh deployments where DBX_PASSWORD is unset and no stored password exists. Since the service binds to 0.0.0.0 on port 4224 by default, an unauthenticated remote attacker can access the /api/connection/connect and /api/query/execute API routes. Exploitation allows the attacker to leverage configured database credentials to execute arbitrary SQL commands, enabling data disclosure, modification, or destruction. The desktop Tauri application variant is not affected as it binds only to the loopback interface. The issue has been patched in version 0.5.51.

Affected products

  • dbx (versions prior to 0.5.51)
  • dbx-web

Related CVE's

  • CVE-2026-55642

Categories

  • Database & Storage
  • Identity & Access
  • Web Technologies